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 195 B
import type { ChatMessage } from './chat-message.js'; /** * Representation of the 'ChatMessages' schema. */ export type ChatMessages = ChatMessage[]; //# sourceMappingURL=chat-messages.d.ts.map