Skip to content

Commit 9fcb028

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

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

2525
# Access individual properties of a ContentCache object(s)
2626
for content_cache in content_cache_list:
27-
print(f"Cache '{content_cache.name}' for model '{content_cache.model}'")
27+
print(f"Cache `{content_cache.name}` for model `{content_cache.model}`")
2828
print(f"Last updated at: {content_cache.update_time}")
2929
print(f"Expires at: {content_cache.expire_time}")
3030

0 commit comments

Comments
 (0)