mirror of
https://github.com/farcasclaudiu/Flowise.git
synced 2026-06-29 13:01:14 +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':
|
case 'nextAgent':
|
||||||
this.sseStreamer.streamNextAgentEvent(chatId, data)
|
this.sseStreamer.streamNextAgentEvent(chatId, data)
|
||||||
break
|
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':
|
case 'action':
|
||||||
this.sseStreamer.streamActionEvent(chatId, data)
|
this.sseStreamer.streamActionEvent(chatId, data)
|
||||||
break
|
break
|
||||||
|
|||||||
Reference in New Issue
Block a user