pub fn parse_verification_response(
response: &str,
) -> Result<(VerificationStatus, Vec<CriterionResult>)>Expand description
Parse verification response from the agent
pub fn parse_verification_response(
response: &str,
) -> Result<(VerificationStatus, Vec<CriterionResult>)>Parse verification response from the agent