Interface: FocusEntryDto
@kortexya/reasoninglayer / Conversation / FocusEntryDto
Interface: FocusEntryDto
Defined in: src/types/conversation.ts:447
An entry in a session’s focus stack — an entity ranked by ACT-R activation.
Properties
activation
activation:
number
Defined in: src/types/conversation.ts:458
Current ACT-R activation (salience).
label?
optionallabel:string|null
Defined in: src/types/conversation.ts:455
Display label, if the entity has a name/label.
rank
rank:
number
Defined in: src/types/conversation.ts:461
Rank (0 = most salient).
sortName
sortName:
string
Defined in: src/types/conversation.ts:452
Sort name of the entity.
termId
termId:
string
Defined in: src/types/conversation.ts:449
Entity term ID (UUID string).