修改注册函数工具时的打印信息

This commit is contained in:
邹永赫
2025-03-15 12:15:05 +09:00
parent 35468233f8
commit ef86838f62
3 changed files with 4 additions and 2 deletions
+1 -1
View File
@@ -73,7 +73,7 @@ class FuncCall:
handler=handler,
)
self.func_list.append(_func)
logger.info(f"添加函数调用工具({len(self.func_list)}): {name} - {desc}")
logger.info(f"添加函数调用工具: {name}")
def remove_func(self, name: str) -> None:
"""