Apply patch [skip ci]

This commit is contained in:
open-swe[bot]
2025-08-22 15:17:40 +00:00
parent 3326ac2e0d
commit 5b9e65bbbd
@@ -1266,7 +1266,7 @@ def _wrap_tool_with_reserved_keywords(
return filtered_schema
except Exception:
# If schema creation fails, return original
return original_schema # type: ignore[no-any-return]
return original_schema
# Create the filtered tool instance
filtered_tool = FilteredTool(
@@ -1408,3 +1408,4 @@ def _get_runtime_arg(tool: BaseTool) -> Optional[str]: