Interface: DerivationSummaryDto
@kortexya/reasoninglayer / Conversation / DerivationSummaryDto
Interface: DerivationSummaryDto
Defined in: src/types/conversation.ts:57
A derivation chain summary for claim annotations.
Properties
rootSourceIds
rootSourceIds:
string[]
Defined in: src/types/conversation.ts:63
Root source term IDs at the base of the chain.
rulesInvolved
rulesInvolved:
string[]
Defined in: src/types/conversation.ts:61
Names/IDs of rules involved.
stepCount
stepCount:
number
Defined in: src/types/conversation.ts:59
Number of derivation steps.