SlotComposition
Interface: SlotComposition
Defined in: src/recorders/core/types.ts:63
Slot composition summary — written by a slot subflow at the END of its
composition pass. ContextRecorder emits one context.slot_composed
event per slot exit, built from this record.
Properties
budget
readonlybudget:object
Defined in: src/recorders/core/types.ts:66
cap
readonlycap:number
headroomChars
readonlyheadroomChars:number
used
readonlyused:number
droppedCount
readonlydroppedCount:number
Defined in: src/recorders/core/types.ts:75
droppedSummaries
readonlydroppedSummaries: readonlystring[]
Defined in: src/recorders/core/types.ts:76
iteration
readonlyiteration:number
Defined in: src/recorders/core/types.ts:65
orderingStrategy?
readonlyoptionalorderingStrategy?:string
Defined in: src/recorders/core/types.ts:74
slot
readonlyslot:ContextSlot
Defined in: src/recorders/core/types.ts:64
sourceBreakdown
readonlysourceBreakdown:Readonly<Partial<Record<ContextSource, {chars:number;count:number; }>>>
Defined in: src/recorders/core/types.ts:71
