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