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
Subclasses with type arguments of type OpenAiApi.OutputModality in org.springframework.ai.openai.apiModifier and TypeClassDescriptionstatic enumThe type of modality for the model completion.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.