LogoRobo.js
Packages@robojs/ai

TokenSummaryResult

Interface: TokenSummaryResult

Result structure produced by getSummary.

Properties

PropertyTypeDescription
nextCursor?stringPagination cursor for fetching subsequent results.
results{ model: string; totals: TokenWindowTotals; windowKey: string; }[]Aggregated rows grouped by model and window key.
windowTokenWindowWindow that was aggregated.

On this page