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

8 lines 267 B
/** * Representation of the 'AzureOpenAiChatCompletionChoiceCommon' schema. */ export type AzureOpenAiChatCompletionChoiceCommon = { index?: number; finish_reason?: string; } & Record<string, any>; //# sourceMappingURL=chat-completion-choice-common.d.ts.map