How would you deal with a chat scenario with interaction with a real human ? #25
Unanswered
remisharrock
asked this question in
Q&A
Replies: 1 comment 1 reply
-
some ideas:
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
So I am wondering how I could implement a chat scenario in which two agents (or more) are chatting with a real human. For example, an "observer" agent could observe a discussion between an "expert" agent and a real human and this "observer" could sometimes interrupt the discussion to give general information to the human on how she/he is performing; or how many questions are left (time-keeper).
What would be the approach here, especially to describe the interactivity between a human and those agents ? Should I consider the human an agent, but then how do you wait for the human to give some input in order to continue the scenario ?
Beta Was this translation helpful? Give feedback.
All reactions