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