Apply patch [skip ci]

This commit is contained in:
open-swe[bot]
2025-08-22 12:48:29 +00:00
parent 9284412aac
commit 69f4ab0a79
@@ -1181,6 +1181,7 @@ def _wrap_tool_with_reserved_keywords(tool: BaseTool, reserved_args: dict[str, s
name=tool.name,
description=tool.description,
func=tool.func if hasattr(tool, 'func') else None,
args_schema=FilteredSchema, # Set the filtered schema
)
# Copy over other attributes
@@ -1316,3 +1317,4 @@ def _get_runtime_arg(tool: BaseTool) -> Optional[str]: