LangChain Reference home pageLangChain ReferenceLangChain Reference
  • GitHub
  • Main Docs
Deep Agents
LangChain
LangGraph
Integrations
LangSmith
LangGraph
  • Web
  • Channels
  • Pregel
  • Prebuilt
  • Remote
LangGraph SDK
  • Client
  • Auth
  • React
  • Logging
  • React Ui
  • Server
LangGraph Checkpoint
LangGraph Checkpoint MongoDB
LangGraph Checkpoint Postgres
  • Store
LangGraph Checkpoint Redis
  • Shallow
  • Store
LangGraph Checkpoint SQLite
LangGraph Checkpoint Validation
  • Cli
LangGraph API
LangGraph CLI
LangGraph CUA
  • Utils
LangGraph Supervisor
LangGraph Swarm
⌘I

LangChain Assistant

Ask a question to get started

Enter to send•Shift+Enter new line

Menu

LangGraph
WebChannelsPregelPrebuiltRemote
LangGraph SDK
ClientAuthReactLoggingReact UiServer
LangGraph Checkpoint
LangGraph Checkpoint MongoDB
LangGraph Checkpoint Postgres
Store
LangGraph Checkpoint Redis
ShallowStore
LangGraph Checkpoint SQLite
LangGraph Checkpoint Validation
Cli
LangGraph API
LangGraph CLI
LangGraph CUA
Utils
LangGraph Supervisor
LangGraph Swarm
Language
Theme
JavaScript@langchain/langgraph-sdkindexAssistantVersion
Interface●Since v0.0

AssistantVersion

Copy
interface AssistantVersion

Bases

AssistantBase

Properties

property
assistant_id: string

The ID of the assistant.

property
config: Config

The assistant config.

property
context: unknown

The assistant context.

property
created_at: string

The time the assistant was created.

property
description: string

The description of the assistant

property
graph_id: string

The ID of the graph.

property
metadata: Metadata

The assistant metadata.

property
name: string

The name of the assistant

property
version: number

The version of the assistant.

Inherited fromAssistantBase

Properties

Passistant_id: string
—

The ID of the assistant.

Pconfig: Config
—

The assistant config.

Pcontext: unknown
—

The assistant context.

Pcreated_at: string
—

The time the assistant was created.

Pdescription: string
—

The description of the assistant

Pgraph_id: string
—

The ID of the graph.

Pmetadata: Metadata
—

The assistant metadata.

Pname: string
—

The name of the assistant

Pversion: number
—

The version of the assistant.

View source on GitHub