mirror of
https://github.com/harivansh-afk/clanker-agent.git
synced 2026-04-17 00:04:51 +00:00
prompt
This commit is contained in:
parent
85c2a0b675
commit
ffb6f1db70
6 changed files with 86 additions and 44 deletions
|
|
@ -270,9 +270,9 @@ describe("skills", () => {
|
|||
const introText = result.substring(0, xmlStart);
|
||||
|
||||
expect(introText).toContain(
|
||||
"The following skills provide specialized instructions",
|
||||
"Skills are specialized instructions for specific tasks",
|
||||
);
|
||||
expect(introText).toContain("Use the read tool to load a skill's file");
|
||||
expect(introText).toContain("Do not load skills speculatively");
|
||||
});
|
||||
|
||||
it("should escape XML special characters", () => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue