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