Skip to content
1 min read · 106 words

Interface: WorkingImage

Defined in: src/batteries/context/thrift/contracts.ts:235

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

PropertyTypeDescriptionDefined in
kept?booleanWhether it survived the pass; set by subtractToFit, ignored on input.src/batteries/context/thrift/contracts.ts:241
labelstringHuman label for tracing/diagnostics.src/batteries/context/thrift/contracts.ts:237
tokenCostnumberToken cost of including this attachment in the dispatch.src/batteries/context/thrift/contracts.ts:239