This commit is contained in:
Daniel Edrisian
2025-09-17 16:48:40 -07:00
parent 5ca8c1de2d
commit 1fc8ce23ac

View File

@@ -984,9 +984,6 @@ pub struct ReviewRequest {
pub struct ReviewOutputEvent {
pub findings: Vec<ReviewFinding>,
pub overall_correctness: String,
/// This will always have a value, even when there are no findings, or
/// if the review output wasn't valid JSON.
pub overall_explanation: String,
pub overall_confidence_score: f32,
}