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

7 lines 240 B
import type { ChatMessage } from './chat-message.js'; /** * Representation of the 'TemplatingChatMessage' schema. * Min Items: 1. */ export type TemplatingChatMessage = ChatMessage[]; //# sourceMappingURL=templating-chat-message.d.ts.map