Skip to main content

DailyStats

Type Alias DailyStats 

Source
pub type DailyStats = TrendEntry;

Aliased Type§

pub struct DailyStats {
    pub label: String,
    pub date: NaiveDate,
    pub session_count: usize,
    pub turn_count: usize,
    pub tokens: AggregatedTokens,
    pub cost: f64,
    pub models: HashMap<String, u64>,
    pub cost_by_category: CostByCategory,
}

Fields§

§label: String§date: NaiveDate§session_count: usize§turn_count: usize§tokens: AggregatedTokens§cost: f64§models: HashMap<String, u64>§cost_by_category: CostByCategory