UNPKG

ai-functions

Version:

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

4 lines 285 B
import { SimpleSchema, AIFunctionOptions } from '@/types'; import { AIFunction } from './types'; export declare function createAIFunction<T extends SimpleSchema>(functionName: string, schema: T, options?: AIFunctionOptions): AIFunction<T>; //# sourceMappingURL=create-function.d.ts.map