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

    AssistantVersion

    Represents a specific version of an assistant.

    Copy
    AssistantVersion()

    Bases

    AssistantBase

    Inherited fromAssistantBase

    Attributes

    Aassistant_id: str
    —

    The ID of the assistant.

    Agraph_id: str
    —

    The ID of the graph.

    Aconfig: Config
    —

    The assistant config.

    A
    View source on GitHub
    context
    : Context
    —

    The static context of the assistant.

    Acreated_at: datetime
    —

    The time the assistant was created.

    Ametadata: Json
    —

    The assistant metadata.

    Aversion: int
    —

    The version of the assistant

    Aname: str
    —

    The name of the assistant

    Adescription: str | None
    —

    The description of the assistant