UNPKG

ai-functions

Version:

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

4 lines 214 B
import { ListSchema, ListArraySchema } from './types'; export declare const createStreamSchema: () => ListSchema; export declare const createArraySchema: () => ListArraySchema; //# sourceMappingURL=schemas.d.ts.map