Commit afb390ab authored by Chauncey's avatar Chauncey Committed by khluu
Browse files

[CI] Fix AssertionError: MCP tool call not found in output_messages (#33093)


Signed-off-by: default avatarchaunceyjiang <chaunceyjiang@gmail.com>
(cherry picked from commit a2393ed4)
parent cf1167e5
......@@ -992,7 +992,7 @@ async def test_mcp_tool_multi_turn(client: OpenAI, model_name: str, server):
# First turn - make a calculation
response1 = await client.responses.create(
model=model_name,
input="Calculate 123 * 456 using python and print the result.",
input="Calculate 1234 * 4567 using python tool and print the result.",
tools=tools,
temperature=0.0,
instructions=(
......
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