Skip to content

Commit 7ca904b

Browse files
committed
spelling: score
Signed-off-by: Josh Soref <[email protected]>
1 parent 831228c commit 7ca904b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/google/adk/evaluation/local_eval_service.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ async def _evaluate_single_inference_result(
233233
expected_invocations=eval_case.conversation,
234234
)
235235

236-
# Track overall scrore across all invocations.
236+
# Track overall score across all invocations.
237237
overall_eval_metric_results.append(
238238
EvalMetricResult(
239239
metric_name=eval_metric.metric_name,

0 commit comments

Comments
 (0)