Skip to content

Interface: VerifyClaimResponse

@kortexya/reasoninglayer


@kortexya/reasoninglayer / Research / VerifyClaimResponse

Interface: VerifyClaimResponse

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

Response from claim verification.

Properties

contradictingCount

contradictingCount: number

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

Number of contradicting evidence items.


label

label: string

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

Assessment label.


residuated

residuated: boolean

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

Whether assessment was residuated.


residuationReason?

optional residuationReason: string | null

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

Reason for residuation.


supportingCount

supportingCount: number

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

Number of supporting evidence items.


truthfulness

truthfulness: number

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

Truthfulness score (0.0-1.0).