How to add custom_metadata when artifacts are created through savefileasartifactplugin #5923
Unanswered
subbu4github
asked this question in
Q&A
Replies: 2 comments 1 reply
-
|
I'd recommend you subclass the plugin and add your own logic. |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
@boyangsvl - Thanks for your revert. I tried this. But when I try to retrieve it, its not displaying the timestamp which I stored. class CustomMetadataArtifactsPlugin(SaveFilesAsArtifactsPlugin): Can you please guide me where I am going wrong. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am in google adk 1.30 version. I want to know how to get the custom_metadata added to the artifact when created through savefileasartifactplugin. Is there a way to get it updated afterwards in any of the callbacks? Also let me know how to retrieve them if I am able to create custom metadata.
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions