Uses of Class
dev.dokimos.core.evaluators.LLMJudgeEvaluator.Builder
Packages that use LLMJudgeEvaluator.Builder
-
Uses of LLMJudgeEvaluator.Builder in dev.dokimos.core.evaluators
Methods in dev.dokimos.core.evaluators that return LLMJudgeEvaluator.BuilderModifier and TypeMethodDescriptionstatic LLMJudgeEvaluator.BuilderLLMJudgeEvaluator.builder()Sets the evaluation criteria.LLMJudgeEvaluator.Builder.evaluationParams(List<EvalTestCaseParam> params) Sets which test case parameters to include in the prompt.Sets the model to use for the evaluation.Sets the evaluator name.LLMJudgeEvaluator.Builder.scoreRange(double min, double max) Sets the expected score range for the LLM response.LLMJudgeEvaluator.Builder.threshold(double threshold) Sets the minimum score threshold for success.