Skip to main content

OutlineCatalogue

@forge/monorepo


@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<readonly SourceOutline[]>

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

Parameters

context
authSubjects

readonly string[]

tenantId

TenantId

Returns

Promise<readonly SourceOutline[]>