UNPKG

@promptbook/azure-openai

Version:

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

8 lines (7 loc) 202 B
import type { ErrorJson } from './ErrorJson'; /** * Deserializes the error object * * @public exported from `@promptbook/utils` */ export declare function deserializeError(error: ErrorJson): Error;