After I test this, I am going to try and check in a change to include a repeat module into github.
If your avatar is speaking, sometimes the end user might need something repeated. This use case happens a lot in a normal real life conversation. But if we repeat it back inpre processing, I believe we lose our original topic and and responders or rejoinders.
Trying to work out an example that repeats what was said before by the avatar and puts CS back into the previous mode.
Has anyone done something like this already?
Will ^retry work with this use case ?
For example:
CS: Do you have any brothers or sisters?
Person: what did you ask me?
CS: Oh, I said, do you have any brothers or sisters?
Person: yes, I have a sister.
If CS did not have to repeat the sentence, we would be looking for an answer to that original question.
But since we repeated it from another topic, this context is lost.
That is the use case I am trying to solve.
Cheers