You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
langgraph-sdk 0.1.57
Summary of Changes
Enhanced stream filtering capabilities for run outputs by adding stream_mode parameter to join_stream methods (#3584)
Detailed Changes
RunClient.join_stream
Added stream_mode parameter to both sync and async versions of join_stream allowing users to filter stream content by specifying modes like "values" or "debug" (#3584)
Added cancel_on_disconnect parameter to the sync version of join_stream, bringing it to feature parity with the async version (#3584)
Updated documentation and examples to demonstrate how to use the new parameter with values like stream_mode=["values", "debug"] (#3584)