fix(ai): 拆解原型无需求ID任务
This commit is contained in:
@@ -10,7 +10,7 @@ import {
|
||||
const response: AgentDecomposeResponse = {
|
||||
ok: true,
|
||||
result: {
|
||||
report: { matched: [], reqOnly: [], noteOnly: [], ambiguous: [] },
|
||||
report: { matched: [], reqOnly: [], prototypeOnly: [], ambiguous: [] },
|
||||
devTaskDrafts: [],
|
||||
testCaseDrafts: [],
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user