langgraph.errors.InvalidUpdateError: Must write to at least one of ['foo'] #2645
Unanswered
starrystar
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to use the class node (instead of function node) to multiple schemas. I expect to see {'foo': 3}. Instead, it raise Exception.
The same code @hinthornw hasn't run into this issue, does anyone know what this is due to?
OS: Windows
OS Version: 10.0.19045
Python Version: 3.9.19 (main, May 6 2024, 20:12:36) [MSC v.1916 64 bit (AMD64)]
Package Information
langchain_core: 0.3.21
langchain: 0.3.9
langchain_community: 0.3.9
langsmith: 0.1.147
langchain_chroma: 0.1.4
langchain_cohere: 0.3.3
langchain_experimental: 0.3.3
langchain_openai: 0.2.11
langchain_text_splitters: 0.3.2
langchainhub: 0.1.21
langgraph_sdk: 0.1.43
Beta Was this translation helpful? Give feedback.
All reactions