@ -227,8 +227,9 @@ export function FreeFlow(){
refChatCueEnd.current=false;
resetTranscript();
console.log('Starting conversation...');
sendMessage(null, false, false, null); // Send initial message with voice
setChatWelcome(true);
setChatStatus(ChatStatus.User);
//sendMessage(null, false, false, null); // Send initial message with voice
//setChatWelcome(true);
resetData(); // Reset data for new conversation
break;
// case 'chat_end':