We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d8ada2 commit 831228cCopy full SHA for 831228c
src/google/adk/evaluation/agent_evaluator.py
@@ -559,7 +559,7 @@ async def _get_eval_results_by_eval_id(
559
def _get_eval_metric_results_with_invocation(
560
eval_results_per_eval_id: list[EvalCaseResult],
561
) -> dict[str, list[_EvalMetricResultWithInvocation]]:
562
- """Retruns _EvalMetricResultWithInvocation grouped by metric.
+ """Returns _EvalMetricResultWithInvocation grouped by metric.
563
564
EvalCaseResult contain results for each metric per invocation.
565
0 commit comments