langchain.js
Preparing search index...
@langchain/langgraph-sdk
index
AssistantGraph
Interface AssistantGraph
interface
AssistantGraph
{
edges
:
{
conditional
?:
boolean
;
data
?:
string
;
source
:
string
;
target
:
string
;
}
[]
;
nodes
:
{
data
?:
string
|
Record
<
string
,
any
>
;
id
:
string
|
number
;
metadata
?:
unknown
;
name
?:
string
;
}
[]
;
}
Index
Properties
edges
nodes
Properties
edges
edges
:
{
conditional
?:
boolean
;
data
?:
string
;
source
:
string
;
target
:
string
}
[]
nodes
nodes
:
{
data
?:
string
|
Record
<
string
,
any
>
;
id
:
string
|
number
;
metadata
?:
unknown
;
name
?:
string
;
}
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
edges
nodes
langchain.js
Loading...