Uses of Class
dev.dokimos.core.evaluators.agents.ToolCallValidityEvaluator.Builder
Packages that use ToolCallValidityEvaluator.Builder
-
Uses of ToolCallValidityEvaluator.Builder in dev.dokimos.core.evaluators.agents
Methods in dev.dokimos.core.evaluators.agents that return ToolCallValidityEvaluator.BuilderModifier and TypeMethodDescriptionToolCallValidityEvaluator.builder()Creates a new builder for constructing the evaluator.ToolCallValidityEvaluator.Builder.evaluationParams(List<EvalTestCaseParam> params) Sets which test case parameters to validate.Sets the evaluator name.ToolCallValidityEvaluator.Builder.strictMode(boolean strictMode) Enables strict mode which fails on any unexpected parameter.ToolCallValidityEvaluator.Builder.threshold(double threshold) Sets the minimum score threshold for success.ToolCallValidityEvaluator.Builder.toolCallsKey(String toolCallsKey) Sets the key used to retrieve tool calls from actualOutputs.Sets the key used to retrieve tool definitions from metadata.