mirror of
https://github.com/farcasclaudiu/Flowise.git
synced 2026-06-22 09:01:09 +03:00
Bugfix/agentflow v2 session id override (#4999)
* fix overrideconfig sessionId * Fix: update chatflow query to use sessionId instead of chatId
This commit is contained in:
@@ -1571,7 +1571,7 @@ export const executeAgentFlow = async ({
|
||||
.find({
|
||||
where: {
|
||||
chatflowid,
|
||||
chatId
|
||||
sessionId
|
||||
},
|
||||
order: {
|
||||
createdDate: 'ASC'
|
||||
|
||||
Reference in New Issue
Block a user