Skip to content

Commit 0f12ea0

Browse files
Update genai/content_cache/contentcache_list.py
Co-authored-by: Holt Skinner <[email protected]>
1 parent a22e7ae commit 0f12ea0

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
@@ -30,7 +30,7 @@ def list_context_caches() -> str:
3030

3131
# Example response:
3232
# * Cache 'projects/111111111111/locations/us-central1/cachedContents/1111111111111111111' for
33-
# model 'projects/111111111111/locations/us-central1/publishers/google/models/gemini-XXX-pro-XXX'
33+
# 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)
3636
# ...

0 commit comments

Comments
 (0)