@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**.
14 lines • 444 B
TypeScript
/**
* Representation of the 'AzureOpenAiChatCompletionRequestMessageContentPartRefusal' schema.
*/
export type AzureOpenAiChatCompletionRequestMessageContentPartRefusal = {
/**
* The type of the content part.
*/
type: 'refusal';
/**
* The refusal message generated by the model.
*/
refusal: string;
} & Record<string, any>;
//# sourceMappingURL=chat-completion-request-message-content-part-refusal.d.ts.map