Skip to content

Interface: ResearchFindingDto

@kortexya/reasoninglayer


@kortexya/reasoninglayer / Research / ResearchFindingDto

Interface: ResearchFindingDto

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

A verified research finding.

Properties

claimId

claimId: string

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

OSFKB term ID of the claim.


contradictingEvidence

contradictingEvidence: EvidenceItemSummaryDto[]

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

Contradicting evidence items.


label

label: string

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

Assessment label.


provenanceChain

provenanceChain: ProvenanceStepDto[]

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

Full provenance chain.


residuated

residuated: boolean

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

Whether assessment was residuated.


residuationReason?

optional residuationReason: string | null

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

Reason for residuation.


statement

statement: string

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

The claim statement.


supportingEvidence

supportingEvidence: EvidenceItemSummaryDto[]

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

Supporting evidence items.


truthfulness

truthfulness: number

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

Evidence assessment truthfulness score (0.0-1.0).