File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11name : prompt_caching_1h
22type : llm_span_test
3+ variables :
4+ # injected into sys prompt to guarantee cache misses
5+ # NOTE: this will not bust record+replay modes because vcr cassettes match by request body
6+ client : !gen test_runner_client
7+ vcr-nonce : !gen vcr_nonce
38provider : anthropic
49endpoint : /v1/messages
510# The 1h TTL breakpoint currently requires this beta header. SDKs under test
@@ -17,6 +22,7 @@ requests:
1722 system :
1823 - type : text
1924 text : |
25+ [cache buster: {{client}} {{vcr-nonce}}]
2026 Reference material (stable, cached with a 1 hour TTL):
2127
2228 The following is a condensed atlas of capital cities. It does
Original file line number Diff line number Diff line change 11name : prompt_caching_5m
22type : llm_span_test
3+ variables :
4+ # injected into sys prompt to guarantee cache misses
5+ # NOTE: this will not bust record+replay modes because vcr cassettes match by request body
6+ client : !gen test_runner_client
7+ vcr-nonce : !gen vcr_nonce
38provider : anthropic
49endpoint : /v1/messages
510# The default 5m TTL does not require any beta header. See
@@ -14,6 +19,7 @@ requests:
1419 system :
1520 - type : text
1621 text : |
22+ [cache buster: {{client}} {{vcr-nonce}}]
1723 You are a helpful assistant answering questions about world
1824 geography. Follow the operating guidelines below on every
1925 response. These guidelines are refreshed frequently, so they
You can’t perform that action at this time.
0 commit comments