Skip to content

Commit 5fd9944

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

genai/content_cache/contentcache_update.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ def update_content_cache(cache_name: str) -> str:
2626
client = genai.Client(http_options=HttpOptions(api_version="v1"))
2727

2828
# Get content cache by name
29-
# E.g cache_name = 'projects/111111111111/locations/us-central1/cachedContents/1111111111111111111'
29+
# cache_name = "projects/111111111111/locations/us-central1/cachedContents/1111111111111111111"
3030
content_cache = client.caches.get(name=cache_name)
3131
print("Expire time", content_cache.expire_time)
3232
# Example response

0 commit comments

Comments
 (0)