mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-16 06:39:26 +00:00
fix(responses): fixes, re-record tests and enable CI for responses
This commit is contained in:
parent
8e7e0ddfec
commit
212afa07f7
13 changed files with 8925 additions and 2 deletions
|
|
@ -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}")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue