From 54dadadac44d46819f53d04dc8f4f2bd87c40a5a Mon Sep 17 00:00:00 2001 From: jito Date: Mon, 14 Jul 2025 23:06:13 +0900 Subject: [PATCH] docs(prebuilt): fix typo in interrupt.py (#5478) fix typo in interrupt.py Signed-off-by: jitokim --- libs/prebuilt/langgraph/prebuilt/interrupt.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/prebuilt/langgraph/prebuilt/interrupt.py b/libs/prebuilt/langgraph/prebuilt/interrupt.py index 70c7713c8..5790cfdf8 100644 --- a/libs/prebuilt/langgraph/prebuilt/interrupt.py +++ b/libs/prebuilt/langgraph/prebuilt/interrupt.py @@ -80,7 +80,7 @@ class HumanResponse(TypedDict): - "ignore": Skips/ignores the current step - "response": Provides text feedback or instructions - "edit": Modifies the current state/content - arg: The response payload: + args: The response payload: - None: For ignore/accept actions - str: For text responses - ActionRequest: For edit actions with updated content