Interface: RateLimitBannerThresholds
Defined in: packages/agentos/src/types/rateLimitTypes.ts:51
Banner threshold configuration for rate limit warnings.
Properties
criticalThreshold
criticalThreshold:
number
Defined in: packages/agentos/src/types/rateLimitTypes.ts:62
Show critical banner when remaining requests drop below this percentage.
Default
10
warningThreshold
warningThreshold:
number
Defined in: packages/agentos/src/types/rateLimitTypes.ts:56
Show warning banner when remaining requests drop below this percentage.
Default
25