fix: 归类 v0.1 provider 可用性失败

This commit is contained in:
Codex
2026-05-29 14:05:15 +08:00
parent 8412073944
commit 7534b87153
9 changed files with 39 additions and 5 deletions
+1
View File
@@ -15,6 +15,7 @@ export type FailureKind =
| "backend-timeout"
| "provider-auth-failed"
| "provider-rate-limited"
| "provider-unavailable"
| "infra-failed"
| "cancelled";