From 0d778b5621541fc3032dd55128ce1aab2a423f8f Mon Sep 17 00:00:00 2001 From: ftnext Date: Sat, 31 Jan 2026 13:52:18 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20Escape=20Click=E2=80=99s=20Wrapping=20in?= =?UTF-8?q?=20bulled=20lists=20of=20adk=20web=20options?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 c686211e70..419e07bf69 100644 --- a/src/google/adk/cli/cli_tools_click.py +++ b/src/google/adk/cli/cli_tools_click.py @@ -459,6 +459,7 @@ def decorator(func): Optional. The URI of the session service. If set, ADK uses this service. + \b If unset, ADK chooses a default session service (see --use_local_storage). - Use 'agentengine://' to connect to Agent Engine @@ -478,6 +479,7 @@ def decorator(func): Optional. The URI of the artifact service. If set, ADK uses this service. + \b If unset, ADK chooses a default artifact service (see --use_local_storage). - Use 'gs://' to connect to the GCS artifact service. @@ -503,6 +505,7 @@ def decorator(func): "--memory_service_uri", type=str, help=textwrap.dedent("""\ + \b Optional. The URI of the memory service. - Use 'rag://' to connect to Vertex AI Rag Memory Service. - Use 'agentengine://' to connect to Agent Engine