Skip to content

Commit

Permalink
blacken
Browse files Browse the repository at this point in the history
Change-Id: I4e073d821d29eea30801bdb7e2a8dc01bb7d6b9a
  • Loading branch information
mayureshagashe2105 committed May 27, 2024
1 parent 17372e3 commit 645ceab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion google/generativeai/caching.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ def _prepare_create_request(
if name is not None:
if not caching_types.valid_cached_content_name(name):
raise ValueError(caching_types.NAME_ERROR_MESSAGE.format(name=name))

name = "cachedContents/" + name

if "/" not in model:
Expand Down

0 comments on commit 645ceab

Please sign in to comment.