Skip to main content

SourceOutline

@forge/monorepo


@forge/monorepo / backend/src / SourceOutline

Type Alias: SourceOutline

SourceOutline = object

Defined in: backend/src/knowledge/navigate.ts:36

What a chooser sees of one document: enough to decide, and not the document itself.

Properties

headings

readonly headings: readonly string[]

Defined in: backend/src/knowledge/navigate.ts:41

The heading trail, in document order. This is the table of contents a person would read.


sourceId

readonly sourceId: string

Defined in: backend/src/knowledge/navigate.ts:38


sourceType

readonly sourceType: KnowledgeChunk["sourceType"]

Defined in: backend/src/knowledge/navigate.ts:37


title

readonly title: string

Defined in: backend/src/knowledge/navigate.ts:39