Uses of Enum Class
dev.langchain4j.model.chat.request.ResponseFormatType
Packages that use ResponseFormatType
-
Uses of ResponseFormatType in dev.langchain4j.model.chat.request
Subclasses with type arguments of type ResponseFormatType in dev.langchain4j.model.chat.requestMethods in dev.langchain4j.model.chat.request 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.chat.request with parameters of type ResponseFormatType