You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have modified the response selector by adding a variable to keep track of the context
but when I tried it out with multiple users, I see the context get overwritten by the last incoming message from any user
So thinking of writing the context with the session id into the mongo
Can anybody guide me on how I can use inbuilt session module to enable this functionality
or if there any better approach please do suggest
Any help is welcome :)
Thanks in advance !
The text was updated successfully, but these errors were encountered:
Hi @vyz1194, If by "inbuilt session module" you mean the one included in ChatterBot, I would recommend against using it. I've made changes to remove ChatterBot's session management system in the next version in favor of storing a history of individual conversations in the database. I think this might be closer to what you are looking for.
I have modified the response selector by adding a variable to keep track of the context
but when I tried it out with multiple users, I see the context get overwritten by the last incoming message from any user
So thinking of writing the context with the session id into the mongo
Can anybody guide me on how I can use inbuilt session module to enable this functionality
or if there any better approach please do suggest
Any help is welcome :)
Thanks in advance !
The text was updated successfully, but these errors were encountered: