-
-
Notifications
You must be signed in to change notification settings - Fork 18.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] Chat history should be manage at backend if ChatId or Session id is getting passed in api calls. #1666
Comments
agree! we will work on that improvement! |
also related with #1584 |
Thumbs up on this. Very important. |
This is now available in |
Much appreciated, thank you. |
thanks! @HenryHengZJ - what about context field on any other node fields initialized as part of any sessionId conversation - are those will be resored as well when passing a sessionId in a new conversation - trying to figure out how session tracking realy works - it seems to be working for chat hostory but not for context field for example - not sure whether this is bug or by design. |
Construct a sequence involving memory nodes and conversation nodes. Initiate a conversation via the REST API, providing the chat ID or session ID after the initial call response. The flow fails to maintain the same context and instead alters the context. To handle context changes, the backend requires the passing of a chat_history list, potentially leading to an increase in request bandwidth. The system should retrieve chat details based on the chat or session ID.
The text was updated successfully, but these errors were encountered: