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