Hi,
I’m trying to find a way to reuse users request. Hope someone can help.
Here is what I would like to happen:
1. User asks “Where can I find some help?”.
2. I have
Topic: ~find_help(where find help)
u:(<<help fish>>)
do someting
u(<<help eat>>
do something
u:()
What help do you need?
3. I would like to have an option, instead of using rejoinders, to be able to get a response, detect that it is a clarification response, remove ? and re-run both. The reasoning for that is that in my usecase it is possible to hit totally different topic with the new joined question.
Here is an example:
Original request: “where can I find some help?”
Clarification request: “I need help with fishing”
Should be transferred to “where can I find some help I need help with fishing”.
note that in my usecase I ignore the order of the words, so it is OK to have two joined sentences together.
Thanks!
* sorry for stupid examples, I’m not really doing fishing stuff