Uses of Class
dev.dokimos.core.evaluators.FaithfulnessEvaluator.Builder
Packages that use FaithfulnessEvaluator.Builder
-
Uses of FaithfulnessEvaluator.Builder in dev.dokimos.core.evaluators
Methods in dev.dokimos.core.evaluators that return FaithfulnessEvaluator.BuilderModifier and TypeMethodDescriptionFaithfulnessEvaluator.builder()Creates a new builder for constructing the faithfulness evaluator.FaithfulnessEvaluator.Builder.contextKey(String contextKey) Sets the context key to use.FaithfulnessEvaluator.Builder.evaluationParams(List<EvalTestCaseParam> params) Sets which test case parameters to use for the evaluation.FaithfulnessEvaluator.Builder.includeReason(boolean includeReason) Sets the flag whether to provide a reason or not.Sets the model to use for the evaluation.Sets the evaluator name.FaithfulnessEvaluator.Builder.threshold(double threshold) Sets the minimum score threshold for success.