[fix] tesdt mcp_tool_calling_streaming with a more complex math question (#32769)
Signed-off-by: Daniel Salib <danielsalib@meta.com>
This commit is contained in:
@@ -221,7 +221,7 @@ class TestMCPEnabled:
|
||||
"server_label": "code_interpreter",
|
||||
}
|
||||
]
|
||||
input_text = "What is 13 * 24? Use python to calculate the result."
|
||||
input_text = "What is 123 * 456? Use python to calculate the result."
|
||||
|
||||
stream_response = await mcp_enabled_client.responses.create(
|
||||
model=model_name,
|
||||
|
||||
Reference in New Issue
Block a user