mirror of
https://github.com/farcasclaudiu/Flowise.git
synced 2026-06-28 23:01:09 +03:00
Feature/Add chatflowId To Config (#4950)
* allow overrideconfig from executeflow node to take in variables * update array object schema * add chatflowId to config
This commit is contained in:
@@ -274,6 +274,7 @@ class Tool_Agentflow implements INode {
|
||||
}
|
||||
|
||||
const flowConfig = {
|
||||
chatflowId: options.chatflowid,
|
||||
sessionId: options.sessionId,
|
||||
chatId: options.chatId,
|
||||
input: input,
|
||||
|
||||
Reference in New Issue
Block a user