Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prevent Chatbot from Accepting Empty User Inputs #479

Closed
4 tasks done
PranavN0509 opened this issue May 23, 2024 · 2 comments
Closed
4 tasks done

Prevent Chatbot from Accepting Empty User Inputs #479

PranavN0509 opened this issue May 23, 2024 · 2 comments
Labels
bug Something isn't working

Comments

@PranavN0509
Copy link

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
Screenshot (76)

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
@PranavN0509 PranavN0509 added the bug Something isn't working label May 23, 2024
Copy link

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.

@PranavN0509
Copy link
Author

PranavN0509 commented May 24, 2024

This bug fix is proposed by me under GSSoC 2024. Awaiting your feedback to commence my work promptly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants