mirror of
https://github.com/langchain-ai/langgraph.git
synced 2026-09-11 20:27:54 +02:00
change[langgraph]: clean up Interrupt interface for v1 (#5405)
This commit is contained in:
@@ -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(),
|
||||
),
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user