[PR #6141] revert(langgraph): restore logic to surface interrupts for stream_mod… #4861

Closed
opened 2026-02-20 17:50:52 -05:00 by yindo · 0 comments
Owner

Original Pull Request: https://github.com/langchain-ai/langgraph/pull/6141

State: closed
Merged: Yes


Description

Revert change in #5201 that prevented the surfacing of interrupts when stream_mode="values". Comment highlighting affected lines

Resolves #5409

Test

Add test to verify interrupts are properly surfaced when stream_mode="values" (test_interrupt_stream_mode_values)

**Original Pull Request:** https://github.com/langchain-ai/langgraph/pull/6141 **State:** closed **Merged:** Yes --- ### Description Revert change in #5201 that prevented the surfacing of interrupts when `stream_mode="values"`. [Comment highlighting affected lines](https://github.com/langchain-ai/langgraph/pull/5201#discussion_r2344884841) Resolves #5409 ### Test Add test to verify interrupts are properly surfaced when `stream_mode="values"` (`test_interrupt_stream_mode_values`)
yindo added the pull-request label 2026-02-20 17:50:52 -05:00
yindo closed this issue 2026-02-20 17:50:52 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/langgraph#4861