I am using Rivescript in a Node project.
I want to make the bot recognize questions, so i would like to do something like
+ * ?
- {topic=questions}
But unfortunately, the bot can't handle the "?", I get a Triggers may only contain lowercase letters, numbers, and these symbols: ( | ) [ ] * _ # { } < > = / error.
I would very much appreciate that feature, thanks !
(Maybe this issue belongs in the rivescript repo and not rivescript-js, wasn't sure about it, sorry)
I am using Rivescript in a Node project.
I want to make the bot recognize questions, so i would like to do something like
But unfortunately, the bot can't handle the "?", I get a
Triggers may only contain lowercase letters, numbers, and these symbols: ( | ) [ ] * _ # { } < > = /error.I would very much appreciate that feature, thanks !
(Maybe this issue belongs in the rivescript repo and not rivescript-js, wasn't sure about it, sorry)