Interface: ReviewCandidateMatchDto
@kortexya/reasoninglayer / Reviews / ReviewCandidateMatchDto
Interface: ReviewCandidateMatchDto
Defined in: src/types/reviews.ts:27
A candidate term match for deduplication during review.
Properties
displayName
displayName:
string
Defined in: src/types/reviews.ts:29
Display name for the candidate.
features
features:
Record<string,unknown>
Defined in: src/types/reviews.ts:31
Key features for comparison.
similarity
similarity:
number
Defined in: src/types/reviews.ts:33
Similarity score (0.0 to 1.0).
sort
sort:
string
Defined in: src/types/reviews.ts:35
Sort name of the candidate.
termId
termId:
string
Defined in: src/types/reviews.ts:37
Term ID of the candidate (UUID).