From 956a4b81f925c20d5b200515624ff42f9abd1824 Mon Sep 17 00:00:00 2001 From: Anastas Stoyanovsky Date: Tue, 18 Nov 2025 09:23:17 -0500 Subject: [PATCH] Remove condition for parallel tool calls in streaming --- .../inline/agents/meta_reference/responses/streaming.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/llama_stack/providers/inline/agents/meta_reference/responses/streaming.py b/src/llama_stack/providers/inline/agents/meta_reference/responses/streaming.py index c58293e62..cdbd87244 100644 --- a/src/llama_stack/providers/inline/agents/meta_reference/responses/streaming.py +++ b/src/llama_stack/providers/inline/agents/meta_reference/responses/streaming.py @@ -305,7 +305,6 @@ class StreamingResponseOrchestrator: completion_result_data, output_messages, next_turn_messages, - not self.parallel_tool_calls, ): yield stream_event