Replies: 1 comment
-
Hi, we've added support for this in the latest release. |
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.
Uh oh!
There was an error while loading. Please reload this page.
-
When I use pydantic state and ToolNode, I get following error.
langgraph\prebuilt\tool_node.py", line 143, in _parse_input
elif messages := input.get("messages", []):
^^^^^^^^^
AttributeError: 'MyState' object has no attribute 'get'
Is it only considering state as a dict and not pydantic object?
Please help.
Beta Was this translation helpful? Give feedback.
All reactions