UNPKG

@promptbook/azure-openai

Version:

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

7 lines (6 loc) 160 B
/** * Make error report URL for the given error * * @private private within the repository */ export declare function getErrorReportUrl(error: Error): URL;