| 61 | } |
| 62 | |
| 63 | type rawUsage struct { |
| 64 | Input int64 `json:"input_tokens"` |
| 65 | Output int64 `json:"output_tokens"` |
| 66 | CacheCreation int64 `json:"cache_creation_input_tokens"` |
| 67 | CacheRead int64 `json:"cache_read_input_tokens"` |
| 68 | } |
| 69 | |
| 70 | type rawBlock struct { |
| 71 | Type string `json:"type"` |
nothing calls this directly
no outgoing calls
no test coverage detected