Interface: VerifyClaimResponse
@kortexya/reasoninglayer / Research / VerifyClaimResponse
Interface: VerifyClaimResponse
Defined in: src/types/research.ts:372
Response from claim verification.
Properties
contradictingCount
contradictingCount:
number
Defined in: src/types/research.ts:380
Number of contradicting evidence items.
label
label:
string
Defined in: src/types/research.ts:376
Assessment label.
residuated
residuated:
boolean
Defined in: src/types/research.ts:382
Whether assessment was residuated.
residuationReason?
optionalresiduationReason:string|null
Defined in: src/types/research.ts:384
Reason for residuation.
supportingCount
supportingCount:
number
Defined in: src/types/research.ts:378
Number of supporting evidence items.
truthfulness
truthfulness:
number
Defined in: src/types/research.ts:374
Truthfulness score (0.0-1.0).