UNPKG

@promptbook/azure-openai

Version:

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

10 lines (9 loc) 309 B
/** * This error type indicates that you try to use a feature that is not available in the current environment * * @public exported from `@promptbook/core` */ export declare class EnvironmentMismatchError extends Error { readonly name = "EnvironmentMismatchError"; constructor(message: string); }