usage_from_estimates

Function usage_from_estimates 

Source
pub fn usage_from_estimates(
    session_id: &str,
    command: &str,
    path: Option<String>,
    query: Option<String>,
    estimated_without_projectatlas: usize,
    estimated_with_projectatlas: usize,
) -> UsageEvent
Expand description

Create a usage event from already-computed token estimates.