mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-03 01:48:05 +00:00
Remove condition for parallel tool calls in streaming
This commit is contained in:
parent
6ba51a0851
commit
956a4b81f9
1 changed files with 0 additions and 1 deletions
|
|
@ -305,7 +305,6 @@ class StreamingResponseOrchestrator:
|
||||||
completion_result_data,
|
completion_result_data,
|
||||||
output_messages,
|
output_messages,
|
||||||
next_turn_messages,
|
next_turn_messages,
|
||||||
not self.parallel_tool_calls,
|
|
||||||
):
|
):
|
||||||
yield stream_event
|
yield stream_event
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue