Skip to content

Commit 819f8b3

Browse files
committed
fix types
1 parent 645455e commit 819f8b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

evals/buffbench/main-single-eval.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { runBuffBench } from './run-buffbench'
44

55
async function main() {
66
await runBuffBench({
7-
evalDataPath: path.join(__dirname, 'eval-codebuff.json'),
7+
evalDataPaths: [path.join(__dirname, 'eval-codebuff.json')],
88
agents: ['base2'],
99
taskIds: ['filter-system-history'],
1010
})

0 commit comments

Comments
 (0)