UNPKG

@promptbook/azure-openai

Version:

Promptbook: Run AI apps in plain human language across multiple models and platforms

10 lines (9 loc) 236 B
/** * Error thrown when a fetch request fails * * @public exported from `@promptbook/core` */ export declare class PromptbookFetchError extends Error { readonly name = "PromptbookFetchError"; constructor(message: string); }