Uses of Enum Class
org.springframework.ai.deepseek.api.DeepSeekApi.FunctionTool.Type
Packages that use DeepSeekApi.FunctionTool.Type
-
Uses of DeepSeekApi.FunctionTool.Type in org.springframework.ai.deepseek.api
Methods in org.springframework.ai.deepseek.api that return DeepSeekApi.FunctionTool.TypeModifier and TypeMethodDescriptionDeepSeekApi.FunctionTool.getType()Returns the enum constant of this class with the specified name.static DeepSeekApi.FunctionTool.Type[]DeepSeekApi.FunctionTool.Type.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.springframework.ai.deepseek.api with parameters of type DeepSeekApi.FunctionTool.TypeModifier and TypeMethodDescriptionvoidDeepSeekApi.FunctionTool.setType(DeepSeekApi.FunctionTool.Type type) Constructors in org.springframework.ai.deepseek.api with parameters of type DeepSeekApi.FunctionTool.TypeModifierConstructorDescriptionCreate a tool of type 'function' and the given function definition.