Is there a way to write a general rule to let the user kill a topic
Here’s my scenario. Lets say the bot has a long spiel it can get on about spiders.
The user really doesn’t like spiders, and doesn’t want to talk about them.
can we match some phrase and kill this topic
u: (let us not talk about) ^keep() ^knockofftopic() OK, we’ll talk about something else. ^keepgoing()
poptopic won’t work, as I understand it, because I want this to happen anywhere, not just a single topic. In polite conversations when people ask you to change topics, you do.
So, is there some ^knockofftopic() that works with the ‘real’ current topic, not with ~keywordless?
and since in this case the bot should keep talking and say it’s next gambit, is there some ‘keep going’ function?