We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91e7006 commit 427a688Copy full SHA for 427a688
lib/active_agent/providers/open_ai/chat_provider.rb
@@ -95,6 +95,8 @@ def api_response_normalize(api_response)
95
def process_stream_chunk(api_response_event)
96
instrument("stream_chunk.active_agent")
97
98
+ broadcast_stream_open
99
+
100
# Called Multiple Times: [Chunk<T>, T]<Content, ToolsCall>
101
case api_response_event.type
102
when :chunk
0 commit comments