Skip to main content

InspectedSection

@forge/monorepo


@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

readonly estimatedTokens: number

Defined in: backend/src/context/assembler.ts:144


included

readonly included: boolean

Defined in: backend/src/context/assembler.ts:146


kind

readonly kind: ContextKind

Defined in: backend/src/context/assembler.ts:142


provenance

readonly provenance: string

Defined in: backend/src/context/assembler.ts:143


providerId

readonly providerId: string

Defined in: backend/src/context/assembler.ts:141


prunedReason?

readonly optional prunedReason?: string

Defined in: backend/src/context/assembler.ts:148

Set when the section was dropped: why.


sensitivity

readonly sensitivity: ContextSection["sensitivity"]

Defined in: backend/src/context/assembler.ts:145


title

readonly title: string

Defined in: backend/src/context/assembler.ts:140