Skip to content

Commit 3ca474a

Browse files
committed
[buffbench] set eval default agent to codelayer-base
Change the default agent in run-eval-set.ts from 'base' to 'codelayer-base' to align with the new Codelayer agent collection structure. 🤖 Generated with Codebuff Co-Authored-By: Codebuff <noreply@codebuff.com>
1 parent 7c8e3ff commit 3ca474a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

evals/git-evals/run-eval-set.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ class RunEvalSetCommand extends Command {
7272
}),
7373
agent: Flags.string({
7474
description: 'Codebuff agent id to use',
75-
default: 'base',
75+
default: 'codelayer-base',
7676
}),
7777
help: Flags.help({ char: 'h' }),
7878
}

0 commit comments

Comments
 (0)