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