Skip to content

Commit 7ddaac1

Browse files
committed
docs(eval): fix 'Coverts' typo in RubricBasedToolUseV1Evaluator docstring
1 parent e6df097 commit 7ddaac1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/google/adk/evaluation/rubric_based_tool_use_quality_v1.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ class RubricBasedToolUseV1Evaluator(RubricBasedEvaluator):
130130
"""An Evaluator for rubric based assessment of the agent's usage of Tools.
131131
132132
Example: Lets take an example of a Weather Agent that has access to two tools:
133-
1: GeoCoding Tool: Coverts a city name, address or zip code into geographic
133+
1: GeoCoding Tool: Converts a city name, address or zip code into geographic
134134
coordinates.
135135
2: GetWeather Tool: Gets weather for the next 10 days for the given geographic
136136
coordinates.

0 commit comments

Comments
 (0)