Is there a reason why evaluate_eval_set does not return eval set result?
result = await AgentEvaluator.evaluate_eval_set(...)
Is there a way to retrieve the result without resorting to some internal/private classes or methods? Thanks.
I am using google-adk 1.27.2
Is there a reason why
evaluate_eval_setdoes not return eval set result?Is there a way to retrieve the result without resorting to some internal/private classes or methods? Thanks.
I am using
google-adk1.27.2