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**.

9 lines 263 B
import type { MultiChatContent } from './multi-chat-content.js'; /** * Representation of the 'MultiChatTemplate' schema. */ export type MultiChatTemplate = { role: string; content: MultiChatContent[]; }; //# sourceMappingURL=multi-chat-template.d.ts.map