change[langgraph]: clean up Interrupt interface for v1 (#5405)

This commit is contained in:
Sydney Runkle
2025-07-09 14:03:08 -04:00
committed by GitHub
parent e5947bcd30
commit d1710e2eac
17 changed files with 320 additions and 370 deletions
+1 -3
View File
@@ -1298,9 +1298,7 @@ def test_tool_node_node_interrupt(
assert task.interrupts == (
Interrupt(
value="provide value for foo",
when="during",
resumable=True,
ns=[AnyStr("tools:")],
id=AnyStr(),
),
)