From 07a2aa200c97e623d9c8597578a89e2d4f06d120 Mon Sep 17 00:00:00 2001 From: Anastas Stoyanovsky Date: Tue, 18 Nov 2025 08:44:44 -0500 Subject: [PATCH] Remove incremental_function_calling from method signature Remove incremental_function_calling parameter from method. --- .../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 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