mirror of
https://github.com/langchain-ai/langgraph.git
synced 2026-09-06 01:37:49 +02:00
- stream(stream_mode="values") yields thre current channel values whenever a channel is updated - stream(stream_mode="updates") yields the update sent to each channel by each node - this removes the __end__ value present at the end of each call to Graph/StateGraph/MessageGraph.stream(). To access the __end__ value either call .invoke() or stream(stream_mode="values")