parent
3a33bfadf0
commit
28fec16873
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue