mirror of
https://github.com/langchain-ai/langgraph.git
synced 2026-08-30 11:49:38 +02:00
### 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`)