✨ 🔗 tokenBudget.ts
This commit is contained in:
@@ -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.`
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user