Skip to content

Commit 0dbfb43

Browse files
alDuncansoncopybara-github
authored andcommitted
fix: Update _evaluate_single_inference_result documentation
Merge #3123 Update `_evaluate_single_inference_result` documentation COPYBARA_INTEGRATE_REVIEW=#3123 from alDuncanson:spelling-fix b7bb4d4 PiperOrigin-RevId: 823193022
1 parent bb32a63 commit 0dbfb43

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/google/adk/evaluation/local_eval_service.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -184,10 +184,10 @@ async def run_evaluation(inference_result):
184184
async def _evaluate_single_inference_result(
185185
self, inference_result: InferenceResult, evaluate_config: EvaluateConfig
186186
) -> tuple[InferenceResult, EvalCaseResult]:
187-
"""Returns EvalCaseResult for the given inference result.
187+
"""Returns the inference result and its corresponding EvalCaseResult.
188188
189189
A single inference result can have multiple invocations. For each
190-
invocaiton, this method evaluates the metrics present in evaluate config.
190+
invocation, this method evaluates the metrics present in evaluate config.
191191
192192
The EvalCaseResult contains scores for each metric per invocation and the
193193
overall score.

0 commit comments

Comments
 (0)