| 32 | } |
| 33 | |
| 34 | QString 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 | |
| 42 | QJsonObject SkillTool::parametersSchema() const |
| 43 | { |
nothing calls this directly
no outgoing calls
no test coverage detected