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