UNPKG

ai-functions

Version:

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

6 lines 231 B
export declare class AIRequestError extends Error { cause?: unknown | undefined; retryable: boolean; constructor(message: string, cause?: unknown | undefined, retryable?: boolean); } //# sourceMappingURL=errors.d.ts.map