Unverified Commit d7b2e570 authored by daniel-salib's avatar daniel-salib Committed by GitHub
Browse files

[Frontend] Fix Flaky MCP Streaming Test (#32153)


Signed-off-by: default avatarDaniel Salib <danielsalib@meta.com>
parent 5e034f2e
...@@ -925,7 +925,7 @@ async def test_mcp_code_interpreter_streaming(client: OpenAI, model_name: str, s ...@@ -925,7 +925,7 @@ async def test_mcp_code_interpreter_streaming(client: OpenAI, model_name: str, s
} }
] ]
input_text = ( input_text = (
"Calculate 15 * 32 using python. " "Calculate 123 * 456 using python. "
"The python interpreter is not stateful and you must print to see the output." "The python interpreter is not stateful and you must print to see the output."
) )
......
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