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 207 B
/** * Representation of the 'AzureOpenAiErrorBase' schema. */ export type AzureOpenAiErrorBase = { code?: string; message?: string; } & Record<string, any>; //# sourceMappingURL=error-base.d.ts.map