类 ToolRegister
java.lang.Object
top.aoyudi.deepseek.handler.ToolRegister
工具注册器
-
字段概要
字段修饰符和类型字段说明protected static final Map<String,DSReqFunction> protected static final Map<String,ToolExecutor> -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明static DSReqFunctiongetDsReqFunction(String functionName) protected static voidregisterTool(Object bean, Method method, DSReqFunction dsReqFunction) 自动注册工具
-
字段详细资料
-
tools
-
dsReqFunctionMap
-
-
构造器详细资料
-
ToolRegister
public ToolRegister()
-
-
方法详细资料
-
registerTool
自动注册工具- 参数:
bean- beanmethod- 方法dsReqFunction- 方法
-
getDsReqFunction
-