Uses of Class
dev.dokimos.core.evaluators.agents.ToolCorrectnessEvaluator.Builder
Packages that use ToolCorrectnessEvaluator.Builder
-
Uses of ToolCorrectnessEvaluator.Builder in dev.dokimos.core.evaluators.agents
Methods in dev.dokimos.core.evaluators.agents that return ToolCorrectnessEvaluator.BuilderModifier and TypeMethodDescriptionToolCorrectnessEvaluator.builder()Creates a new builder for constructing the evaluator.ToolCorrectnessEvaluator.Builder.evaluationParams(List<EvalTestCaseParam> params) Sets which test case parameters to validate.ToolCorrectnessEvaluator.Builder.expectedToolCallsKey(String expectedToolCallsKey) Sets the key used to retrieve expected tool calls from expectedOutputs.ToolCorrectnessEvaluator.Builder.matchMode(ToolCorrectnessEvaluator.MatchMode matchMode) Sets the match mode for comparing tool calls.Sets the evaluator name.ToolCorrectnessEvaluator.Builder.threshold(double threshold) Sets the minimum score threshold for success.ToolCorrectnessEvaluator.Builder.toolCallsKey(String toolCallsKey) Sets the key used to retrieve actual tool calls from actualOutputs.