类 ToolRegister

java.lang.Object
top.aoyudi.deepseek.handler.ToolRegister

@Component public class ToolRegister extends Object
工具注册器
  • 字段详细资料

  • 构造器详细资料

    • ToolRegister

      public ToolRegister()
  • 方法详细资料

    • registerTool

      protected static void registerTool(Object bean, Method method, DSReqFunction dsReqFunction)
      自动注册工具
      参数:
      bean - bean
      method - 方法
      dsReqFunction - 方法
    • getDsReqFunction

      public static DSReqFunction getDsReqFunction(String functionName)