diff --git a/network-poc/frontend/src/pages/index.astro b/network-poc/frontend/src/pages/index.astro index f8b35d2..4f95a1b 100644 --- a/network-poc/frontend/src/pages/index.astro +++ b/network-poc/frontend/src/pages/index.astro @@ -794,7 +794,7 @@ OUTPUT FORMAT: // Review-korjausluuppi: max 2 kierrosta const tst = agents.tester || Object.values(agents)[4]; - const MAX_REVIEW_ROUNDS = 2; + const MAX_REVIEW_ROUNDS = 3; for (let round = 0; round < MAX_REVIEW_ROUNDS; round++) { const currentCode = Object.entries(files).map(([n,c]) => `--- ${n} ---\n${c}`).join('\n\n');