mirror of
https://github.com/langchain-ai/langgraphjs.git
synced 2026-07-21 16:45:24 -04:00
bc3b98e1bd
The `messagesStateReducer` example on the Low Level concepts page uses `messagesStateReducer` as its reducer, but the import only brings in `Annotation` and the `Messages` type. Copy-pasting it as-is fails to compile with `Cannot find name 'messagesStateReducer'`. This adds it to the import. The equivalent example just below already imports it the same way.