Uses of Class
org.springframework.ai.mistralai.api.MistralAiApi.FunctionTool
Packages that use MistralAiApi.FunctionTool
Package
Description
-
Uses of MistralAiApi.FunctionTool in org.springframework.ai.mistralai
Methods in org.springframework.ai.mistralai that return types with arguments of type MistralAiApi.FunctionToolModifier and TypeMethodDescription@Nullable List<MistralAiApi.FunctionTool>MistralAiChatOptions.getTools()Method parameters in org.springframework.ai.mistralai with type arguments of type MistralAiApi.FunctionToolModifier and TypeMethodDescriptionMistralAiChatOptions.AbstractBuilder.tools(@Nullable List<MistralAiApi.FunctionTool> tools) -
Uses of MistralAiApi.FunctionTool in org.springframework.ai.mistralai.api
Methods in org.springframework.ai.mistralai.api that return types with arguments of type MistralAiApi.FunctionToolModifier and TypeMethodDescription@Nullable List<MistralAiApi.FunctionTool>MistralAiApi.ChatCompletionRequest.tools()Returns the value of thetoolsrecord component. -
Uses of MistralAiApi.FunctionTool in org.springframework.ai.model.mistralai.autoconfigure
Methods in org.springframework.ai.model.mistralai.autoconfigure that return types with arguments of type MistralAiApi.FunctionToolModifier and TypeMethodDescription@Nullable List<MistralAiApi.FunctionTool>MistralAiChatProperties.getTools()@Nullable List<MistralAiApi.FunctionTool>MistralAiChatProperties.Options.getTools()Deprecated, for removal: This API element is subject to removal in a future version.Method parameters in org.springframework.ai.model.mistralai.autoconfigure with type arguments of type MistralAiApi.FunctionToolModifier and TypeMethodDescriptionvoidMistralAiChatProperties.Options.setTools(@Nullable List<MistralAiApi.FunctionTool> tools) voidMistralAiChatProperties.setTools(@Nullable List<MistralAiApi.FunctionTool> tools)