Packages@robojs/ai
TokenLimitErrorContext
Interface: TokenLimitErrorContext
Context supplied when constructing a TokenLimitError.
See
TokenLimitError
Properties
| Property | Type | Description |
|---|---|---|
model | string | Model that triggered the limit breach. |
rule | TokenLimitRule | Limit rule that was violated. |
usageKind? | string | Optional usage classification. |
window | TokenSummaryWindow | Window where the limit was exceeded. |
windowKey | string | Active window key for the breach. |
