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