fix(ai): 拆解原型无需求ID任务

This commit is contained in:
Script Generator
2026-07-01 13:33:04 +08:00
parent 24e8635a94
commit 756621d366
23 changed files with 371 additions and 45 deletions

View File

@@ -10,7 +10,7 @@ import {
const response: AgentDecomposeResponse = {
ok: true,
result: {
report: { matched: [], reqOnly: [], noteOnly: [], ambiguous: [] },
report: { matched: [], reqOnly: [], prototypeOnly: [], ambiguous: [] },
devTaskDrafts: [],
testCaseDrafts: [],
},