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 189 B
/** * Representation of the 'SingleChatTemplate' schema. */ export type SingleChatTemplate = { role: string; content: string; }; //# sourceMappingURL=single-chat-template.d.ts.map