LangChain Reference home pageLangChain ReferenceLangChain Reference
  • GitHub
  • Main Docs
Deep Agents
LangChain
LangGraph
Integrations
LangSmith
  • Overview
    • Overview
    • Graphs
    • Functional API
    • Pregel
    • Checkpointing
    • Storage
    • Caching
    • Types
    • Runtime
    • Config
    • Errors
    • Constants
    • Channels
    • Agents
    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

    OverviewGraphsFunctional APIPregelCheckpointingStorageCachingTypesRuntimeConfigErrorsConstantsChannelsAgents
    LangGraph CLI
    LangGraph SDK
    LangGraph Supervisor
    LangGraph Swarm
    Language
    Theme
    PythonlanggraphtypesDebugStreamPart
    Class●Since v1.1

    DebugStreamPart

    Stream part emitted for stream_mode="debug".

    Copy
    DebugStreamPart()

    Bases

    TypedDictGeneric[StateT]

    Constructors

    constructor
    __init__
    NameType
    typeLiteral['debug']
    nstuple[str, ...]
    dataDebugPayload[StateT]

    Attributes

    attribute
    type: Literal['debug']
    attribute
    ns: tuple[str, ...]
    attribute
    data: DebugPayload[StateT]
    View source on GitHub