Skip to content

Commit 94e289c

Browse files
author
Andrei Bratu
committed
Make concurrency argument optional
1 parent 46b9105 commit 94e289c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/humanloop.client.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ class ExtendedEvaluations extends BaseEvaluations {
9393
dataset: Dataset;
9494
name?: string;
9595
evaluators: Evaluator[];
96-
concurrency: number;
96+
concurrency?: number;
9797
}): Promise<EvaluatorCheck[]> {
9898
return runEval(this._client, file, dataset, name, evaluators, concurrency);
9999
}

0 commit comments

Comments
 (0)