(sessionCreditsUsed: number)
| 66 | * Generates loading text for the usage banner while data is being fetched. |
| 67 | */ |
| 68 | export function generateLoadingBannerText(sessionCreditsUsed: number): string { |
| 69 | return `Session usage: ${sessionCreditsUsed.toLocaleString()}. Loading credit balance...` |
| 70 | } |
| 71 | |
| 72 | /** |
| 73 | * Gets the threshold tier for a given balance. |
no outgoing calls
no test coverage detected