(model string)
| 55 | InputTokens int `json:"input_tokens"` |
| 56 | CacheReadInputTokens int `json:"cache_read_input_tokens"` |
| 57 | CacheCreationInputTokens int `json:"cache_creation_input_tokens"` |
| 58 | OutputTokens int `json:"output_tokens"` |
| 59 | } |
| 60 | |
| 61 | type LLMRequestOptions struct { |
| 62 | AnthropicCacheEdits []CacheEdit `json:"anthropic_cache_edits,omitempty"` |
no outgoing calls
no test coverage detected