Flowise generates new Open assistant (new threadID) even when passing correctly the chatId #1510
Unanswered
Rudi-AI-Oficial
asked this question in
Q&A
Replies: 2 comments 1 reply
-
I noticed that if I call the API using python it works.... it keeps the threadID for the same userID. |
Beta Was this translation helpful? Give feedback.
1 reply
-
I'm trying to do the same with n8n, using POST to maintain the same Thread, however, so far without success, have you found any solution? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
As we know, chatId is specifically for OpenAI assistants. It should keep the same openai thread session alive.
The problem is: I pass the chatId the way is explained in documentation, but even though, flowise creates a new threadId in OpenAi assistant. Can someone help me to figure out why?
Context: flowise is running in render on the cloud. Those pics are from Make.com where I have a curl calling using the Http module to talk with flowise.
Objective: I wanna keep using the same threadId from the OpenAI Assistant so the assistant does not forget the previous messages.


Beta Was this translation helpful? Give feedback.
All reactions