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:
parent
d29db16bfc
commit
ff9a2a65b5
|
|
@ -1571,7 +1571,7 @@ export const executeAgentFlow = async ({
|
||||||
.find({
|
.find({
|
||||||
where: {
|
where: {
|
||||||
chatflowid,
|
chatflowid,
|
||||||
chatId
|
sessionId
|
||||||
},
|
},
|
||||||
order: {
|
order: {
|
||||||
createdDate: 'ASC'
|
createdDate: 'ASC'
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue