Ask a question to get started
Enter to send•Shift+Enter new line
Create a run evaluator from a function.
Decorator that transforms a function into a RunEvaluator.
RunEvaluator
run_evaluator( func: Callable[[Run, Optional[Example]], Union[_RUNNABLE_OUTPUT, Awaitable[_RUNNABLE_OUTPUT]]] )