Return agentSignals and debateRounds in mocked /api/analyze response to match component expectations

This commit is contained in:
2026-05-16 14:01:53 +02:00
parent f3effebff6
commit c9f83b834e
@@ -39,6 +39,8 @@ describe("StockDetail UI - executionPlan", () => {
action: "sell",
confidence: 0.9,
reasoning: "Exit position",
agentSignals: [],
debateRounds: [],
executionPlan: { amount: 25, riskManagement: { maxLossPercent: 2 }, takeProfit: 150 }
}) });
}