google/adk-go
Voir sur GitHubMissing contract test coverage for GetArtifactVersion()
Open
#681 ouverte le 26 mars 2026
good first issue
Métriques du dépôt
- Stars
- (8 108 stars)
- Métriques de merge PR
- (Métriques PR en attente)
Description
The new func (s *gcsService) GetArtifactVersion(ctx context.Context, req *artifact.GetArtifactVersionRequest) method does not appear to be covered by the contract tests yet.
It would be useful for the contract tests to define which ArtifactVersion fields are required across backends, which are optional, and whether backend-specific omissions are allowed.