mirror of https://github.com/Mai-with-u/MaiBot.git
base_tool
parent
cf81ed850a
commit
280feec228
|
|
@ -14,7 +14,7 @@ logger = get_logger("base_tool")
|
||||||
TOOL_REGISTRY = {}
|
TOOL_REGISTRY = {}
|
||||||
|
|
||||||
|
|
||||||
class BaseTool(ABC):
|
class BaseTool:
|
||||||
"""所有工具的基类"""
|
"""所有工具的基类"""
|
||||||
|
|
||||||
# 工具名称,子类必须重写
|
# 工具名称,子类必须重写
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue