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

5 lines 198 B
/** * The role of the author of the response message. */ export type AzureOpenAiChatCompletionResponseMessageRole = 'assistant'; //# sourceMappingURL=chat-completion-response-message-role.d.ts.map