@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**.
14 lines • 334 B
TypeScript
/**
* Representation of the 'PromptTemplatePostResponse' schema.
*/
export type PromptTemplatePostResponse = {
message: string;
/**
* Format: "uuid".
*/
id: string;
scenario: string;
name: string;
version: string;
} & Record<string, any>;
//# sourceMappingURL=prompt-template-post-response.d.ts.map