pub fn check_budget(
current_cost_usd: f64,
current_tokens: u64,
config: &BudgetConfig,
) -> BudgetDecisionExpand description
Check whether the current spend is within budget.
pub fn check_budget(
current_cost_usd: f64,
current_tokens: u64,
config: &BudgetConfig,
) -> BudgetDecisionCheck whether the current spend is within budget.