UNPKG

@promptbook/azure-openai

Version:

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

13 lines (12 loc) 288 B
/** * This error indicates @@ * * @public exported from `@promptbook/core` */ export declare class BoilerplateError extends Error { readonly name = "BoilerplateError"; constructor(message: string); } /** * TODO: @@ Do not forget to add the error into `0-index.ts` ERRORS */