base_tool

pull/1001/head
SnowindMe 2025-05-29 06:19:34 +08:00
parent cf81ed850a
commit 280feec228
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ logger = get_logger("base_tool")
TOOL_REGISTRY = {}
class BaseTool(ABC):
class BaseTool:
"""所有工具的基类"""
# 工具名称,子类必须重写