Uses of Enum Class
dev.langchain4j.model.openai.internal.chat.ResponseFormatType
Packages that use ResponseFormatType
-
Uses of ResponseFormatType in dev.langchain4j.model.openai.internal.chat
Methods in dev.langchain4j.model.openai.internal.chat that return ResponseFormatTypeModifier and TypeMethodDescriptionResponseFormat.type()static ResponseFormatTypeReturns the enum constant of this class with the specified name.static ResponseFormatType[]ResponseFormatType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in dev.langchain4j.model.openai.internal.chat with parameters of type ResponseFormatTypeModifier and TypeMethodDescriptionChatCompletionRequest.Builder.responseFormat(ResponseFormatType responseFormatType) ResponseFormat.Builder.type(ResponseFormatType type)