Skip to content

Commit 459f270

Browse files
fix: prevent redundant skill reloading in conversation (#11838)
1 parent d6611f8 commit 459f270

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/core/prompts/sections/skills.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ Step 2: Branching Decision
7474
CONSTRAINTS:
7575
- Do NOT load every skill up front.
7676
- Load skills ONLY after a skill is selected.
77+
- Do NOT reload a skill whose instructions already appear in this conversation.
7778
- Do NOT skip this check.
7879
- FAILURE to perform this check is an error.
7980
</mandatory_skill_check>

0 commit comments

Comments
 (0)