docs/how_to/tool_runtime/ #31331
Replies: 2 comments
-
Hi, I am having trouble including arguments in tool functions that I want the LLM to ignore. According to this post, the LLM only receives information about the tool_call_schema and not the get_input_schema. Thank you! |
Beta Was this translation helpful? Give feedback.
-
I was able to successfully inject a runtime parameter. I am also trying to get structured output from LLM. I am using the option 2 approach from this documentation https://langchain-ai.github.io/langgraph/how-tos/react-agent-structured-output/#define-graph_1. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
docs/how_to/tool_runtime/
<Prerequisites titlesAndLinks={[
https://python.langchain.com/docs/how_to/tool_runtime/
Beta Was this translation helpful? Give feedback.
All reactions