langchain.js
Preparing search index...
@langchain/langgraph-sdk
index
MetadataStreamEvent
Type Alias MetadataStreamEvent
Metadata stream event with information about the run and thread
type
MetadataStreamEvent
=
{
data
:
{
run_id
:
string
;
thread_id
:
string
}
;
event
:
"metadata"
;
id
?:
string
;
}
Index
Properties
data
event
id?
Properties
data
data
:
{
run_id
:
string
;
thread_id
:
string
}
event
event
:
"metadata"
Optional
id
id
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
data
event
id
langchain.js
Loading...
Metadata stream event with information about the run and thread