mirror of
https://github.com/EvolutionAPI/adk-python.git
synced 2025-12-18 11:22:22 -06:00
feat: Add an option to use gcs artifact service in adk web.
Resolves https://github.com/google/adk-python/issues/309 PiperOrigin-RevId: 765772763
This commit is contained in:
committed by
Copybara-Service
parent
0e72efb439
commit
8d36dbda52
@@ -128,6 +128,7 @@ def test_to_cloud_run_happy_path(
|
||||
with_ui=True,
|
||||
verbosity="info",
|
||||
session_db_url="sqlite://",
|
||||
artifact_storage_uri="gs://bucket",
|
||||
adk_version="0.0.5",
|
||||
)
|
||||
|
||||
@@ -170,6 +171,7 @@ def test_to_cloud_run_cleans_temp_dir(
|
||||
with_ui=False,
|
||||
verbosity="info",
|
||||
session_db_url=None,
|
||||
artifact_storage_uri=None,
|
||||
adk_version="0.0.5",
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user