We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f12ea0 commit 9fcb028Copy full SHA for 9fcb028
genai/content_cache/contentcache_list.py
@@ -24,7 +24,7 @@ def list_context_caches() -> str:
24
25
# Access individual properties of a ContentCache object(s)
26
for content_cache in content_cache_list:
27
- print(f"Cache '{content_cache.name}' for model '{content_cache.model}'")
+ print(f"Cache `{content_cache.name}` for model `{content_cache.model}`")
28
print(f"Last updated at: {content_cache.update_time}")
29
print(f"Expires at: {content_cache.expire_time}")
30
0 commit comments