Interfaces
CheckInScoreInput
Interface: CheckInScoreInput
Defined in: src/core/checkin.ts:224
Input to a CheckInScorer. Mirrors influence-core's attribution
shape so an embedding-backed scorer (wrapping explainChoice) drops in.
Properties
signal?
readonlyoptionalsignal?:AbortSignal
Defined in: src/core/checkin.ts:230
Abort signal for network-backed scorers.
tool
readonlytool:object
Defined in: src/core/checkin.ts:226
The chosen tool. text is what gets scored (name + description + args).
name
readonlyname:string
text
readonlytext:string
units
readonlyunits: readonlyAttributionUnit[]
Defined in: src/core/checkin.ts:228
The context units to rank against the tool.
