File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
volcenginesdkarkruntime/types/context Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -17,11 +17,11 @@ class ContextCompletionUsage(BaseModel):
1717 """
1818 total_tokens stands for the total tokens of chat completion
1919 """
20- prompt_hit_cache_count : Optional [int ] = None
20+ prompt_cache_miss_tokens : Optional [int ] = None
2121 """
22- prompt_hit_cache_count stands for the prompt hit cache count of context chat completion
22+ prompt_cache_miss_tokens stands for the prompt miss cache count of context chat completion
2323 """
24- prompt_miss_cache_count : Optional [int ] = None
24+ prompt_cache_hit_tokens : Optional [int ] = None
2525 """
26- prompt_miss_cache_count stands for the prompt miss cache count of context chat completion
26+ prompt_cache_hit_tokens stands for the prompt hit cache count of context chat completion
2727 """
You can’t perform that action at this time.
0 commit comments