Merge branch 'feature/memory-graph-system' of https://github.com/MoFox-Studio/MoFox_Bot into feature/memory-graph-system

This commit is contained in:
Windpicker-owo
2025-11-06 18:38:03 +08:00

View File

@@ -9,7 +9,7 @@ class ToolParamType(Enum):
STRING = "string" # 字符串
INTEGER = "integer" # 整型
FLOAT = "number" # 浮点型
BOOLEAN = "bool" # 布尔型
BOOLEAN = "boolean" # 布尔型
class ToolParam: