| 258 | |
| 259 | #[derive(Debug, Clone, Serialize, Deserialize)] |
| 260 | pub struct AnthropicMessage { |
| 261 | pub usage: Option<AnthropicUsage>, |
| 262 | } |
| 263 | |
| 264 | #[derive(Debug, Clone, Serialize, Deserialize)] |
| 265 | pub struct AnthropicUsage { |
nothing calls this directly
no outgoing calls
no test coverage detected