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