feat: support more request statuses in timeline

This commit is contained in:
fawney19
2026-02-04 13:32:42 +08:00
parent 2516460a0d
commit 065b1caaf9
2 changed files with 16 additions and 2 deletions

View File

@@ -15,7 +15,7 @@ export interface CandidateRecord {
key_preview?: string // 密钥脱敏预览(如 sk-***abc
key_capabilities?: Record<string, boolean> | null // Key 支持的能力
required_capabilities?: Record<string, boolean> | null // 请求实际需要的能力标签
status: 'pending' | 'streaming' | 'success' | 'failed' | 'skipped' | 'cancelled'
status: 'pending' | 'streaming' | 'success' | 'failed' | 'skipped' | 'cancelled' | 'available' | 'unused' | 'stream_interrupted'
skip_reason?: string
is_cached: boolean
// 执行结果字段