Open
Description
Hi, as a web app (flask) the chatbot can be potentially hit by multiple users at once. Handling variables will not be safe such as: "My name is user 1" then "My name is user 2" will set the final variable as "user 2" even if user 1 continues the dialog.
Is there a technique available to maintain the user context?
Metadata
Metadata
Assignees
Labels
No labels