Skip to content

Commit f205ab6

Browse files
authored
fix(responses): fixes, re-record tests (llamastack#3820)
Wanted to re-enable Responses CI but it seems to hang for some reason due to some interactions with conversations_store or responses_store. ## Test Plan ``` # library client ./scripts/integration-tests.sh --stack-config ci-tests --suite responses # server ./scripts/integration-tests.sh --stack-config server:ci-tests --suite responses ```
1 parent 99141c2 commit f205ab6

12 files changed

+8924
-1
lines changed

llama_stack/providers/inline/agents/meta_reference/responses/streaming.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -900,6 +900,7 @@ async def _coordinate_tool_execution(
900900
item = OpenAIResponseOutputMessageFileSearchToolCall(
901901
id=matching_item_id,
902902
status="in_progress",
903+
queries=[tool_call.function.arguments or ""],
903904
)
904905
else:
905906
raise ValueError(f"Unsupported tool call: {tool_call.function.name}")

0 commit comments

Comments
 (0)