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.