UNPKG

ai-functions

Version:

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

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