Uses of Class
org.springframework.ai.zhipuai.api.ZhiPuAiApi.FunctionTool.Function
Packages that use ZhiPuAiApi.FunctionTool.Function
-
Uses of ZhiPuAiApi.FunctionTool.Function in org.springframework.ai.zhipuai.api
Methods in org.springframework.ai.zhipuai.api that return ZhiPuAiApi.FunctionTool.FunctionMethods in org.springframework.ai.zhipuai.api with parameters of type ZhiPuAiApi.FunctionTool.FunctionModifier and TypeMethodDescriptionvoidZhiPuAiApi.FunctionTool.setFunction(ZhiPuAiApi.FunctionTool.Function function) Constructors in org.springframework.ai.zhipuai.api with parameters of type ZhiPuAiApi.FunctionTool.FunctionModifierConstructorDescriptionFunctionTool(ZhiPuAiApi.FunctionTool.Function function) Create a tool of type 'function' and the given function definition.FunctionTool(ZhiPuAiApi.FunctionTool.Type type, ZhiPuAiApi.FunctionTool.Function function) Create a tool of type 'function' and the given function definition.