Back to documentation
Preparing search index...
The search index is not available
API Reference
API Reference
langgraph
Runtime
Interface Runtime<ContextType>
interface
Runtime
<
ContextType
>
{
context
?:
ContextType
;
signal
?:
AbortSignal
;
store
?:
BaseStore
;
writer
?:
(
(
chunk
)
=>
void
)
;
}
Type Parameters
ContextType
extends
Record
<
string
,
unknown
>
=
Record
<
string
,
unknown
>
Index
Properties
context?
signal?
store?
writer?
Properties
Optional
context
context
?:
ContextType
Optional
signal
signal
?:
AbortSignal
Optional
store
store
?:
BaseStore
Optional
writer
writer
?:
(
(
chunk
)
=>
void
)
Type declaration
(
chunk
)
:
void
Parameters
chunk
:
unknown
Returns
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
context
signal
store
writer
API Reference
Loading...