(budget: number | null)
| 747 | } |
| 748 | let budgetContinuationCount = 0 |
| 749 | export function snapshotOutputTokensForTurn(budget: number | null): void { |
| 750 | outputTokensAtTurnStart = getTotalOutputTokens() |
| 751 | currentTurnTokenBudget = budget |
| 752 | budgetContinuationCount = 0 |
| 753 | } |
| 754 | export function getBudgetContinuationCount(): number { |
| 755 | return budgetContinuationCount |
| 756 | } |
no test coverage detected