LangChain Reference home pageLangChain ReferenceLangChain Reference
  • GitHub
  • Main Docs
Deep Agents
LangChain
LangGraph
Integrations
LangSmith
  • Overview
  • LangGraph Checkpoint
    Checkpoint Postgres
    Store Postgres
    Checkpoint SQLite
    LangGraph Prebuilt
    LangGraph CLI
    LangGraph SDK
    LangGraph Supervisor
    LangGraph Swarm
    ⌘I

    LangChain Assistant

    Ask a question to get started

    Enter to send•Shift+Enter new line

    Menu

    LangGraph Checkpoint
    Checkpoint Postgres
    Store Postgres
    Checkpoint SQLite
    LangGraph Prebuilt
    LangGraph CLI
    LangGraph SDK
    LangGraph Supervisor
    LangGraph Swarm
    Language
    Theme
    Pythonlanggraph.prebuiltinterruptHumanResponse
    Class●Since v0.1

    HumanResponse

    The response provided by a human to an interrupt, which is returned when graph execution resumes.

    Copy
    HumanResponse()

    Bases

    TypedDict

    Constructors

    constructor
    __init__
    NameType
    typeLiteral['accept', 'ignore', 'response', 'edit']
    argsNone | str | ActionRequest

    Attributes

    attribute
    type: Literal['accept', 'ignore', 'response', 'edit']
    attribute
    args: None | str | ActionRequest
    View source on GitHub