UNPKG

ai-functions

Version:

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

5 lines 273 B
import type { GenerateObjectOptions, SimpleSchema } from '@/types'; export declare function generateObject<T extends SimpleSchema>(options: GenerateObjectOptions<T>): Promise<import("ai").GenerateObjectResult<{ [x: string]: any; }>>; //# sourceMappingURL=index.d.ts.map