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

Function isInteropZodObject

  • isInteropZodObject(obj): obj is InteropZodObject
  • Determines if the provided value is an InteropZodObject (Zod v3 or v4 object schema).

    Parameters

    • obj: unknown

      The value to check.

    Returns obj is InteropZodObject

    True if the value is a Zod v3 or v4 object schema, false otherwise.

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

Settings

Member Visibility
LangChain.js
  • Loading...

Generated using TypeDoc