evaluate

abstract fun evaluate(query: String, candidate: String): GuardVerdict

Judges serving the response cached for candidate in answer to query.

Return

GuardVerdict.Reject only with a concrete reason; GuardVerdict.Accept otherwise.