feat: Add AI Assistance Portal components and enhance layout; update notification service and processing pipeline for improved request handling
This commit is contained in:
@@ -465,7 +465,7 @@ function ConfidenceIndicator({ confidence }: { confidence: number }) {
|
||||
}
|
||||
|
||||
function AIPerformanceMetrics() {
|
||||
const [metrics, setMetrics] = useState<AIMetrics>({
|
||||
const [metrics] = useState<AIMetrics>({
|
||||
accuracyRate: 0.87,
|
||||
accuracyTrend: 2.3,
|
||||
avgProcessingTime: 1.8,
|
||||
|
||||
Reference in New Issue
Block a user