Replies: 1 comment 1 reply
-
@elupanov were you able to achieve what you are looking for in any way? |
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
Uh oh!
There was an error while loading. Please reload this page.
-
Checked
Feature request
Pass the current graph state to the tool function along with the arguments using ToolNode.
Something like this:
Motivation
I'm building a simple tools-based agent like on a screenshot.

In the state, I store some metadata that I would like to reference in a tool function. To do so, I have to write a custom implementation of the node and stop using ToolNode.
Proposal (If applicable)
No response
Beta Was this translation helpful? Give feedback.
All reactions