Uses of Class
dev.dokimos.core.BaseEvaluator
Packages that use BaseEvaluator
-
Uses of BaseEvaluator in dev.dokimos.core
Subclasses of BaseEvaluator in dev.dokimos.coreModifier and TypeClassDescriptionclassEvaluator that checks for exact string match between actual and expected outputs.classEvaluator that uses an LLM to check how much of the actual output is backed by the given context.classEvaluator that uses an LLM to evaluate outputs based on the specified criteria.classEvaluator that checks if the actual output matches a regular expression pattern.