UNPKG

ai-functions

Version:

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

9 lines 263 B
export class AIRequestError extends Error { constructor(message, cause, retryable = true) { super(message); this.cause = cause; this.retryable = retryable; this.name = 'AIRequestError'; } } //# sourceMappingURL=types.js.map