mirror of
https://github.com/langchain-ai/langgraph.git
synced 2026-08-28 10:49:56 +02:00
docs(prebuilt): fix typo in interrupt.py (#5478)
fix typo in interrupt.py Signed-off-by: jitokim <pigberger70@gmail.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user