how a bot can repeat a question to a user in order to retrieve missing information #7821
Unanswered
ali-issa99
asked this question in
Q&A
Replies: 1 comment 2 replies
-
If you want to ask for human input every time, then you can consider using the HumanApprovalCallbackHandler. If you want an agent to decide/guess when to ask a human for more input, then look at Human as a tool. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, what feature can we use in LangChain, in case we want the bot to ask for missing information in the user's input? is it possible with callbacks?
For example, if I am using a route Chain, where the bot needs to choose between three options, and in case the first option was the right path to go through, but at the same time we have some missing information, how are we able to retrieve the missing information then continue with the first option?
Thank you.
Beta Was this translation helpful? Give feedback.
All reactions