Uses of Class
dev.dokimos.core.conversation.TrajectoryEvaluator.Builder
Packages that use TrajectoryEvaluator.Builder
-
Uses of TrajectoryEvaluator.Builder in dev.dokimos.core.conversation
Methods in dev.dokimos.core.conversation that return TrajectoryEvaluator.BuilderModifier and TypeMethodDescriptionTrajectoryEvaluator.Builder.aggregationStrategy(AggregationStrategy strategy) Sets the score aggregation strategy.static TrajectoryEvaluator.BuilderTrajectoryEvaluator.builder()Creates a new builder for constructing a trajectory evaluator.TrajectoryEvaluator.Builder.criteria(List<EvaluationCriterion> criteria) Sets all evaluation criteria.TrajectoryEvaluator.Builder.criterion(EvaluationCriterion criterion) Adds an evaluation criterion.TrajectoryEvaluator.Builder.includePerCriterionScores(boolean include) Sets whether to include per-criterion scores in the result metadata.Sets the JudgeLM to use for evaluation.Sets the evaluator name.TrajectoryEvaluator.Builder.threshold(double threshold) Sets the minimum score threshold for success.TrajectoryEvaluator.Builder.trajectoryKey(String key) Sets the key used to retrieve the trajectory from actualOutputs.