Interface: CategoryBudgetInfo

Defined in: context/types.ts:55

Budget information for a single category

Properties

allocated

allocated: number;

Defined in: context/types.ts:59

Allocation fraction (0.0 - 1.0)

allocatedTokens

allocatedTokens: number;

Defined in: context/types.ts:64

Allocated tokens based on maxContextTokens

remaining

remaining: number;

Defined in: context/types.ts:74

Remaining tokens available

used

used: number;

Defined in: context/types.ts:69

Currently used tokens in this category

utilization

utilization: number;

Defined in: context/types.ts:79

Utilization of this category (0.0 - 1.0)