[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:
daniel-salib
2026-01-29 02:25:58 -08:00
committed by GitHub
parent 5400014d55
commit 8688c3d460

View File

@@ -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,