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**.

7 lines 239 B
/** * Representation of the 'OrchestrationConfigDeleteResponse' schema. */ export type OrchestrationConfigDeleteResponse = { message: string; } & Record<string, any>; //# sourceMappingURL=orchestration-config-delete-response.d.ts.map