Compare commits

...

3 Commits

Author SHA1 Message Date
Henry 871f870823 Merge branch 'main' into bugfix/AgentflowV2-SessionID-Override 2025-08-01 12:43:16 +01:00
Henry 1eb9ac638b Fix: update chatflow query to use sessionId instead of chatId 2025-08-01 12:42:56 +01:00
Henry aebc276d08 fix overrideconfig sessionId 2025-07-31 15:22:25 +01:00
1 changed files with 1 additions and 1 deletions

View File

@ -1571,7 +1571,7 @@ export const executeAgentFlow = async ({
.find({
where: {
chatflowid,
chatId
sessionId
},
order: {
createdDate: 'ASC'