The AI chatbot is displaying responses with emojis(e.g., 😊, 👍) and also provides answers even when they are not expected or relevant. Screenshot:https://prnt.sc/M93ZnCYgbFOV
2.The AI chatbot currently accepts and processes user queries entered in languages other than English. When a customer submits a query in any language except English, the chatbot should not process the request. Instead, it should display an informational message indicating that only English is supported. 3.When a user submits multiple messages in quick succession, the chatbot accepts all of them and processes them together, returning responses after completing all requests. This can lead to an inconsistent user experience. Expected Result: Once a user submits a message, the chatbot should temporarily disable or ignore additional inputs until the current response is fully generated. After the response is completed, the input field should be enabled again for the next query.