Uses of Enum Class
org.springframework.ai.azure.openai.AzureOpenAiResponseFormat
-
Uses of AzureOpenAiResponseFormat in org.springframework.ai.azure.openai
Modifier and TypeMethodDescriptionAzureOpenAiChatOptions.getResponseFormat()
static AzureOpenAiResponseFormat
Returns the enum constant of this class with the specified name.static AzureOpenAiResponseFormat[]
AzureOpenAiResponseFormat.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionvoid
AzureOpenAiChatOptions.setResponseFormat
(AzureOpenAiResponseFormat responseFormat) AzureOpenAiChatOptions.Builder.withResponseFormat
(AzureOpenAiResponseFormat responseFormat)