Add console.log to model_fallback handler for debugging

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Vadym Samoilenko 2026-03-02 13:12:40 +00:00
parent 05e1628086
commit 1b60f5deb6

View file

@ -128,6 +128,7 @@ export const analyzeProof = async (
break;
case 'model_fallback':
console.log('[WS] model_fallback received, onNotification defined:', !!onNotification);
onNotification?.('The primary AI model is currently unavailable. Analysis is continuing with the backup model and may take longer than usual.');
break;