Uses of Enum Class
dev.dokimos.core.evaluators.agents.ToolTrajectoryEvaluator.MatchMode
Packages that use ToolTrajectoryEvaluator.MatchMode
-
Uses of ToolTrajectoryEvaluator.MatchMode in dev.dokimos.core.evaluators.agents
Methods in dev.dokimos.core.evaluators.agents that return ToolTrajectoryEvaluator.MatchModeModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static ToolTrajectoryEvaluator.MatchMode[]ToolTrajectoryEvaluator.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 ToolTrajectoryEvaluator.MatchModeModifier and TypeMethodDescriptionToolTrajectoryEvaluator.Builder.matchMode(ToolTrajectoryEvaluator.MatchMode matchMode) Sets the trajectory match mode.