Unverified Commit a2393ed4 authored by Chauncey's avatar Chauncey Committed by GitHub
Browse files

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


Signed-off-by: default avatarchaunceyjiang <chaunceyjiang@gmail.com>
parent be6931ee
...@@ -992,7 +992,7 @@ async def test_mcp_tool_multi_turn(client: OpenAI, model_name: str, server): ...@@ -992,7 +992,7 @@ async def test_mcp_tool_multi_turn(client: OpenAI, model_name: str, server):
# First turn - make a calculation # First turn - make a calculation
response1 = await client.responses.create( response1 = await client.responses.create(
model=model_name, 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, tools=tools,
temperature=0.0, temperature=0.0,
instructions=( 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