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 260 B
import type { AzureOpenAiError } from './error.js'; /** * Representation of the 'AzureOpenAiErrorResponse' schema. */ export type AzureOpenAiErrorResponse = { error?: AzureOpenAiError; } & Record<string, any>; //# sourceMappingURL=error-response.d.ts.map