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.prebuiltinterruptHumanInterruptConfig
    Class●Since v0.1Deprecated

    HumanInterruptConfig

    Configuration that defines what actions are allowed for a human interrupt.

    This controls the available interaction options when the graph is paused for human input.

    Copy
    HumanInterruptConfig()

    Bases

    TypedDict

    Constructors

    constructor
    __init__
    NameType
    allow_ignorebool
    allow_respondbool
    allow_editbool
    allow_acceptbool

    Attributes

    attribute
    allow_ignore: bool
    attribute
    allow_respond: bool
    attribute
    allow_edit: bool
    attribute
    allow_accept: bool
    View source on GitHub