Uses of Class
dev.dokimos.core.evaluators.agents.TaskCompletionEvaluator.Builder
Packages that use TaskCompletionEvaluator.Builder
-
Uses of TaskCompletionEvaluator.Builder in dev.dokimos.core.evaluators.agents
Methods in dev.dokimos.core.evaluators.agents that return TaskCompletionEvaluator.BuilderModifier and TypeMethodDescriptionTaskCompletionEvaluator.builder()Creates a new builder for constructing the evaluator.TaskCompletionEvaluator.Builder.constraintsKey(String constraintsKey) Sets the metadata key for product constraints.Sets the inputs key for the dialog.TaskCompletionEvaluator.Builder.evaluationParams(List<EvalTestCaseParam> params) Sets which test case parameters to validate.Sets the judge LLM for evaluating task completion.Sets the evaluator name.Sets the metadata key for the task list.TaskCompletionEvaluator.Builder.threshold(double threshold) Sets the minimum score threshold for success.