Skip to content

Commit

Permalink
Remove UsageMetadata export
Browse files Browse the repository at this point in the history
This will be exported from the main library in #168.

Sort the remaining exported members.
  • Loading branch information
natebosch committed May 21, 2024
1 parent 6eaf66f commit da0dd47
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pkgs/google_generative_ai/lib/src/vertex_hooks.dart
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,7 @@ export 'api.dart'
countTokensResponseFields,
createCountTokensResponse,
parseBatchEmbedContentsResponse,
parseGenerateContentResponse,
parseCountTokensResponse,
parseEmbedContentResponse,
UsageMetadata;
parseGenerateContentResponse;
export 'model.dart' show createModelWithBaseUri;

0 comments on commit da0dd47

Please sign in to comment.