Uses of Class
dev.dokimos.core.evaluators.agents.PlanQualityEvaluator.Builder
Packages that use PlanQualityEvaluator.Builder
-
Uses of PlanQualityEvaluator.Builder in dev.dokimos.core.evaluators.agents
Methods in dev.dokimos.core.evaluators.agents that return PlanQualityEvaluator.BuilderModifier and TypeMethodDescriptionstatic PlanQualityEvaluator.BuilderPlanQualityEvaluator.builder()Creates a new builder for constructing the evaluator.PlanQualityEvaluator.Builder.evaluationParams(List<EvalTestCaseParam> params) Sets which test case parameters to validate.Sets an optional judge LLM for the coherence check.Sets the evaluator name.PlanQualityEvaluator.Builder.reasoningStepsKey(String reasoningStepsKey) Sets the actualOutputs key for the plan (reasoning steps).PlanQualityEvaluator.Builder.threshold(double threshold) Sets the minimum score threshold for success.