Remove condition for parallel tool calls in streaming

This commit is contained in:
Anastas Stoyanovsky 2025-11-18 09:23:17 -05:00 committed by GitHub
parent 6ba51a0851
commit 956a4b81f9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -305,7 +305,6 @@ class StreamingResponseOrchestrator:
completion_result_data,
output_messages,
next_turn_messages,
not self.parallel_tool_calls,
):
yield stream_event