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
Motivation - In case a new bot agent is submitted with an authentication token which is already used by another bot, the two bot agents will run concurrently and then respond twice to every message. This leads to confusion for the end users and has no concrete use case.
Specification - Automatically turn off previous bots which use the same authentication token. (Currently only works if the same las2peer bot agent is used)
Finalised state - Submitting new bot with an already used token will turn off the previous bot, thus only answering once per conversation.
The text was updated successfully, but these errors were encountered:
This issue got derived from #49.
The text was updated successfully, but these errors were encountered: