Skip to content

Commit

Permalink
Make concurrency argument optional
Browse files Browse the repository at this point in the history
  • Loading branch information
andreibratu committed Dec 30, 2024
1 parent 46b9105 commit 94e289c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/humanloop.client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ class ExtendedEvaluations extends BaseEvaluations {
dataset: Dataset;
name?: string;
evaluators: Evaluator[];
concurrency: number;
concurrency?: number;
}): Promise<EvaluatorCheck[]> {
return runEval(this._client, file, dataset, name, evaluators, concurrency);
}
Expand Down

0 comments on commit 94e289c

Please sign in to comment.