Replies: 1 comment 1 reply
-
The |
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
-
Checked other resources
Commit to Help
Example Code
Description
I am using LangChain tool calling and binding it to a 4o-mini model. When the user asks questions, the system seems to identify the 'required' parameters from the tool and asks the user for them in plain text. What I want, however, is to ask the user for the inputs through forms based on the format of the 'required' parameters, rather than plain text prompts.
I am trying to trigger an action based on the tool_call identified, but it seems that the AI message doesn't return any tool_call, even though it correctly identifies the list of 'required' parameters. Is there any return value or method that helps me map the LLM response to the specific tool it referred to, so I can trigger form-based input requests?
System Info
.
Beta Was this translation helpful? Give feedback.
All reactions