pub fn validate_response(
response: &str,
context: &AssembledContext,
) -> ValidationResultExpand description
Validate a response for potential hallucinations
Per CP-020: Checks for hallucination phrases and low citation coverage.
pub fn validate_response(
response: &str,
context: &AssembledContext,
) -> ValidationResultValidate a response for potential hallucinations
Per CP-020: Checks for hallucination phrases and low citation coverage.