Add e2e tests, docs, and test fixture updates for cache tokens#7036
Open
AntoineToussaint wants to merge 1 commit intofeat/cache-tokens-4-endpointsfrom
Open
Add e2e tests, docs, and test fixture updates for cache tokens#7036AntoineToussaint wants to merge 1 commit intofeat/cache-tokens-4-endpointsfrom
AntoineToussaint wants to merge 1 commit intofeat/cache-tokens-4-endpointsfrom
Conversation
3 tasks
a3d25f9 to
50ff4b1
Compare
14939aa to
829f223
Compare
50ff4b1 to
7e332da
Compare
829f223 to
9f961bf
Compare
7e332da to
b3ca814
Compare
9f961bf to
2f7568b
Compare
b3ca814 to
26831e9
Compare
- Updates cache_input_tokens e2e test suite with provider-specific cache token assertions - Updates model_inference_queries tests for new cache columns - Updates docs: inference.mdx and inference-openai-compatible.mdx with cache token field documentation - Updates test fixtures across evaluations, durable-tools, and autopilot-tools for the new Usage fields - Adds .gitignore entries Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2f7568b to
36e7ac7
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
cache_input_tokense2e test suite with provider-specific cache token assertions for all supported providersmodel_inference_queriestests for new cache token columnsinference.mdx,inference-openai-compatible.mdx) with cache token field documentationUsagefields.gitignoreentries for local dev scriptsStacked on #7035. This is the final PR in the cache token tracking stack.
Test plan
cargo check --all-targets --all-featurespassescargo clippy --all-targets --all-features -- -D warningspasses🤖 Generated with Claude Code