Replies: 1 comment 4 replies
-
@dosu ? |
Beta Was this translation helpful? Give feedback.
4 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.
-
Hello!
I'm struggling to implement node-specific streaming based on the docs at https://langchain-ai.github.io/langgraph/how-tos/streaming-specific-nodes/
The docs say I should use stream_mode="messages" and filter by metadata["langgraph_node"], but I'm not seeing any langgraph_node field in my streamed events. I've tried examining the full event structure and there's no node metadata anywhere.
Has the API changed? What's the current way to stream from just one specific node?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions