Apply patch [skip ci]

This commit is contained in:
open-swe[bot]
2025-08-22 15:20:31 +00:00
parent 2f096a3c2e
commit d97d18ad35
@@ -1232,7 +1232,7 @@ def _wrap_tool_with_reserved_keywords(
# If no reserved args to filter, return original
if not reserved_args:
return original_schema # type: ignore[no-any-return]
return original_schema
# Create a new schema class dynamically
from pydantic import create_model
@@ -1409,3 +1409,4 @@ def _get_runtime_arg(tool: BaseTool) -> Optional[str]: