Uses of Class
dev.dokimos.core.evaluators.agents.ToolTrajectoryEvaluator.Builder
Packages that use ToolTrajectoryEvaluator.Builder
-
Uses of ToolTrajectoryEvaluator.Builder in dev.dokimos.core.evaluators.agents
Methods in dev.dokimos.core.evaluators.agents that return ToolTrajectoryEvaluator.BuilderModifier and TypeMethodDescriptionToolTrajectoryEvaluator.Builder.argumentMatcher(ArgumentMatcher matcher) Sets the default argument matcher applied to every tool unless overridden.ToolTrajectoryEvaluator.Builder.argumentMatcher(String toolName, ArgumentMatcher matcher) Overrides the argument matcher for a specific tool by name.ToolTrajectoryEvaluator.builder()Creates a new builder for constructing the evaluator.ToolTrajectoryEvaluator.Builder.evaluationParams(List<EvalTestCaseParam> params) Sets which test case parameters to validate.ToolTrajectoryEvaluator.Builder.expectedToolCallsKey(String expectedToolCallsKey) Sets the key used to retrieve expected tool calls from expectedOutputs.ToolTrajectoryEvaluator.Builder.matchMode(ToolTrajectoryEvaluator.MatchMode matchMode) Sets the trajectory match mode.Sets the evaluator name.ToolTrajectoryEvaluator.Builder.threshold(double threshold) Sets the minimum score threshold for success.ToolTrajectoryEvaluator.Builder.toolCallsKey(String toolCallsKey) Sets the key used to retrieve actual tool calls from actualOutputs.