Images added in webUI are not added as artifacts
Is your feature request related to a problem? Please describe. Accessing images added in webUI do not show up as artifacts. This forces extra work to be able to utilize them in the agent.
Describe the solution you'd like Create artifacts from uploaded images automatically
I think you are talking about attachments right? Agent generated artifacts will be saved, but uploaded attachment current are not added to artifact. Could you elaborate how you utilize the attachments?
+1 for this feature request
I need to have access to user in adk-web submitted attachments, so we can prototype with adk-web agents that are using multimodal embedding models to perform semantic search for visual content.
Uploaded images need to be exposed somehow (as Artifacts or any other alternative) so we can call an embedding model for those images.
We are working on this one, this is in our plan
I just hit this limitation. Is there no way to capture an attachment as an artifact today in adk web? We are trying to test an agent that can run analysis using custom tools on user-uploaded documents (like pdfs).
I've just encountered this issue. I used this SO workaround.
https://stackoverflow.com/questions/79665875/how-to-access-an-uploaded-video-article-from-google-adk-web-using-adk-tool
tldr Use before model callback to examine messages for files before it reaches the LLM