langchain.js
Preparing search index...
@langchain/langgraph
graph/zod
SchemaMeta
Interface SchemaMeta<TValue, TUpdate>
interface
SchemaMeta
<
TValue
=
any
,
TUpdate
=
TValue
>
{
default
?:
()
=>
TValue
;
jsonSchemaExtra
?:
{
langgraph_nodes
?:
string
[]
;
langgraph_type
?:
"messages"
|
"prompt"
;
[
key
:
string
]:
unknown
;
}
;
reducer
?:
{
fn
:
(
a
:
TValue
,
b
:
TUpdate
)
=>
TValue
;
schema
?:
InteropZodType
<
TUpdate
>
;
}
;
}
Type Parameters
TValue
=
any
TUpdate
=
TValue
Index
Properties
default?
json
Schema
Extra?
reducer?
Properties
Optional
default
default
?:
()
=>
TValue
Optional
json
Schema
Extra
jsonSchemaExtra
?:
{
langgraph_nodes
?:
string
[]
;
langgraph_type
?:
"messages"
|
"prompt"
;
[
key
:
string
]:
unknown
;
}
Optional
reducer
reducer
?:
{
fn
:
(
a
:
TValue
,
b
:
TUpdate
)
=>
TValue
;
schema
?:
InteropZodType
<
TUpdate
>
;
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
default
json
Schema
Extra
reducer
langchain.js
Loading...