Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions src/google/adk/cli/cli_tools_click.py
Original file line number Diff line number Diff line change
Expand Up @@ -701,6 +701,7 @@ def cli_eval(
separated list of eval names and then add that as a suffix to the eval set
file name, demarcated by a `:`.

\b
Comment thread
ankursharmas marked this conversation as resolved.
For example, we have `sample_eval_set_file.json` file that has following the
eval cases:
sample_eval_set_file.json:
Expand All @@ -721,6 +722,7 @@ def cli_eval(
separated list of eval names and then add that as a suffix to the eval set
file name, demarcated by a `:`.

\b
Comment thread
ankursharmas marked this conversation as resolved.
For example, we have `sample_eval_set_id` that has following the eval cases:
sample_eval_set_id:
|....... eval_1
Expand All @@ -729,6 +731,7 @@ def cli_eval(
|....... eval_4
|....... eval_5

\b
Comment thread
ankursharmas marked this conversation as resolved.
If we did:
sample_eval_set_id:eval_1,eval_2,eval_3

Expand Down
Loading