mirror of
https://github.com/farcasclaudiu/Flowise.git
synced 2026-06-22 09:01:09 +03:00
Bugfix/Update agentflow v2 events to redis subscriber (#4415)
update agentflow v2 events to redis subscriber
This commit is contained in:
@@ -85,6 +85,15 @@ export class RedisEventSubscriber {
|
||||
case 'nextAgent':
|
||||
this.sseStreamer.streamNextAgentEvent(chatId, data)
|
||||
break
|
||||
case 'agentFlowEvent':
|
||||
this.sseStreamer.streamAgentFlowEvent(chatId, data)
|
||||
break
|
||||
case 'agentFlowExecutedData':
|
||||
this.sseStreamer.streamAgentFlowExecutedDataEvent(chatId, data)
|
||||
break
|
||||
case 'nextAgentFlow':
|
||||
this.sseStreamer.streamNextAgentFlowEvent(chatId, data)
|
||||
break
|
||||
case 'action':
|
||||
this.sseStreamer.streamActionEvent(chatId, data)
|
||||
break
|
||||
|
||||
Reference in New Issue
Block a user