Interface: WorkingImage
Defined in: src/batteries/context/thrift/contracts.ts:216
An image (or other flat-cost media) attachment in the working set — the single biggest token hog, shed first when the dispatch is over budget.
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
kept? | boolean | Whether it survived the pass; set by subtractToFit, ignored on input. | src/batteries/context/thrift/contracts.ts:222 |
label | string | Human label for tracing/diagnostics. | src/batteries/context/thrift/contracts.ts:218 |
tokenCost | number | Token cost of including this attachment in the dispatch. | src/batteries/context/thrift/contracts.ts:220 |