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 235 B
import type { MessageToolCall } from './message-tool-call.js'; /** * The tool calls generated by the model, such as function calls. */ export type MessageToolCalls = MessageToolCall[]; //# sourceMappingURL=message-tool-calls.d.ts.map