You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description :
When a user sends a message to the chatbot without entering any text, the chatbot should respond appropriately. This issue is to ensure that the chatbot can handle such scenarios gracefully.
Steps to Reproduce:
Open the chatbot interface.
Attempt to send a message without typing any text.
Observe the chatbot's response.
Possible Solution:
Implement a check in the chatbot's message handler to detect empty messages and respond with a predefined prompt.
Expected behavior
The chatbot should detect the empty message and respond with a prompt, such as "It seems like you haven't entered any text. How can I assist you today?"
Add ScreenShots
On which device are you experiencing this bug?
Chrome, Windows
Record
I have read the Contributing Guidelines
I'm a GSSOC'24 contributor
I'm a SSOC'24 contributor
I want to work on this issue
The text was updated successfully, but these errors were encountered:
Hi there! Thanks for opening this issue. We appreciate your contribution to this open-source project. We aim to respond or assign your issue as soon as possible. In the meantime you can star the repo and read the contributing.md
Is there an existing issue for this?
Describe the bug
Description :
When a user sends a message to the chatbot without entering any text, the chatbot should respond appropriately. This issue is to ensure that the chatbot can handle such scenarios gracefully.
Steps to Reproduce:
Possible Solution:
Implement a check in the chatbot's message handler to detect empty messages and respond with a predefined prompt.
Expected behavior
The chatbot should detect the empty message and respond with a prompt, such as "It seems like you haven't entered any text. How can I assist you today?"
Add ScreenShots
On which device are you experiencing this bug?
Chrome, Windows
Record
The text was updated successfully, but these errors were encountered: