You've already forked adk-python
mirror of
https://github.com/encounter/adk-python.git
synced 2026-03-30 10:57:20 -07:00
feat: Thread custom_metadata through forwarding artifact service
PiperOrigin-RevId: 833496193
This commit is contained in:
committed by
Copybara-Service
parent
a48a1a9e88
commit
c642f13f21
@@ -47,7 +47,9 @@ class ForwardingArtifactService(BaseArtifactService):
|
||||
custom_metadata: Optional[dict[str, Any]] = None,
|
||||
) -> int:
|
||||
return await self.tool_context.save_artifact(
|
||||
filename=filename, artifact=artifact
|
||||
filename=filename,
|
||||
artifact=artifact,
|
||||
custom_metadata=custom_metadata,
|
||||
)
|
||||
|
||||
@override
|
||||
|
||||
Reference in New Issue
Block a user