diff --git a/src/components/layout/ChatInterface.tsx b/src/components/layout/ChatInterface.tsx index 9980228..8416476 100644 --- a/src/components/layout/ChatInterface.tsx +++ b/src/components/layout/ChatInterface.tsx @@ -76,7 +76,7 @@ export function ChatInterface() { addMessage(message as any) speak(message.content) }, - onError: (err) => { + onError: () => { speak("Error encountered. Check system configuration.") setIsProcessing(false) }