Cache tokens across all models (cache read + cache write).
(&self)
| 277 | |
| 278 | /// Cache tokens across all models (cache read + cache write). |
| 279 | pub fn cache_tokens(&self) -> u64 { |
| 280 | self.models.iter().map(|m| m.cache_tokens()).sum() |
| 281 | } |
| 282 | |
| 283 | /// Number of changes covered. |
| 284 | pub fn change_count(&self) -> usize { |