Packages@robojs/ai
UsageLimitEvent
Interface: UsageLimitEvent
Event payload emitted when usage breaches at least one limit.
Extends
Properties
| Property | Type | Description | Inherited from |
|---|---|---|---|
breaches | TokenLimitBreach[] | Collection of breached limit descriptors. | - |
entry | TokenUsageEntry | Usage entry that was persisted. | UsageRecordedEvent.entry |
model | string | Model associated with the recorded usage. | UsageRecordedEvent.model |
totals | UsageTotalsSnapshot | Updated totals including lifetime and window snapshots. | UsageRecordedEvent.totals |
