• Preparing search index...
  • The search index is not available
LangChain.js
  • LangChain.js
  • @langchain/core
  • utils/types
  • isInteropZodSchema

Function isInteropZodSchema

  • isInteropZodSchema(input): input is InteropZodType<any, any>
  • Given either a Zod schema, or plain object, determine if the input is a Zod schema.

    Parameters

    • input: unknown

    Returns input is InteropZodType<any, any>

    Whether or not the provided input is a Zod schema.

    • Defined in langchain-core/src/utils/types/zod.ts:132

Settings

Member Visibility
LangChain.js
  • Loading...

Generated using TypeDoc