feat: log raw AI JSON response to browser console
This commit is contained in:
@@ -108,6 +108,9 @@ export default function ScanAndTasteFlow({ isOpen, onClose, imageFile }: ScanAnd
|
||||
const startPrep = performance.now();
|
||||
if (result.success && result.data) {
|
||||
console.log('[ScanFlow] magicScan success');
|
||||
if (result.raw) {
|
||||
console.log('[ScanFlow] RAW AI RESPONSE:', result.raw);
|
||||
}
|
||||
setBottleMetadata(result.data);
|
||||
|
||||
const endPrep = performance.now();
|
||||
|
||||
Reference in New Issue
Block a user