feat: 加load_skill工具(技能按需加载正文,分层导入的第二层)
This commit is contained in:
parent
fc0ce9ad7d
commit
99256f040c
@ -232,6 +232,12 @@ GENERAL_TOOLS = [
|
||||
parameters={"path": "相对路径"},
|
||||
category="file",
|
||||
),
|
||||
ToolDefinition(
|
||||
name="load_skill",
|
||||
description="加载指定技能的完整内容(具体步骤/规范/陷阱)。先在系统提示的『可用技能』目录里找到技能名,需要时再调用本工具加载正文",
|
||||
parameters={"name": "技能名称"},
|
||||
category="skill",
|
||||
),
|
||||
ToolDefinition(
|
||||
name="write_file",
|
||||
description="写入文件到工作空间(自动创建父目录)",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user