Interfaces
CoveredResult<T>
Interface: CoveredResult<T>
Defined in: src/core/agent/coverage/types.ts:124
The rendered coverage ledger, wrapped around the result it bounds.
Type Parameters
T
T = unknown
Properties
af_coverage
readonlyaf_coverage:object
Defined in: src/core/agent/coverage/types.ts:125
cannot_cover?
readonlyoptionalcannot_cover?: readonlyCoverageItem[]
checked?
readonlyoptionalchecked?: readonlyCoverageItem[]
not_checked?
readonlyoptionalnot_checked?: readonlyCoverageItem[]
note
readonlynote:string
result
readonlyresult:T
Defined in: src/core/agent/coverage/types.ts:132
The tool's own answer, untouched.
