From fdf19a5be9ef927187d2b1d01f39f76f7e6f905e Mon Sep 17 00:00:00 2001 From: Eugene Yurtsev Date: Wed, 11 Dec 2024 13:12:29 -0500 Subject: [PATCH] x --- libs/langgraph/langgraph/types.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/libs/langgraph/langgraph/types.py b/libs/langgraph/langgraph/types.py index db15422cc..850f8ff41 100644 --- a/libs/langgraph/langgraph/types.py +++ b/libs/langgraph/langgraph/types.py @@ -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,