Uses of Class
dev.dokimos.core.evaluators.agents.ToolEfficiencyEvaluator.Builder
Packages that use ToolEfficiencyEvaluator.Builder
-
Uses of ToolEfficiencyEvaluator.Builder in dev.dokimos.core.evaluators.agents
Methods in dev.dokimos.core.evaluators.agents that return ToolEfficiencyEvaluator.BuilderModifier and TypeMethodDescriptionToolEfficiencyEvaluator.Builder.argumentMatcher(ArgumentMatcher argumentMatcher) Sets the argument matcher used to decide whether two calls are duplicates.ToolEfficiencyEvaluator.builder()Creates a new builder for constructing the evaluator.ToolEfficiencyEvaluator.Builder.evaluationParams(List<EvalTestCaseParam> params) Sets which test case parameters to validate.Sets the evaluator name.ToolEfficiencyEvaluator.Builder.threshold(double threshold) Sets the minimum score threshold for success.ToolEfficiencyEvaluator.Builder.toolCallsKey(String toolCallsKey) Sets the key used to retrieve tool calls from actualOutputs.