Agent capable of filling forms #15704
Replies: 4 comments 15 replies
-
🤖 To better assist you with your query, could you please provide more details about the specific functionalities you're trying to implement? For instance, what kind of information are you looking to collect from the users through these forms? Also, could you elaborate on what you mean by "updating the LLMChain at runtime"? Any additional context or examples would be greatly appreciated. This will help me understand your requirements more clearly and provide a more accurate response. This response is meant to be useful and save you time. It is not meant to be a precise solution, but rather a starting point for your own research. Help me be more useful! Please leave a 👍 if this is helpful and 👎 if it is irrelevant. If you want to continue the conversation, start your reply with @dosu-bot. |
Beta Was this translation helpful? Give feedback.
-
@dosu-bot I would like to implement an agent that has:
Form tools are tools that require more complex params to be called, possibly with validation: e.g. name, surname, address, phone etc.
|
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
Hey @gianfrancodemarco , thanks for your help, it worked! For my use case, I need dynamic forms (fields defined in a YAML template file) which I was able to get working. Essentially, I want to create a general form-filling tool to make available to users for any kind of form that can be defined via YAML template files. It works, but I'm having trouble with the following:
I would be grateful if you could provide any pointers on these. Thank you. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I'm trying to build a set of tools that are more complex that common tools.
In particular, these can be seen as forms that the user has to fill before the tool can be used, so the agent should be able to proactively ask the user for the needed information.
At the moment i'm going with exending the AgentExecutor and i need to update the LLMChain at runtime.
My question is, is there anything already in Langchain to support this kind of task (form filling) that I could use as guidance?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions