OutlineCatalogue
@forge/monorepo / backend/src / OutlineCatalogue
Interface: OutlineCatalogue
Defined in: backend/src/knowledge/navigate.ts:50
Where the outline comes from.
A port because the store cannot answer it (see the note above). A host that keeps documents in its own tables —
which most do, since KnowledgeStore holds chunks — already has this list.
Methods
list()
list(
context):Promise<readonlySourceOutline[]>
Defined in: backend/src/knowledge/navigate.ts:51
Parameters
context
authSubjects
readonly string[]
tenantId
Returns
Promise<readonly SourceOutline[]>