Skip to content

Interface: FocusEntryDto

@kortexya/reasoninglayer


@kortexya/reasoninglayer / Conversation / FocusEntryDto

Interface: FocusEntryDto

Defined in: src/types/conversation.ts:337

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:348

Current ACT-R activation (salience).


label?

optional label: string | null

Defined in: src/types/conversation.ts:345

Display label, if the entity has a name/label.


rank

rank: number

Defined in: src/types/conversation.ts:351

Rank (0 = most salient).


sortName

sortName: string

Defined in: src/types/conversation.ts:342

Sort name of the entity.


termId

termId: string

Defined in: src/types/conversation.ts:339

Entity term ID (UUID string).