Back to documentation
Preparing search index...
The search index is not available
API Reference
API Reference
langgraph/zod
withLangGraph
Function withLangGraph
with
Lang
Graph
<
TValue
,
TUpdate
,
TSchema
>
(
schema
,
meta
)
:
TSchema
Type Parameters
TValue
TUpdate
TSchema
extends
InteropZodType
<
TValue
>
Parameters
schema
:
TSchema
meta
:
SchemaMeta
<
TValue
,
TUpdate
>
&
{
reducer
?:
undefined
;
}
Returns
TSchema
with
Lang
Graph
<
TValue
,
TUpdate
,
TSchema
>
(
schema
,
meta
)
:
ReducedZodChannel
<
TSchema
,
InteropZodType
<
TUpdate
>
>
Type Parameters
TValue
TUpdate
TSchema
extends
InteropZodType
<
TValue
>
Parameters
schema
:
TSchema
meta
:
SchemaMeta
<
TValue
,
TUpdate
>
Returns
ReducedZodChannel
<
TSchema
,
InteropZodType
<
TUpdate
>
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
API Reference
Loading...