fix(responses): fixes, re-record tests and enable CI for responses

This commit is contained in:
Ashwin Bharambe 2025-10-15 14:50:25 -07:00
parent 8e7e0ddfec
commit 212afa07f7
13 changed files with 8925 additions and 2 deletions

View file

@ -831,6 +831,7 @@ class StreamingResponseOrchestrator:
item = OpenAIResponseOutputMessageFileSearchToolCall(
id=matching_item_id,
status="in_progress",
queries=[tool_call.function.arguments or ""],
)
else:
raise ValueError(f"Unsupported tool call: {tool_call.function.name}")