Skip to content

Commit fbbe4c8

Browse files
committed
fix: update run-evaluation.ts
1 parent 8764c63 commit fbbe4c8

File tree

3 files changed

+2
-247
lines changed

3 files changed

+2
-247
lines changed

evals/run-evaluation.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ async function main(): Promise<number> {
224224
evaluators: [toolsMatch],
225225
experimentName,
226226
experimentDescription,
227-
concurrency = 10,
227+
concurrency: 10,
228228
});
229229

230230
const runsMap = experiment.runs ?? {};

evals/test-cases.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "1.6",
2+
"version": "1.7",
33
"testCases": [
44
{
55
"id": "fetch-actor-details-1",

evals/tools.json

Lines changed: 0 additions & 245 deletions
This file was deleted.

0 commit comments

Comments
 (0)