tweak: adjust skill presentation to be a little less token heavy (#17098)

This commit is contained in:
Aiden Cline
2026-03-11 16:03:15 -05:00
committed by GitHub
parent 387ab78bf6
commit f96e2d4222
4 changed files with 23 additions and 15 deletions

View File

@@ -24,7 +24,7 @@ export const SkillTool = Tool.define("skill", async (ctx) => {
"The following skills provide specialized sets of instructions for particular tasks",
"Invoke this tool to load a skill when a task matches one of the available skills listed below:",
"",
Skill.fmt(list),
Skill.fmt(list, { verbose: false }),
].join("\n")
const examples = list