From 7ddaac15e3d90da02a64a7f42dcd58fd58e17fe7 Mon Sep 17 00:00:00 2001 From: Anas Khan <83116240+anxkhn@users.noreply.github.com> Date: Fri, 3 Jul 2026 17:29:34 +0530 Subject: [PATCH] docs(eval): fix 'Coverts' typo in RubricBasedToolUseV1Evaluator docstring --- src/google/adk/evaluation/rubric_based_tool_use_quality_v1.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/google/adk/evaluation/rubric_based_tool_use_quality_v1.py b/src/google/adk/evaluation/rubric_based_tool_use_quality_v1.py index d8d1da94c57..dcb7620fe4b 100644 --- a/src/google/adk/evaluation/rubric_based_tool_use_quality_v1.py +++ b/src/google/adk/evaluation/rubric_based_tool_use_quality_v1.py @@ -130,7 +130,7 @@ class RubricBasedToolUseV1Evaluator(RubricBasedEvaluator): """An Evaluator for rubric based assessment of the agent's usage of Tools. Example: Lets take an example of a Weather Agent that has access to two tools: - 1: GeoCoding Tool: Coverts a city name, address or zip code into geographic + 1: GeoCoding Tool: Converts a city name, address or zip code into geographic coordinates. 2: GetWeather Tool: Gets weather for the next 10 days for the given geographic coordinates.