"tests/vscode:/vscode.git/clone" did not exist on "68c4421b6d898c8cfde9da6ef03b4262f7195fce"
Unverified Commit 8688c3d4 authored by daniel-salib's avatar daniel-salib Committed by GitHub
Browse files

[fix] tesdt mcp_tool_calling_streaming with a more complex math question (#32769)


Signed-off-by: default avatarDaniel Salib <danielsalib@meta.com>
parent 5400014d
...@@ -221,7 +221,7 @@ class TestMCPEnabled: ...@@ -221,7 +221,7 @@ class TestMCPEnabled:
"server_label": "code_interpreter", "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( stream_response = await mcp_enabled_client.responses.create(
model=model_name, model=model_name,
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment