Uses of Class
dev.langchain4j.model.mistralai.internal.api.MistralAiTool
Packages that use MistralAiTool
Package
Description
-
Uses of MistralAiTool in dev.langchain4j.model.mistralai.internal.api
Methods in dev.langchain4j.model.mistralai.internal.api that return MistralAiToolModifier and TypeMethodDescriptionMistralAiTool.MistralAiToolBuilder.build()
static MistralAiTool
MistralAiTool.from
(MistralAiFunction function) Methods in dev.langchain4j.model.mistralai.internal.api that return types with arguments of type MistralAiToolMethod parameters in dev.langchain4j.model.mistralai.internal.api with type arguments of type MistralAiToolModifier and TypeMethodDescriptionMistralAiChatCompletionRequest.MistralAiChatCompletionRequestBuilder.tools
(List<MistralAiTool> tools) -
Uses of MistralAiTool in dev.langchain4j.model.mistralai.internal.mapper
Methods in dev.langchain4j.model.mistralai.internal.mapper that return types with arguments of type MistralAiToolModifier and TypeMethodDescriptionstatic List
<MistralAiTool> MistralAiMapper.toMistralAiTools
(List<ToolSpecification> toolSpecifications)