UNPKG

jorel

Version:

A unified wrapper for working with LLMs from multiple providers, including streams, images, documents & automatic tool use.

3 lines (2 loc) 142 B
import { ZodSchema } from "zod"; export declare const zodSchemaToJsonSchema: (zod: ZodSchema<any>, target?: "jsonSchema7" | "openAi") => any;