UNPKG

ai-functions

Version:

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

3 lines 209 B
import type { AIFunctionOptions, BaseTemplateFunction } from '../types'; export declare function createListFunction(defaultOptions?: AIFunctionOptions): BaseTemplateFunction; //# sourceMappingURL=list.d.ts.map