Skip to content

Interface: VerifyFaithfulnessRequest

@kortexya/reasoninglayer


@kortexya/reasoninglayer / Synthetic / VerifyFaithfulnessRequest

Interface: VerifyFaithfulnessRequest

Defined in: src/types/synthetic.ts:466

Request to verify faithfulness of generated text against source entities.

Properties

extracted

extracted: Record<string, string>

Defined in: src/types/synthetic.ts:468

Extracted entity features (from generated text).


minRecoveryRate?

optional minRecoveryRate: number | null

Defined in: src/types/synthetic.ts:470

Minimum entity recovery rate (default: 0.5).


minScore?

optional minScore: number | null

Defined in: src/types/synthetic.ts:472

Minimum faithfulness score threshold (default: 0.3).


original

original: Record<string, string>

Defined in: src/types/synthetic.ts:474

Original entity features (source of truth).