Dear Bruce, dear all,
I am often using bot-phrases like
“Don´t you think so, too?”
in my rules, but my bot is quite big
and it would be very laborious to code
for every pissibility by hand:
a: (~yes) [I am glad that you share my opinion] [I like that you see it my way][...][...]
b: (~no) [Why do you disagree?][Why not?][...][...]
c: (*) [Why don´t you answer me?][ Do you think this was a rhetorical question?][...][...]
Is it possible by the instruments CS gives us
to create a general rejoinder for that?
One could write a concept like ~bot_isnt_it (“Don´t you think” “shouldn´t we” “isn´t it”)
and than code it once and for all like:
G(eneral)a: (~yes ~bot_isnt_it ) [I am glad that you share my opinion] [I like that you see it my way][...][...]
G(eneral)b: (~no ~bot_isnt_it ) [Why do you disagree?][Why not?][...][...]
G(eneral)c: (* ~bot_isnt_it ) [Why don´t you answer me?][ Do you think this was a rhetorical question?][...][...]
Perhaps, if it´s not possible,
this could be a feature-request.
Best
Andreas