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:
jito
2025-07-14 14:06:13 +00:00
committed by GitHub
parent d073e1bd8a
commit 54dadadac4
@@ -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