Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
fix format
  • Loading branch information
cynthiajoan committed Jan 28, 2026
commit 741e77b841b2072957cef151389153b7e8ad7dc8
Original file line number Diff line number Diff line change
Expand Up @@ -727,7 +727,8 @@ void main() {
generateContentResponse.text, 'Here is a description of the image:');
expect(generateContentResponse.usageMetadata?.totalTokenCount, 1913);
expect(generateContentResponse.usageMetadata?.toolUsePromptTokenCount, 5);
expect(generateContentResponse.usageMetadata?.cachedContentTokenCount, 10);
expect(
generateContentResponse.usageMetadata?.cachedContentTokenCount, 10);
expect(
generateContentResponse
.usageMetadata?.cacheTokensDetails?.first.modality,
Expand Down
Loading