UNPKG

@sap-ai-sdk/foundation-models

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