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