Packages@robojs/ai
UsageRecordedEvent
Interface: UsageRecordedEvent
Event payload describing recorded usage and updated totals.
Extended by
Properties
| Property | Type | Description |
|---|---|---|
entry | TokenUsageEntry | Usage entry that was persisted. |
model | string | Model associated with the recorded usage. |
totals | UsageTotalsSnapshot | Updated totals including lifetime and window snapshots. |
