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