Skip to content

Commit 1f31dfa

Browse files
Update genai/content_cache/contentcache_list.py
Co-authored-by: Holt Skinner <13262395+holtskinner@users.noreply.github.com>
1 parent 9fcb028 commit 1f31dfa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

genai/content_cache/contentcache_list.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ def list_context_caches() -> str:
2929
print(f"Expires at: {content_cache.expire_time}")
3030

3131
# Example response:
32-
# * Cache 'projects/111111111111/locations/us-central1/cachedContents/1111111111111111111' for
32+
# * Cache `projects/111111111111/locations/us-central1/cachedContents/1111111111111111111` for
3333
# model `projects/111111111111/locations/us-central1/publishers/google/models/gemini-XXX-pro-XXX`
3434
# * Last updated at: 2025-02-13 14:46:42.620490+00:00
3535
# * CachedContentUsageMetadata(audio_duration_seconds=None, image_count=167, text_count=153, total_token_count=43130, video_duration_seconds=None)

0 commit comments

Comments
 (0)