LangChain Reference home pageLangChain ReferenceLangChain Reference
  • GitHub
  • Main Docs
Deep Agents
LangChain
LangGraph
Integrations
LangSmith
  • Overview
  • LangGraph Checkpoint
    LangGraph Store
    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
    LangGraph Store
    Checkpoint Postgres
    Store Postgres
    Checkpoint SQLite
    LangGraph Prebuilt
    LangGraph CLI
    LangGraph SDK
    LangGraph Supervisor
    LangGraph Swarm
    Language
    Theme
    Pythonlanggraph-sdkschemaInterrupt
    Class●Since v0.1

    Interrupt

    Represents an interruption in the execution flow.

    Copy
    Interrupt()

    Bases

    TypedDict

    Used in Docs

    • Streaming

    Constructors

    Attributes

    View source on GitHub
    constructor
    __init__
    NameType
    valueAny
    idstr
    attribute
    value: Any
    attribute
    id: str

    The value associated with the interrupt.

    The ID of the interrupt. Can be used to resume the interrupt.