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