feat: log raw AI JSON response to browser console

This commit is contained in:
2025-12-22 11:33:15 +01:00
parent 83229e9c67
commit 1d98bb9947
7 changed files with 56 additions and 38 deletions

View File

@@ -101,4 +101,5 @@ export interface AnalysisResponse {
parseDuration: number;
uploadSize: number;
};
raw?: any;
}