UNPKG

ai-functions

Version:

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

7 lines 299 B
import type { StreamObjectOptions, SimpleSchema } from '@/types'; export declare function streamObject<T extends SimpleSchema>(options: StreamObjectOptions<T>): Promise<import("ai").StreamObjectResult<{ [x: string]: any; }, { [x: string]: any; }, never>>; //# sourceMappingURL=index.d.ts.map