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 AzureOpenAiResponseFormatReturns 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) voidAzureOpenAiChatOptions.setResponseFormat(AzureOpenAiResponseFormat responseFormat)