mirror of
https://github.com/farcasclaudiu/Flowise.git
synced 2026-06-22 09:01:09 +03:00
@@ -1297,7 +1297,7 @@ export const executeAgentFlow = async ({
|
||||
const uploads = incomingInput.uploads
|
||||
const userMessageDateTime = new Date()
|
||||
const chatflowid = chatflow.id
|
||||
const sessionId = incomingInput.sessionId ?? chatId
|
||||
const sessionId = overrideConfig.sessionId || chatId
|
||||
const humanInput: IHumanInput | undefined = incomingInput.humanInput
|
||||
|
||||
// Validate history schema if provided
|
||||
|
||||
Reference in New Issue
Block a user