mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-09-06 08:18:39 +00:00
Update experiments.test.ts
This commit is contained in:
parent
6d7f4d92fc
commit
c0090952d6
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@ describe("experiments", () => {
|
|||
expect(experimentConfigsMap.POWER_STEERING).toMatchObject({
|
||||
name: 'Use experimental "power steering" mode',
|
||||
description:
|
||||
"When enabled, Roo will remind the model about the details of its current mode definition more frequently. This will lead to stronger adherence to role definitions and custom instructions, but will use additional tokens.",
|
||||
"When enabled, Roo will remind the model about the details of its current mode definition more frequently. This will lead to stronger adherence to role definitions and custom instructions, but will use more tokens per message.",
|
||||
enabled: false,
|
||||
})
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue