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
Describe the bug
The chatbot currently accepts and processes empty user inputs, leading to unnecessary interactions and potential confusion. Implement a validation check to prevent submission of empty messages.
Expected behavior
The expected behavior is that the chatbot should validate user inputs and reject any empty submissions. When a user tries to send an empty message, the chatbot should not process the input and should prompt the user to enter a valid message. This ensures meaningful interactions and prevents unnecessary processing of empty inputs
Screenshots
Example Fill x { [x] } into bracket
I have checked the existing issues *
I have read the Contributing Guidelines *
I have starred the repository *
Working under Gssoc'24
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.
Describe the bug
The chatbot currently accepts and processes empty user inputs, leading to unnecessary interactions and potential confusion. Implement a validation check to prevent submission of empty messages.
Expected behavior
The expected behavior is that the chatbot should validate user inputs and reject any empty submissions. When a user tries to send an empty message, the chatbot should not process the input and should prompt the user to enter a valid message. This ensures meaningful interactions and prevents unnecessary processing of empty inputs
Screenshots
Example Fill x { [x] } into bracket
The text was updated successfully, but these errors were encountered: