We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f54944e commit c1017c6Copy full SHA for c1017c6
tests/openai_agents/basic/test_tools_workflow.py
@@ -11,7 +11,7 @@
11
12
def tools_test_model():
13
return TestModel.returning_responses(
14
- [ResponseBuilders.tool_call_message("get_weather", {"city": "New York"}),
+ [ResponseBuilders.tool_call('{"city": "New York"}', "get_weather"),
15
ResponseBuilders.output_message("The weather in New York is sunny with a temperature of 75°F.")]
16
)
17
0 commit comments