Uses of Enum Class
org.springframework.ai.openai.api.OpenAiApi.OutputModality
Packages that use OpenAiApi.OutputModality
-
Uses of OpenAiApi.OutputModality in org.springframework.ai.openai.api
Methods in org.springframework.ai.openai.api that return OpenAiApi.OutputModalityModifier and TypeMethodDescriptionstatic OpenAiApi.OutputModalityReturns the enum constant of this class with the specified name.static OpenAiApi.OutputModality[]OpenAiApi.OutputModality.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.springframework.ai.openai.api that return types with arguments of type OpenAiApi.OutputModalityModifier and TypeMethodDescriptionOpenAiApi.ChatCompletionRequest.outputModalities()Returns the value of theoutputModalitiesrecord component.