Skip to content

Commit 5bcd2c9

Browse files
authored
Merge branch 'main' into feature/ollama-llm
2 parents 676020e + ac1401b commit 5bcd2c9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/google/adk/cli/cli_tools_click.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -459,6 +459,7 @@ def decorator(func):
459459
Optional. The URI of the session service.
460460
If set, ADK uses this service.
461461
462+
\b
462463
If unset, ADK chooses a default session service (see
463464
--use_local_storage).
464465
- Use 'agentengine://<agent_engine>' to connect to Agent Engine
@@ -478,6 +479,7 @@ def decorator(func):
478479
Optional. The URI of the artifact service.
479480
If set, ADK uses this service.
480481
482+
\b
481483
If unset, ADK chooses a default artifact service (see
482484
--use_local_storage).
483485
- Use 'gs://<bucket_name>' to connect to the GCS artifact service.
@@ -503,6 +505,7 @@ def decorator(func):
503505
"--memory_service_uri",
504506
type=str,
505507
help=textwrap.dedent("""\
508+
\b
506509
Optional. The URI of the memory service.
507510
- Use 'rag://<rag_corpus_id>' to connect to Vertex AI Rag Memory Service.
508511
- Use 'agentengine://<agent_engine>' to connect to Agent Engine

0 commit comments

Comments
 (0)