Add console.log to model_fallback handler for debugging
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
05e1628086
commit
1b60f5deb6
1 changed files with 1 additions and 0 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue