mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-03 01:48:05 +00:00
Remove speculative partial implementation
This commit is contained in:
parent
7a9b7ecdc2
commit
dfc62a2b61
1 changed files with 0 additions and 3 deletions
|
|
@ -1026,9 +1026,6 @@ class StreamingResponseOrchestrator:
|
|||
sequence_number=self.sequence_number,
|
||||
)
|
||||
|
||||
# TODO: Make sure that multi-turn incremental execution works
|
||||
if incremental_function_calling:
|
||||
break
|
||||
|
||||
async def _process_new_tools(
|
||||
self, tools: list[OpenAIResponseInputTool], output_messages: list[OpenAIResponseOutput]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue