tweak: adjust skill presentation to be a little less token heavy (#17098)
This commit is contained in:
parent
387ab78bf6
commit
f96e2d4222
4 changed files with 23 additions and 15 deletions
|
|
@ -45,7 +45,7 @@ description: Skill for tool tests.
|
|||
fn: async () => {
|
||||
const tool = await SkillTool.init()
|
||||
const skillPath = path.join(tmp.path, ".opencode", "skill", "tool-skill", "SKILL.md")
|
||||
expect(tool.description).toContain(`<location>${pathToFileURL(skillPath).href}</location>`)
|
||||
expect(tool.description).toContain(`**tool-skill**: Skill for tool tests.`)
|
||||
},
|
||||
})
|
||||
} finally {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue