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
Is it possible to have the bot "statefully" respond to rules, by which I mean interact several times with it and it remembers your previous answers?
For example:
bot> announce
which room did you want to announce to?
bot> general
announce to room #general, okay. What message?
bot> restarting bot in 5 minutes
announce "restarting bot in 5 minutes" to room #general, is that correct?
bot> yes
announce sent
I'm thinking using variables might work, but do they scope across rules?
The text was updated successfully, but these errors were encountered:
Unfortunately, there is nothing built-in currently. We had discussed a solution for this at some point. For now you could maybe pass the query to a script in a language of your choosing that's backed by a store/DB of some sort. We don't have examples for this :(
Is it possible to have the bot "statefully" respond to rules, by which I mean interact several times with it and it remembers your previous answers?
For example:
I'm thinking using variables might work, but do they scope across rules?
The text was updated successfully, but these errors were encountered: