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 17372e3 commit 645ceabCopy full SHA for 645ceab
google/generativeai/caching.py
@@ -91,7 +91,7 @@ def _prepare_create_request(
91
if name is not None:
92
if not caching_types.valid_cached_content_name(name):
93
raise ValueError(caching_types.NAME_ERROR_MESSAGE.format(name=name))
94
-
+
95
name = "cachedContents/" + name
96
97
if "/" not in model:
0 commit comments