We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 645455e commit 819f8b3Copy full SHA for 819f8b3
evals/buffbench/main-single-eval.ts
@@ -4,7 +4,7 @@ import { runBuffBench } from './run-buffbench'
4
5
async function main() {
6
await runBuffBench({
7
- evalDataPath: path.join(__dirname, 'eval-codebuff.json'),
+ evalDataPaths: [path.join(__dirname, 'eval-codebuff.json')],
8
agents: ['base2'],
9
taskIds: ['filter-system-history'],
10
})
0 commit comments