Apply patch [skip ci]

This commit is contained in:
open-swe[bot]
2025-08-06 17:03:47 +00:00
parent cd0a52de2e
commit 128df6b3df

View File

@@ -192,9 +192,7 @@ class TestGptOssToolCallingIntegration:
# Stream a response
chunks = list(
llm_with_tools.stream(
"What's the weather in Tokyo? Use the weather tool."
)
llm_with_tools.stream("What's the weather in Tokyo? Use the weather tool.")
)
# Should have received chunks
@@ -359,4 +357,3 @@ class TestGptOssErrorHandling:
# Should have no tool calls
assert not response.tool_calls or len(response.tool_calls) == 0