Skip to content

Commit 101f6b9

Browse files
committed
correcting response structuring
1 parent d9215d8 commit 101f6b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/server.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -653,7 +653,7 @@ function createApp() {
653653
console.log(`\x1b[36mℹ Received response from backend\x1b[0m`);
654654

655655
// Process the response data directly - iterate over each file
656-
const responseData = backendResponse.response;
656+
const responseData = backendResponse.response,.coding_agent_output;
657657
const results = [];
658658

659659
for (const fileData of responseData) {

0 commit comments

Comments
 (0)