MCPcopy Create free account
hub / github.com/Palm1r/QodeAssist / description

Method description

tools/SkillTool.cpp:34–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32}
33
34QString SkillTool::description() const
35{
36 return "Load the full instructions of a skill by name. The Available Skills catalog in "
37 "the system prompt lists each skill's name and a short description. When a request "
38 "matches a skill, call this tool with that skill's name to load its complete "
39 "instructions, then follow them.";
40}
41
42QJsonObject SkillTool::parametersSchema() const
43{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected