feat(rfa-ai): Complete RFA Approval Refactor and AI Model Revision
This commit is contained in:
@@ -70,5 +70,25 @@
|
||||
"ai.staging.body": "Body",
|
||||
"ai.staging.approve": "Approve",
|
||||
"ai.staging.approveSuccess": "Staging record approved.",
|
||||
"ai.staging.approveError": "Unable to approve staging record."
|
||||
"ai.staging.approveError": "Unable to approve staging record.",
|
||||
"ai.staging.queueTab": "Work Queue",
|
||||
"ai.staging.analyticsTab": "AI Analytics",
|
||||
"ai.staging.analyticsError": "Unable to load analytics data.",
|
||||
"ai.staging.avgConfidence": "Avg. Confidence",
|
||||
"ai.staging.overrideRate": "Human Override Rate",
|
||||
"ai.staging.rejectedRate": "Rejection Rate",
|
||||
"ai.staging.byDocumentType": "Stats by Document Type",
|
||||
"ai.staging.byDocumentTypeDesc": "Compare AI performance across different document categories.",
|
||||
"ai.staging.documents": "docs",
|
||||
"ai.staging.confidence": "Confidence",
|
||||
"ai.staging.override": "Override",
|
||||
"ai.staging.rejected": "Rejected",
|
||||
"ai.staging.thresholdRecalibration": "Threshold Recalibration",
|
||||
"ai.staging.thresholdDesc": "Verify confidence thresholds for auto-approval vs human review.",
|
||||
"ai.staging.highThreshold": "High Threshold (Auto-approve)",
|
||||
"ai.staging.midThreshold": "Mid Threshold (Human Review)",
|
||||
"ai.staging.thresholdWarning": "Improvement Recommended",
|
||||
"ai.staging.thresholdWarningDesc": "Override rate reached {{rate}}% in recent records.",
|
||||
"ai.staging.thresholdNote": "* Threshold values must be set via Backend Environment Variables.",
|
||||
"ai.staging.thresholdDocs": "View Configuration Guide"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user