Interfaces

EntryCandidate

Interface: EntryCandidate

Defined in: src/lib/injection-engine/entryScorer.ts:48

A candidate the scorer ranks — its id + the text it's matched on (the skill's description).

Properties

description

readonly description: string

Defined in: src/lib/injection-engine/entryScorer.ts:50


id

readonly id: string

Defined in: src/lib/injection-engine/entryScorer.ts:49

On this page