Uses of Class
dev.dokimos.core.evaluators.agents.ToolArgumentHallucinationEvaluator.Builder
Packages that use ToolArgumentHallucinationEvaluator.Builder
-
Uses of ToolArgumentHallucinationEvaluator.Builder in dev.dokimos.core.evaluators.agents
Methods in dev.dokimos.core.evaluators.agents that return ToolArgumentHallucinationEvaluator.BuilderModifier and TypeMethodDescriptionToolArgumentHallucinationEvaluator.builder()Creates a new builder for constructing the evaluator.ToolArgumentHallucinationEvaluator.Builder.evaluationParams(List<EvalTestCaseParam> params) Sets which test case parameters to validate.Sets the judge LLM for evaluating argument grounding.Sets the evaluator name.ToolArgumentHallucinationEvaluator.Builder.threshold(double threshold) Sets the minimum score threshold for success.ToolArgumentHallucinationEvaluator.Builder.toolCallsKey(String toolCallsKey) Sets the key used to retrieve tool calls from actualOutputs.