GcsArtifactService - store artifacts into GCS #1775
-
Hello, I'm using ADK 1.5. I'm running "adk web" from google shell and with web preview on port 8000 I'm able to talk with the agent. I've tried example with idea store in artefacts and read them from artifacts. I want to implement/test store artifacts on GCS, i follow the documentation: `try: Then pass it to runner: My env has access to bucket - able to upload file with gcloud command. So, its not about access. When I run the agent, i've received notification that the "GcsArtifactService initialized for bucket: ....", but i'm not able to see any stored file into the GCS.
This tool save idea in file with name given by the user. I'm able to see the stored artifact in adk web -> Artifacts but they are not into GCS Any ideas? What i miss ? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
@dem0n4e can you first try with image or pdf file, see if that is working for you? |
Beta Was this translation helpful? Give feedback.
@dem0n4e can you first try with image or pdf file, see if that is working for you?
artifact service uri should be defined as per below.
artifact_service_uri="gs://{bucket_name}"