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 289 B
import type { SingleChatTemplate } from './single-chat-template.js'; import type { MultiChatTemplate } from './multi-chat-template.js'; /** * Representation of the 'Template' schema. */ export type Template = SingleChatTemplate | MultiChatTemplate; //# sourceMappingURL=template.d.ts.map