Uses of Enum Class
dev.langchain4j.model.mistralai.internal.api.MistralAiResponseFormatType
Packages that use MistralAiResponseFormatType
-
Uses of MistralAiResponseFormatType in dev.langchain4j.model.mistralai.internal.api
Subclasses with type arguments of type MistralAiResponseFormatType in dev.langchain4j.model.mistralai.internal.apiModifier and TypeClassDescriptionenumRepresents the value of the 'type' field in the response_format parameter of the MistralAi Chat completions request.Methods in dev.langchain4j.model.mistralai.internal.api that return MistralAiResponseFormatTypeModifier and TypeMethodDescriptionstatic MistralAiResponseFormatTypeReturns the enum constant of this class with the specified name.static MistralAiResponseFormatType[]MistralAiResponseFormatType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in dev.langchain4j.model.mistralai.internal.api with parameters of type MistralAiResponseFormatTypeModifier and TypeMethodDescriptionstatic MistralAiResponseFormatMistralAiResponseFormat.fromType(MistralAiResponseFormatType type)