File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments