fix(web): show ai route fallback evidence
This commit is contained in:
@@ -253,7 +253,19 @@
|
||||
"humanGap": "Human gap",
|
||||
"humanGapDetail": "{gate} missing {count}",
|
||||
"modelRoute": "Model route",
|
||||
"routeDetail": "{model}; fallback {fallback}",
|
||||
"routeDetail": "{model}; current {selected}; {primary}={primaryStatus}; fallback {fallback}",
|
||||
"routeReasonSeparator": "; ",
|
||||
"routeReason": "Reason: {reason}",
|
||||
"routeErrorDetail": "Route check failed: {error}",
|
||||
"routeNoFallback": "none",
|
||||
"routeHealth": {
|
||||
"healthy": "healthy",
|
||||
"slow": "slow",
|
||||
"degraded": "degraded",
|
||||
"offline": "offline",
|
||||
"not_checked": "standby",
|
||||
"unknown": "unknown"
|
||||
},
|
||||
"topGap": "Largest current gap: {gate}, {count} items."
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user