Apply patch [skip ci]

This commit is contained in:
open-swe[bot]
2025-08-06 17:00:27 +00:00
parent a8b70a776e
commit 7b5c8c7ad9

View File

@@ -321,7 +321,7 @@ class TestGptOssIntegration:
for tool_def in tools:
assert tool_def["type"] == "function"
assert "function" in tool_def
func = tool["function"]
func = tool_def["function"]
assert "name" in func
assert "description" in func
assert "parameters" in func
@@ -397,3 +397,4 @@ class TestChatParamsWithGptOss: