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

9 lines 274 B
import type { UserChatMessageContent } from './user-chat-message-content.js'; /** * Representation of the 'UserChatMessage' schema. */ export type UserChatMessage = { content: UserChatMessageContent; role: 'user'; }; //# sourceMappingURL=user-chat-message.d.ts.map