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