From 2d886b7f173bde69922f34fed8d724ff3d9c15a5 Mon Sep 17 00:00:00 2001 From: ftnext Date: Sun, 25 Jan 2026 22:07:36 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20EscapieClick=E2=80=99s=20Wrapping=20in?= =?UTF-8?q?=20adk=20eval=20help?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fix https://github.com/google/adk-python/issues/4257 https://click.palletsprojects.com/en/stable/documentation/#escaping-click-s-wrapping --- src/google/adk/cli/cli_tools_click.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/google/adk/cli/cli_tools_click.py b/src/google/adk/cli/cli_tools_click.py index c4f1d405ad..2a2b2ac8a3 100644 --- a/src/google/adk/cli/cli_tools_click.py +++ b/src/google/adk/cli/cli_tools_click.py @@ -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 For example, we have `sample_eval_set_file.json` file that has following the eval cases: sample_eval_set_file.json: @@ -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 For example, we have `sample_eval_set_id` that has following the eval cases: sample_eval_set_id: |....... eval_1 @@ -729,6 +731,7 @@ def cli_eval( |....... eval_4 |....... eval_5 + \b If we did: sample_eval_set_id:eval_1,eval_2,eval_3