| Name | Type | Description |
|---|---|---|
func* | Callable | A function that takes a |
A dynamic evaluator that wraps a function and transforms it into a RunEvaluator.
This class is designed to be used with the @run_evaluator decorator, allowing
functions that take a Run and an optional Example as arguments, and return
an EvaluationResult or EvaluationResults, to be used as instances of RunEvaluator.