This commit is contained in:
Eugene Yurtsev
2024-12-11 13:12:29 -05:00
parent d24ce62c3f
commit fdf19a5be9
+1 -2
View File
@@ -438,8 +438,7 @@ def interrupt(value: Any) -> Any:
Any: On subsequent invocations within the same node (same task to be precise), returns the value provided during the first invocation
Raises:
GraphInterrupt: On the first invocation within the node, halts execution
and surfaces the provided value to the client.
GraphInterrupt: On the first invocation within the node, halts execution and surfaces the provided value to the client.
"""
from langgraph.constants import (
CONFIG_KEY_CHECKPOINT_NS,