UNPKG

@sap-ai-sdk/prompt-registry

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