UNPKG

ai-functions

Version:

A powerful TypeScript library for building AI-powered applications with template literals and structured outputs

4 lines 195 B
import { z } from 'zod'; import { SimpleSchema } from './types'; export declare function convertToZodSchema(schema: SimpleSchema): z.ZodObject<any>; //# sourceMappingURL=schema-converter.d.ts.map