[gpt-oss][bugfix] remove logic to require resp_ in ResponseAPI (#25428)

Signed-off-by: Andrew Xia <axia@meta.com>
This commit is contained in:
Andrew Xia
2025-09-23 15:46:46 -07:00
committed by GitHub
parent 4f2954f724
commit 95bc60e4cb
2 changed files with 1 additions and 15 deletions

View File

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