Optionalcontent?: string | AzureOpenAiChatCompletionRequestAssistantMessageContentPart[] | nullThe contents of the assistant message. Required unless tool_calls or function_call is specified.
Optionalfunction_call?: { arguments: string; name: string } & Record<string, any> | nullDeprecated and replaced by tool_calls. The name and arguments of a function that should be called, as generated by the model.
Optionalname?: stringAn optional name for the participant. Provides the model information to differentiate between participants of the same role.
Optionalrefusal?: string | nullThe refusal message by the assistant.
The role of the messages author, in this case assistant.
Copyright Ⓒ 2026 SAP SE or an SAP affiliate company. All rights reserved.
Optionaltool_calls?: AzureOpenAiChatCompletionMessageToolCalls
Representation of the 'AzureOpenAiChatCompletionRequestAssistantMessage' schema.