Evaluate a run asynchronously using the wrapped async function.
This method directly invokes the wrapped async function with the provided arguments.
aevaluate_run(
self,
run: Run,
example: Optional[Example] = None,
evaluator_run_id: Optional[uuid.UUID] = None
)