Uses of Class
org.springframework.ai.mistralai.api.MistralAiApi.FunctionTool.Function
Packages that use MistralAiApi.FunctionTool.Function
-
Uses of MistralAiApi.FunctionTool.Function in org.springframework.ai.mistralai.api
Methods in org.springframework.ai.mistralai.api that return MistralAiApi.FunctionTool.FunctionMethods in org.springframework.ai.mistralai.api with parameters of type MistralAiApi.FunctionTool.FunctionModifier and TypeMethodDescriptionvoidMistralAiApi.FunctionTool.setFunction(MistralAiApi.FunctionTool.Function function) Constructors in org.springframework.ai.mistralai.api with parameters of type MistralAiApi.FunctionTool.FunctionModifierConstructorDescriptionCreate a tool of type 'function' and the given function definition.