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

6 lines 245 B
import type { SchemasTextContent } from './schemas-text-content.js'; /** * Representation of the 'ChatMessageContent' schema. */ export type ChatMessageContent = string | SchemasTextContent[]; //# sourceMappingURL=chat-message-content.d.ts.map