Skip to content

Commit 2d886b7

Browse files
committed
1 parent 324796b commit 2d886b7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/google/adk/cli/cli_tools_click.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -701,6 +701,7 @@ def cli_eval(
701701
separated list of eval names and then add that as a suffix to the eval set
702702
file name, demarcated by a `:`.
703703
704+
\b
704705
For example, we have `sample_eval_set_file.json` file that has following the
705706
eval cases:
706707
sample_eval_set_file.json:
@@ -721,6 +722,7 @@ def cli_eval(
721722
separated list of eval names and then add that as a suffix to the eval set
722723
file name, demarcated by a `:`.
723724
725+
\b
724726
For example, we have `sample_eval_set_id` that has following the eval cases:
725727
sample_eval_set_id:
726728
|....... eval_1
@@ -729,6 +731,7 @@ def cli_eval(
729731
|....... eval_4
730732
|....... eval_5
731733
734+
\b
732735
If we did:
733736
sample_eval_set_id:eval_1,eval_2,eval_3
734737

0 commit comments

Comments
 (0)