GraphGlobalResult
@forge/monorepo / backend/src / GraphGlobalResult
Type Alias: GraphGlobalResult
GraphGlobalResult =
object
Defined in: backend/src/knowledge/graph-global.ts:90
Properties
coverage
readonlycoverage: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
readonlycalls:number
communitiesRead
readonlycommunitiesRead:number
communitiesRelevant
readonlycommunitiesRelevant:number
communitiesTotal
readonlycommunitiesTotal:number
communitiesUnsummarised
readonlycommunitiesUnsummarised:number
Communities skipped because they have no summary yet — knowable, not silently absent.
elapsedMs
readonlyelapsedMs:number
inputTokens
readonlyinputTokens:number
level
readonlylevel:number
outputTokens
readonlyoutputTokens:number
staleSummaries
readonlystaleSummaries:number
hits
readonlyhits: readonlyobject[]
Defined in: backend/src/knowledge/graph-global.ts:91
themes
readonlythemes: readonlyobject[]
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.