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 277 B
import type { ImageContent } from './image-content.js'; import type { TextContent } from './text-content.js'; /** * Representation of the 'MultiChatContent' schema. */ export type MultiChatContent = ImageContent | TextContent; //# sourceMappingURL=multi-chat-content.d.ts.map