Apply patch [skip ci]

This commit is contained in:
open-swe[bot]
2025-08-06 17:02:26 +00:00
parent 4bd7dc640a
commit 0f2a49204d

View File

@@ -161,7 +161,7 @@ class TestGptOssToolCallingIntegration:
HumanMessage(content="Hi, I need help with two things."),
AIMessage(content="Hello! I'd be happy to help. What do you need?"),
HumanMessage(
content="First, what's the weather in Paris? Second, calculate 15 * 28. "
content="First, what's the weather in Paris? Second, calculate 15*28. "
"Please use the available tools for both tasks."
),
]
@@ -360,3 +360,4 @@ class TestGptOssErrorHandling:
# Should have no tool calls
assert not response.tool_calls or len(response.tool_calls) == 0