Interface: ResolvedCoreferenceDto
@kortexya/reasoninglayer / Conversation / ResolvedCoreferenceDto
Interface: ResolvedCoreferenceDto
Defined in: src/types/conversation.ts:467
A cross-turn coreference resolved within a session.
Properties
ambiguous
ambiguous:
boolean
Defined in: src/types/conversation.ts:481
Whether the top two candidates were close (LLM tiebreaker advised).
confidence
confidence:
number
Defined in: src/types/conversation.ts:478
Confidence (salience of the chosen candidate).
expressionType
expressionType:
string
Defined in: src/types/conversation.ts:469
The referring-expression kind (from the LLM sensor).
resolvedLabel?
optionalresolvedLabel:string|null
Defined in: src/types/conversation.ts:475
The resolved entity’s label, if any.
resolvedTermId?
optionalresolvedTermId:string|null
Defined in: src/types/conversation.ts:472
The resolved entity term ID, if any.