[CI/Build] fix test function_calling (#25072)

Signed-off-by: chaunceyjiang <chaunceyjiang@gmail.com>
This commit is contained in:
Chauncey
2025-09-20 02:16:32 +08:00
committed by GitHub
parent 12aed7e453
commit 47fd08aaf9

View File

@ -515,6 +515,7 @@ async def test_function_calling(client: OpenAI, model_name: str):
model=model_name,
input="What's the weather like in Paris today?",
tools=tools,
temperature=0.0,
)
assert response is not None
assert response.status == "completed"