mirror of
https://github.com/langchain-ai/langgraph.git
synced 2026-08-22 15:42:25 +02:00
## Description The documentation for working with Pydantic and graph State recommends to use `AnyMessage` when working with LangChain types, but the code example uses `BaseMessage`.