Skip to content

Commit 831228c

Browse files
committed
spelling: returns
Signed-off-by: Josh Soref <[email protected]>
1 parent 3d8ada2 commit 831228c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/google/adk/evaluation/agent_evaluator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -559,7 +559,7 @@ async def _get_eval_results_by_eval_id(
559559
def _get_eval_metric_results_with_invocation(
560560
eval_results_per_eval_id: list[EvalCaseResult],
561561
) -> dict[str, list[_EvalMetricResultWithInvocation]]:
562-
"""Retruns _EvalMetricResultWithInvocation grouped by metric.
562+
"""Returns _EvalMetricResultWithInvocation grouped by metric.
563563
564564
EvalCaseResult contain results for each metric per invocation.
565565

0 commit comments

Comments
 (0)