LangChain Reference home pageLangChain ReferenceLangChain Reference
  • GitHub
  • Main Docs
Deep Agents
LangChain
LangGraph
Integrations
LangSmith
LangGraph
  • Web
  • Channels
  • Pregel
  • Prebuilt
  • Remote
  • Stream
LangGraph SDK
  • Ui
  • Client
  • Auth
  • React
  • Logging
  • React Ui
  • Utils
  • Server
  • Stream
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
WebChannelsPregelPrebuiltRemoteStream
LangGraph SDK
UiClientAuthReactLoggingReact UiUtilsServerStream
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

Inherited fromAssistantBase

Properties

Passistant_id: string
—

The ID of the assistant.

Pconfig: Config
—

The assistant config.

Pcontext: unknown
—

The assistant context.

View source on GitHub
P
created_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.

property
assistant_id: string
property
config: Config
property
context: unknown
property
created_at: string
property
description: string
property
graph_id: string
property
metadata: Metadata
property
name: string
property
version: number

The ID of the assistant.

The assistant config.

The assistant context.

The time the assistant was created.

The description of the assistant

The ID of the graph.

The assistant metadata.

The name of the assistant

The version of the assistant.