This commit is contained in:
@@ -46,7 +46,7 @@ describe("prompt-builder", () => {
|
||||
test("#when agent is explore #then system content includes available_skills section", () => {
|
||||
// given
|
||||
const availableSkills: AvailableSkill[] = [
|
||||
{ name: "code-review", description: "Review code quality", location: "project" },
|
||||
{ name: "review-work", description: "Review code quality", location: "project" },
|
||||
]
|
||||
|
||||
// when
|
||||
@@ -57,7 +57,7 @@ describe("prompt-builder", () => {
|
||||
|
||||
// then
|
||||
expect(result).toBeDefined()
|
||||
expect(result).toContain("code-review")
|
||||
expect(result).toContain("review-work")
|
||||
})
|
||||
|
||||
test("#when availableSkills is empty #then system content does not include available_skills section", () => {
|
||||
|
||||
Reference in New Issue
Block a user