Uses of Enum Class
org.springframework.ai.azure.openai.AzureOpenAiResponseFormat
Packages that use AzureOpenAiResponseFormat
-
Uses of AzureOpenAiResponseFormat in org.springframework.ai.azure.openai
Methods in org.springframework.ai.azure.openai that return AzureOpenAiResponseFormatModifier 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.Methods in org.springframework.ai.azure.openai with parameters of type AzureOpenAiResponseFormatModifier and TypeMethodDescriptionvoid
AzureOpenAiChatOptions.setResponseFormat
(AzureOpenAiResponseFormat responseFormat) AzureOpenAiChatOptions.Builder.withResponseFormat
(AzureOpenAiResponseFormat responseFormat)