chore: generate

This commit is contained in:
opencode-agent[bot]
2026-06-29 09:51:40 +00:00
parent 56a789d926
commit be8cfa7e08
2 changed files with 6 additions and 5 deletions

View File

@@ -345,7 +345,11 @@ export async function handler(
timestampLastByte,
usageInfo,
)
await providerBudgetTracker?.track(providerInfo.id, providerInfo.budgetPriority, costInfo.totalCostInCent)
await providerBudgetTracker?.track(
providerInfo.id,
providerInfo.budgetPriority,
costInfo.totalCostInCent,
)
await trackUsage(sessionId, billingSource, authInfo, modelInfo, providerInfo, usageInfo, costInfo)
await reload(billingSource, authInfo, costInfo)
const cost = calculateOccurredCost(billingSource, costInfo)