LangChain Reference home pageLangChain ReferenceLangChain Reference
  • GitHub
  • Main Docs
Deep Agents
LangChain
LangGraph
Integrations
LangSmith
LangGraph
  • Web
  • Channels
  • Pregel
  • Prebuilt
  • Remote
React SDK
Vue SDK
Svelte SDK
Angular SDK
LangGraph SDK
  • Ui
  • Client
  • Auth
  • React
  • Logging
  • React Ui
  • Utils
  • 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
React SDK
Vue SDK
Svelte SDK
Angular SDK
LangGraph SDK
UiClientAuthReactLoggingReact UiUtilsServer
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-sdkindexAssistant
Interface●Since v0.0

Assistant

Copy
interface Assistant

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
updated_at: 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 last time the assistant was updated.

The version of the assistant.