Skip to content

Commit bb8a048

Browse files
committed
Update experiments
1 parent b56ae14 commit bb8a048

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

evals/packages/types/src/roo-code.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ export type CustomSupportPrompts = z.infer<typeof customSupportPromptsSchema>
271271
* ExperimentId
272272
*/
273273

274-
export const experimentIds = ["search_and_replace", "insert_content", "powerSteering"] as const
274+
export const experimentIds = ["search_and_replace", "insert_content", "powerSteering", "append_to_file"] as const
275275

276276
export const experimentIdsSchema = z.enum(experimentIds)
277277

@@ -285,6 +285,7 @@ const experimentsSchema = z.object({
285285
search_and_replace: z.boolean(),
286286
insert_content: z.boolean(),
287287
powerSteering: z.boolean(),
288+
append_to_file: z.boolean(),
288289
})
289290

290291
export type Experiments = z.infer<typeof experimentsSchema>

0 commit comments

Comments
 (0)