Remove incremental_function_calling from method signature

Remove incremental_function_calling parameter from method.
This commit is contained in:
Anastas Stoyanovsky 2025-11-18 08:44:44 -05:00
parent 9bb0e16908
commit 07a2aa200c

View file

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