-
-
Notifications
You must be signed in to change notification settings - Fork 9
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
The bot cannot distinguish between different users #19
Comments
It seems like the last-but-one message is from Sebastian and the bot correctly replied as a result of it. This means that the bot considers Sebastian an authorized bot user and responds to messages by him. It just cannot differentiate between different users. Perhaps your issue would be better phrased: "The bot cannot distinguish between different users". This is true. The bot only sees From a usability perspective, it'd be great if API automatically received the name of people talking to it. From a privacy perspective, not sending names could be seen as a feature that allows you to hide all your bot users behind the same From the perspective of a server admin who wants to be in control and have traceability (in case something happens and OpenAI provides fulls logs which include names), perhaps sending static Matrix IDs to the API would work best in letting the server admin figure out who sent what to the bot. There's lots of variation and different people will have different opinions about this. To allow for the bot to distinguish between users, we need to:
To pass the current test (mentioned by you in this issue), perhaps even unique (auto-generated) identifiers would work. If the bot associates That said:
For many others (who mostly use the bot 1-on-1 or in rooms where it doesn't matter "who said what"), this potential feature may only decrease privacy and not offer real benefits. |
When starting a thread with Baibot, it seems the Baibot doesn't recognize multiple participants in the thread.
He always answers to the thread opener.
John:
baibot:
Sebastian:
baibot:
And he does not understand that not every message in the thread addresses him exclusively.
Is this a known behaviour? Is there some way to tweak this?
It seems the author of a message is missing in the query, right?
Thanks for your help.
The text was updated successfully, but these errors were encountered: