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

Signed-off-by: chaunceyjiang <chaunceyjiang@gmail.com>
(cherry picked from commit a2393ed496)
This commit is contained in:
Chauncey
2026-01-26 23:19:57 +08:00
committed by khluu
parent cf1167e50b
commit afb390ab02

View File

@@ -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=(