LogoRobo.js
Packages@robojs/ai

TokenWindowTotals

Interface: TokenWindowTotals

Aggregate token counts for a given window.

Properties

PropertyTypeDescription
tokensInnumberPrompt tokens consumed during the window.
tokensOutnumberCompletion tokens produced during the window.
totalnumberCombined prompt and completion tokens.
updatedAtnumberLast time the totals were updated, represented as a UNIX timestamp.

On this page