Skip to content

Interface: ResearchFindingDto

@kortexya/reasoninglayer


@kortexya/reasoninglayer / Research / ResearchFindingDto

Interface: ResearchFindingDto

Defined in: src/types/research.ts:222

A verified research finding.

Properties

claimId

claimId: string

Defined in: src/types/research.ts:224

OSFKB term ID of the claim.


contradictingEvidence

contradictingEvidence: EvidenceItemSummaryDto[]

Defined in: src/types/research.ts:234

Contradicting evidence items.


label

label: string

Defined in: src/types/research.ts:230

Assessment label.


provenanceChain

provenanceChain: ProvenanceStepDto[]

Defined in: src/types/research.ts:236

Full provenance chain.


residuated

residuated: boolean

Defined in: src/types/research.ts:238

Whether assessment was residuated.


residuationReason?

optional residuationReason: string | null

Defined in: src/types/research.ts:240

Reason for residuation.


statement

statement: string

Defined in: src/types/research.ts:226

The claim statement.


supportingEvidence

supportingEvidence: EvidenceItemSummaryDto[]

Defined in: src/types/research.ts:232

Supporting evidence items.


truthfulness

truthfulness: number

Defined in: src/types/research.ts:228

Evidence assessment truthfulness score (0.0-1.0).