mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-03 01:48:05 +00:00
Remove incremental_function_calling from method signature
Remove incremental_function_calling parameter from method.
This commit is contained in:
parent
9bb0e16908
commit
07a2aa200c
1 changed files with 0 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue