verify

abstract suspend fun verify(query: String, cachedPrompt: String, similarity: Double): Boolean

Returns true if the response cached for cachedPrompt is a correct answer to query.

Parameters

similarity

the score that got this candidate here, useful for staged strategies that only spend a model call in a narrow band.