Skip to main content

GraphGlobalResult

@forge/monorepo


@forge/monorepo / backend/src / GraphGlobalResult

Type Alias: GraphGlobalResult

GraphGlobalResult = object

Defined in: backend/src/knowledge/graph-global.ts:90

Properties

coverage

readonly coverage: object

Defined in: backend/src/knowledge/graph-global.ts:107

What was actually read, so "I read your corpus" and "I read 12 of 40 communities" are distinguishable.

calls

readonly calls: number

communitiesRead

readonly communitiesRead: number

communitiesRelevant

readonly communitiesRelevant: number

communitiesTotal

readonly communitiesTotal: number

communitiesUnsummarised

readonly communitiesUnsummarised: number

Communities skipped because they have no summary yet — knowable, not silently absent.

elapsedMs

readonly elapsedMs: number

inputTokens

readonly inputTokens: number

level

readonly level: number

outputTokens

readonly outputTokens: number

staleSummaries

readonly staleSummaries: number


hits

readonly hits: readonly object[]

Defined in: backend/src/knowledge/graph-global.ts:91


themes

readonly themes: readonly object[]

Defined in: backend/src/knowledge/graph-global.ts:98

The thematic answer: the summaries the map phase kept, best first, with what it found in each.

Returned rather than folded into the hits, for the reason in the header — a summary is generated text and must never be dressed as a source.