feat: add generation job cancel and retry queue
This commit is contained in:
@@ -8,6 +8,8 @@ export interface GenerationJobSummary {
|
||||
progress_percent: number
|
||||
progress_label: string
|
||||
is_terminal: boolean
|
||||
can_cancel: boolean
|
||||
can_retry: boolean
|
||||
result_snapshot: Record<string, unknown>
|
||||
error_message: string | null
|
||||
created_at: string
|
||||
|
||||
Reference in New Issue
Block a user