Uses of Class
dev.dokimos.core.evaluators.agents.ToolDescriptionReliabilityEvaluator.Builder
Packages that use ToolDescriptionReliabilityEvaluator.Builder
-
Uses of ToolDescriptionReliabilityEvaluator.Builder in dev.dokimos.core.evaluators.agents
Methods in dev.dokimos.core.evaluators.agents that return ToolDescriptionReliabilityEvaluator.BuilderModifier and TypeMethodDescriptionToolDescriptionReliabilityEvaluator.builder()Creates a new builder for constructing the evaluator.ToolDescriptionReliabilityEvaluator.Builder.evaluationParams(List<EvalTestCaseParam> params) Sets which test case parameters to validate.Sets an optional judge LLM for semantic checks.ToolDescriptionReliabilityEvaluator.Builder.maxInputArgs(int maxInputArgs) Sets the maximum number of total input parameters allowed per tool.ToolDescriptionReliabilityEvaluator.Builder.maxOptionalArgs(int maxOptionalArgs) Sets the maximum number of optional parameters allowed per tool.Sets the evaluator name.ToolDescriptionReliabilityEvaluator.Builder.threshold(double threshold) Sets the minimum score threshold for success.Sets the metadata key for tool definitions.