mirror of
https://github.com/farcasclaudiu/Flowise.git
synced 2026-06-28 13:00:56 +03:00
Bugfix/AgentflowV2 State (#4512)
* add persistence state, http node variables, custom function flow state * update marketplace templates
This commit is contained in:
@@ -157,7 +157,8 @@ class CustomFunction_Agentflow implements INode {
|
||||
chatflowId: options.chatflowid,
|
||||
sessionId: options.sessionId,
|
||||
chatId: options.chatId,
|
||||
input
|
||||
input,
|
||||
state: newState
|
||||
}
|
||||
|
||||
let sandbox: any = {
|
||||
|
||||
Reference in New Issue
Block a user