How can an Embabel agent collect missing info from user in chat before executing an action? #954
Closed
victor-tsykanov
started this conversation in
General
Replies: 1 comment
-
|
See the |
Beta Was this translation helpful? Give feedback.
0 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.
-
Hi! I'm giving Embabel a test drive by re-implementing an agent I previously built with LangChain.
This agent provisions virtual machines in the cloud – it asks the user clarifying questions to determine the desired VM configuration (CPU, RAM, region, etc.), calculates the price, asks for confirmation, and then creates the VM using tools. It also uses tools to fetch available configuration options.
My question is: how can I make an Embabel agent that collects missing parameters for an action by asking the user in chat?
For example, in the Horoscope demo from the docs – how could the agent ask the user for their name and star sign if they weren't provided in the initial message?
Beta Was this translation helpful? Give feedback.
All reactions