There was an error while loading. Please reload this page.
1 parent b1e0fa3 commit 67c8758Copy full SHA for 67c8758
1 file changed
src/google/adk/cli/cli_tools_click.py
@@ -36,6 +36,7 @@
36
from .. import version
37
from ..agents.run_config import StreamingMode
38
from ..evaluation.constants import MISSING_EVAL_DEPENDENCIES_MESSAGE
39
+from ..evaluation.eval_result import EvalCaseResult
40
from ..features import FeatureName
41
from ..features import override_feature_enabled
42
from .cli import run_cli
@@ -1161,7 +1162,6 @@ def cli_eval(
1161
1162
eval_run_summary = {}
1163
1164
for eval_result in eval_results:
-
1165
if eval_result.eval_set_id not in eval_run_summary:
1166
eval_run_summary[eval_result.eval_set_id] = [0, 0]
1167
0 commit comments