UNPKG

@sap-ai-sdk/orchestration

Version:

SAP Cloud SDK for AI is the official Software Development Kit (SDK) for **SAP AI Core**, **SAP Generative AI Hub**, and **Orchestration Service**.

11 lines 249 B
/** * Representation of the 'TemplateRefByID' schema. */ export type TemplateRefByID = { /** * ID of the template in prompt registry * @example "template_id" */ id: string; }; //# sourceMappingURL=template-ref-by-id.d.ts.map