Merge branch 'feature/memory-graph-system' of https://github.com/MoFox-Studio/MoFox_Bot into feature/memory-graph-system
This commit is contained in:
@@ -9,7 +9,7 @@ class ToolParamType(Enum):
|
|||||||
STRING = "string" # 字符串
|
STRING = "string" # 字符串
|
||||||
INTEGER = "integer" # 整型
|
INTEGER = "integer" # 整型
|
||||||
FLOAT = "number" # 浮点型
|
FLOAT = "number" # 浮点型
|
||||||
BOOLEAN = "bool" # 布尔型
|
BOOLEAN = "boolean" # 布尔型
|
||||||
|
|
||||||
|
|
||||||
class ToolParam:
|
class ToolParam:
|
||||||
|
|||||||
Reference in New Issue
Block a user