🔗 tokenBudget.ts

This commit is contained in:
nirholas
2026-03-31 10:24:33 +00:00
parent 0067be6bab
commit dc25c60abd

View File

@@ -71,3 +71,4 @@ export function getBudgetContinuationMessage(
const fmt = (n: number): string => new Intl.NumberFormat('en-US').format(n) const fmt = (n: number): string => new Intl.NumberFormat('en-US').format(n)
return `Stopped at ${pct}% of token target (${fmt(turnTokens)} / ${fmt(budget)}). Keep working \u2014 do not summarize.` return `Stopped at ${pct}% of token target (${fmt(turnTokens)} / ${fmt(budget)}). Keep working \u2014 do not summarize.`
} }