UNPKG

@sap-ai-sdk/orchestration

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 223 B
import type { TextContent } from './text-content.js'; /** * Representation of the 'ChatMessageContent' schema. */ export type ChatMessageContent = string | TextContent[]; //# sourceMappingURL=chat-message-content.d.ts.map