Skip to content

Commit 92e72ed

Browse files
committed
push
1 parent a6cd970 commit 92e72ed

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

langfuse/_client/client.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2931,16 +2931,16 @@ def run_batched_evaluation(
29312931
*,
29322932
scope: Literal["traces", "observations", "sessions"],
29332933
mapper: MapperFunction,
2934-
evaluators: List[EvaluatorFunction],
29352934
filter: Optional[str] = None,
29362935
fetch_batch_size: int = 50,
29372936
max_items: Optional[int] = None,
2938-
max_concurrency: int = 50,
2937+
max_retries: int = 3,
2938+
evaluators: List[EvaluatorFunction],
29392939
composite_evaluator: Optional[CompositeEvaluatorFunction] = None,
2940+
max_concurrency: int = 50,
29402941
metadata: Optional[Dict[str, Any]] = None,
2941-
max_retries: int = 3,
2942-
verbose: bool = False,
29432942
resume_from: Optional[BatchEvaluationResumeToken] = None,
2943+
verbose: bool = False,
29442944
) -> BatchEvaluationResult:
29452945
"""Fetch traces, observations, or sessions and run evaluations on each item.
29462946

0 commit comments

Comments
 (0)