This commit is contained in:
Seefs
2025-10-31 15:29:17 +08:00
committed by GitHub
parent 26a21bd209
commit 36b712437d
6 changed files with 278 additions and 14 deletions
+1
View File
@@ -509,6 +509,7 @@ type TaskInfo struct {
Status string `json:"status"`
Reason string `json:"reason,omitempty"`
Url string `json:"url,omitempty"`
RemoteUrl string `json:"remote_url,omitempty"`
Progress string `json:"progress,omitempty"`
CompletionTokens int `json:"completion_tokens,omitempty"` // 用于按倍率计费
TotalTokens int `json:"total_tokens,omitempty"` // 用于按倍率计费