Back to documentation
  • Preparing search index...
  • The search index is not available
API Reference
  • API Reference
  • langgraph/zod
  • withLangGraph

Function withLangGraph

  • withLangGraph<ValueType, UpdateType>(schema, meta): z.ZodType<ValueType, z.ZodTypeDef, UpdateType>
  • Type Parameters

    • ValueType
    • UpdateType = ValueType

    Parameters

    • schema: ZodType<undefined | ValueType, ZodTypeDef, undefined | ValueType>
    • meta: Meta<ValueType, UpdateType>

    Returns z.ZodType<ValueType, z.ZodTypeDef, UpdateType>

    • Defined in libs/langgraph/dist/graph/zod/state.d.ts:24

Settings

Member Visibility

Theme

API Reference
  • Loading...

Generated using TypeDoc