buildVerificationPrompt

abstract fun buildVerificationPrompt(suggested: SuggestedEntity, candidate: <Error class: unknown class>, sourceText: String?): String

Build a prompt for verifying a single candidate match.

Return

The prompt text for the LLM

Parameters

suggested

The entity to match

candidate

The single candidate to verify

sourceText

Optional conversation context