Packages@robojs/ai
TokenSummaryResult
Interface: TokenSummaryResult
Result structure produced by getSummary.
Properties
| Property | Type | Description |
|---|---|---|
nextCursor? | string | Pagination cursor for fetching subsequent results. |
results | { model: string; totals: TokenWindowTotals; windowKey: string; }[] | Aggregated rows grouped by model and window key. |
window | TokenWindow | Window that was aggregated. |
