Interfaces

CheckInDriver

Interface: CheckInDriver

Defined in: src/core/checkin.ts:93

One ranked driver — a context unit and how strongly it aligns with the pick.

Properties

channel

readonly channel: string

Defined in: src/core/checkin.ts:97

Origin group: 'system' | 'task' | 'result'.


id

readonly id: string

Defined in: src/core/checkin.ts:95

The unit id (the citation, e.g. 'system-1').


score

readonly score: number

Defined in: src/core/checkin.ts:102

Alignment score — higher means it drove the pick more. Scorer-defined units; compare within one request, not across scorers.


text

readonly text: string

Defined in: src/core/checkin.ts:99

The unit text (quotable).

On this page