Python/耐烧蚀合金智能体/skills/wiki-helper/SKILL.md

379 B

name description
wiki-helper 使用 Python 在 wiki 中进行检索

Wiki 知识助手

使用 search_materials 脚本根据检索语句在知识库中进行检索。

Usage

请使用以下工具进行搜索:

run_skill_script(
    skill_name="wiki-helper",
    script_name="search_materials",
    args={'question': '这里填入检索语句'}
)