InspectedSection
@forge/monorepo / backend/src / InspectedSection
Type Alias: InspectedSection
InspectedSection =
object
Defined in: backend/src/context/assembler.ts:139
A section's inspector view — enough for the Context panel to explain what shaped a turn.
Properties
estimatedTokens
readonlyestimatedTokens:number
Defined in: backend/src/context/assembler.ts:144
included
readonlyincluded:boolean
Defined in: backend/src/context/assembler.ts:146
kind
readonlykind:ContextKind
Defined in: backend/src/context/assembler.ts:142
provenance
readonlyprovenance:string
Defined in: backend/src/context/assembler.ts:143
providerId
readonlyproviderId:string
Defined in: backend/src/context/assembler.ts:141
prunedReason?
readonlyoptionalprunedReason?:string
Defined in: backend/src/context/assembler.ts:148
Set when the section was dropped: why.
sensitivity
readonlysensitivity:ContextSection["sensitivity"]
Defined in: backend/src/context/assembler.ts:145
title
readonlytitle:string
Defined in: backend/src/context/assembler.ts:140