修正外部任务摘要状态读取边界
移除从轻量任务摘要读取主任务结果载荷的错误实现。 画布 Agent 继续轮询摘要状态,并通过画布完成回写刷新工程结果。
This commit is contained in:
@@ -23,7 +23,6 @@ export interface ExternalGenerationJobStatusRecord {
|
||||
progress: number;
|
||||
error?: string | null;
|
||||
updatedAtMicros: number;
|
||||
result?: unknown;
|
||||
}
|
||||
|
||||
export interface ExternalGenerationJobStatusResponse {
|
||||
|
||||
Reference in New Issue
Block a user