Packages@robojs/ai
TokenRecordResult
Interface: TokenRecordResult
Response returned after successfully recording usage.
Properties
| Property | Type | Description |
|---|---|---|
breaches | TokenLimitBreach[] | Breaches triggered by the usage operation. |
entry | TokenUsageEntry | Persisted usage entry. |
totals | UsageTotalsSnapshot | Updated totals snapshot after recording the entry. |
