Insert prompt cache tokens in ChatDatabricks response metadata#388
Open
viadark wants to merge 2 commits intodatabricks:mainfrom
Open
Insert prompt cache tokens in ChatDatabricks response metadata#388viadark wants to merge 2 commits intodatabricks:mainfrom
viadark wants to merge 2 commits intodatabricks:mainfrom
Conversation
added 2 commits
March 23, 2026 15:12
extracts cache tokens into llm_output for both invoke and stream path.
Changed to use the data below id=_MOCK_CHAT_RESPONSE["id"] created=_MOCK_CHAT_RESPONSE["created"]
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_creation_input_tokens,cache_read_input_tokens/ OpenAI:prompt_tokens_details.cached_tokens) inCompletionUsage,but
ChatDatabrickswas discarding them fromllm_outputand streamingUsageMetadatainvoke(_convert_response_to_chat_result) andstream(_extract_completion_usage_from_chunk,_build_usage_chunk_from_completions) pathsChanges
chat_models.py_convert_response_to_chat_resultllm_output["usage"]and top-levelllm_output_extract_completion_usage_from_chunk_build_usage_chunk_from_completionsInputTokenDetailswith cache info in dict fallback pathtest_chat_models.pytest_convert_response_to_chat_result_anthropic_cache_tokensllm_outputtest_convert_response_to_chat_result_openai_cache_tokenscached_tokensinllm_outputtest_convert_response_to_chat_result_no_cache_tokenstest_chat_databricks_stream_with_claude_cache_tokensUsageMetadata