Uses of Enum Class
dev.dokimos.core.evaluators.agents.ToolCorrectnessEvaluator.MatchMode
Packages that use ToolCorrectnessEvaluator.MatchMode
-
Uses of ToolCorrectnessEvaluator.MatchMode in dev.dokimos.core.evaluators.agents
Methods in dev.dokimos.core.evaluators.agents that return ToolCorrectnessEvaluator.MatchModeModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static ToolCorrectnessEvaluator.MatchMode[]ToolCorrectnessEvaluator.MatchMode.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in dev.dokimos.core.evaluators.agents with parameters of type ToolCorrectnessEvaluator.MatchModeModifier and TypeMethodDescriptionToolCorrectnessEvaluator.Builder.matchMode(ToolCorrectnessEvaluator.MatchMode matchMode) Sets the match mode for comparing tool calls.