remove:移除lpmm工具,改为默认调用

This commit is contained in:
SengokuCola
2025-07-01 19:17:22 +08:00
parent ce87eb187f
commit 8cbd9e0551
5 changed files with 5 additions and 5 deletions

View File

@@ -104,5 +104,3 @@ class RenamePersonTool(BaseTool):
return {"type": "info_error", "id": f"rename_error_{time.time()}", "content": error_msg}
# 注册工具
register_tool(RenamePersonTool)