mirror of
https://gitea.toothfairyai.com/ToothFairyAI/tf_code.git
synced 2026-04-03 07:33:45 +00:00
tweak: adjust skill presentation to be a little less token heavy (#17098)
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user