We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e7c6b12 + 8fb79e3 commit 9abdafcCopy full SHA for 9abdafc
1 file changed
pkg/chat/chat.go
@@ -126,7 +126,7 @@ type Usage struct {
126
InputTokens int64 `json:"input_tokens"`
127
OutputTokens int64 `json:"output_tokens"`
128
CachedInputTokens int64 `json:"cached_input_tokens"`
129
- CacheWriteTokens int64 `json:"cached_output_tokens"`
+ CacheWriteTokens int64 `json:"cached_write_tokens"`
130
ReasoningTokens int64 `json:"reasoning_tokens,omitempty"`
131
}
132
0 commit comments