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 6bc44205a..5a6d82d31 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 @@ -902,7 +902,6 @@ class StreamingResponseOrchestrator: completion_result_data: ChatCompletionResult, output_messages: list[OpenAIResponseOutput], next_turn_messages: list, - incremental_function_calling: bool, ) -> AsyncIterator[OpenAIResponseObjectStream]: """Coordinate execution of both function and non-function tool calls.""" # Execute non-function tool calls