UNPKG

@sap-ai-sdk/foundation-models

Version:

SAP Cloud SDK for AI is the official Software Development Kit (SDK) for **SAP AI Core**, **SAP Generative AI Hub**, and **Orchestration Service**.

8 lines 292 B
import type { AzureOpenAiDalleError } from './dalle-error.js'; /** * Representation of the 'AzureOpenAiDalleErrorResponse' schema. */ export type AzureOpenAiDalleErrorResponse = { error?: AzureOpenAiDalleError; } & Record<string, any>; //# sourceMappingURL=dalle-error-response.d.ts.map