Uses of Enum Class
org.springframework.ai.openai.OpenAiChatModel.ResponseFormat.Type
Packages that use OpenAiChatModel.ResponseFormat.Type
-
Uses of OpenAiChatModel.ResponseFormat.Type in org.springframework.ai.openai
Methods in org.springframework.ai.openai that return OpenAiChatModel.ResponseFormat.TypeModifier and TypeMethodDescriptionOpenAiChatModel.ResponseFormat.getType()Returns the enum constant of this class with the specified name.static OpenAiChatModel.ResponseFormat.Type[]OpenAiChatModel.ResponseFormat.Type.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.springframework.ai.openai with parameters of type OpenAiChatModel.ResponseFormat.TypeModifier and TypeMethodDescriptionvoidOpenAiChatModel.ResponseFormat.setType(OpenAiChatModel.ResponseFormat.Type type) OpenAiChatModel.ResponseFormat.Builder.type(OpenAiChatModel.ResponseFormat.Type type)