File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments