mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-09-07 08:26:51 +00:00
Fix custom instructions interfering with tool use guidelines
This commit is contained in:
parent
bb4bedcb66
commit
799e5ca180
1 changed files with 1 additions and 1 deletions
|
|
@ -252,7 +252,7 @@ export function addCustomInstructions(customInstructions: string): string {
|
|||
|
||||
USER'S CUSTOM INSTRUCTIONS
|
||||
|
||||
The following additional instructions are provided by the user. They should be followed and given precedence in case of conflicts with previous instructions.
|
||||
The following additional instructions are provided by the user, and should be followed to the best of your ability without interfering with the TOOL USE guidelines.
|
||||
|
||||
${customInstructions.trim()}`
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue