LangGraph.js API Reference
Back to documentation
Preparing search index...
@langchain/langgraph-sdk
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
Back to documentation
LangGraph.js API Reference
Loading...
Metadata stream event with information about the run and thread