Interface: UsageLimitEvent
Event payload emitted when usage breaches at least one limit.
Extends
Properties
breaches
breaches: TokenLimitBreach[];
Collection of breached limit descriptors.
entry
entry: TokenUsageEntry;
Usage entry that was persisted.
Inherited from
model
model: string;
Model associated with the recorded usage.
Inherited from
totals
totals: UsageTotalsSnapshot;
Updated totals including lifetime and window snapshots.