Skip to content

Commit 0341e7f

Browse files
fix: fix test
1 parent e488312 commit 0341e7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/local_testing/test_anthropic_prompt_caching.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ async def test_anthropic_api_prompt_caching_basic():
250250
"type": "text",
251251
"text": "Here is the full text of a complex legal agreement"
252252
* 400,
253-
: {"type": "ephemeral"},
253+
"cache_control": {"type": "ephemeral"},
254254
}
255255
],
256256
},

0 commit comments

Comments
 (0)