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 TypeMethodDescriptionAzureOpenAiChatOptions.Builder.responseFormat
(AzureOpenAiResponseFormat responseFormat) void
AzureOpenAiChatOptions.setResponseFormat
(AzureOpenAiResponseFormat responseFormat)