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