Uses of Enum Class
dev.langchain4j.model.mistralai.internal.api.MistralAiToolType
Packages that use MistralAiToolType
-
Uses of MistralAiToolType in dev.langchain4j.model.mistralai.internal.api
Subclasses with type arguments of type MistralAiToolType in dev.langchain4j.model.mistralai.internal.apiMethods in dev.langchain4j.model.mistralai.internal.api that return MistralAiToolTypeModifier and TypeMethodDescriptionMistralAiTool.getType()MistralAiToolCall.getType()static MistralAiToolTypeReturns the enum constant of this class with the specified name.static MistralAiToolType[]MistralAiToolType.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 MistralAiToolTypeModifier and TypeMethodDescriptionMistralAiTool.MistralAiToolBuilder.type(MistralAiToolType type) MistralAiToolCall.MistralAiToolCallBuilder.type(MistralAiToolType type)