(budget: number | null)
| 731 | } |
| 732 | let budgetContinuationCount = 0 |
| 733 | export function snapshotOutputTokensForTurn(budget: number | null): void { |
| 734 | outputTokensAtTurnStart = getTotalOutputTokens() |
| 735 | currentTurnTokenBudget = budget |
| 736 | budgetContinuationCount = 0 |
| 737 | } |
| 738 | export function getBudgetContinuationCount(): number { |
| 739 | return budgetContinuationCount |
| 740 | } |
no test coverage detected