UNPKG

ai-functions

Version:

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

3 lines 184 B
import type { ListFunction, ListOptions } from './types'; export declare function createListFunction(options?: ListOptions): ListFunction; //# sourceMappingURL=create-function.d.ts.map