Skip to content
Open
Changes from all commits
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 @@ -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://<agent_engine>' to connect to Agent Engine
Expand All @@ -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://<bucket_name>' to connect to the GCS artifact service.
Expand All @@ -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://<rag_corpus_id>' to connect to Vertex AI Rag Memory Service.
- Use 'agentengine://<agent_engine>' to connect to Agent Engine
Expand Down