Skip to content

Commit c009095

Browse files
authored
Update experiments.test.ts
1 parent 6d7f4d9 commit c009095

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/shared/__tests__/experiments.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ describe("experiments", () => {
77
expect(experimentConfigsMap.POWER_STEERING).toMatchObject({
88
name: 'Use experimental "power steering" mode',
99
description:
10-
"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.",
10+
"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.",
1111
enabled: false,
1212
})
1313
})

0 commit comments

Comments
 (0)