-
-
Notifications
You must be signed in to change notification settings - Fork 8
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
Whole (or most recent part of) room chat as context #20
Comments
This is possible, but somewhat tricky. Perhaps it could use a different invocation syntax (e.g.
This special command should only be invokable by authorized bot users. Another question that remains to be answered is: should the bot consider messages from non-bot-users (like it does for on-demand mentions in threads and reply-chains - see on-demand involvement) or should it only consider messages from bot users? Or should this behavior be configurable? The tentative syntax above (e.g. Perhaps the Alternatives to the
For now, I'm leaning toward While I have also not looked into how the implementation would look like and and how efficient it could be made to be. |
Using a specific command seems reasonable. About the history length, I also think it should be optional to add the length, and have a default value configured. About the command name, for my usecase, "thoughts" would be a good option. With an optional question/query behind it. Maybe it would also be possible to let the bot decide, whether he has something valuable to add or not - of course configurable. ("You are a helpful assistant, which listens in the background, and adds information or help if they are required") ;-) |
Hi,
i got that baibot get reply-chains and threads as context.
But i couldn't figure out, if it is possible to configure the bot to also have the room conversation (or X last messages/events) as context?
But from what I understood, this is currently not possible via given config options, right?
2 use cases:
User do not use reply-chains or threads as they should :-( ... users
I want to have the option that the bot stays in the channel, not opening threads. For rooms with a very specific topic there is no need for threads or reply-chains. But this requires the bot to know the past room chat messages.
Thanks for your work. Love it.
The text was updated successfully, but these errors were encountered: