更新任务。
(id: string, task: Partial<AgentTask>)
| 1367 | |
| 1368 | /** 更新任务。 */ |
| 1369 | update(id: string, task: Partial<AgentTask>): Promise<AgentTask>; |
| 1370 | |
| 1371 | /** 根据 ID 删除任务。 */ |
| 1372 | remove(id: string): Promise<boolean>; |
no outgoing calls
no test coverage detected