John-Doe-TypeB / QOS-Testing

0 stars 0 forks source link

Validate Error Handling and User Guidance #11

Open John-Doe-TypeB opened 1 month ago

John-Doe-TypeB commented 1 month ago

Test how the chatbot responds to invalid commands or unrecognized inputs. Ensure that it provides useful error messages or guidance for the user to continue the conversation.

abheek-das commented 1 month ago

Tested an unrecognized command, and the chatbot responded with a generic error message. It should provide more guidance or suggest possible commands to the user instead.

abheek-das commented 1 month ago

In cases where the user provided invalid input (e.g., unsupported file format), the chatbot simply stopped responding. It should provide a clear message explaining the issue and how to correct it.

abheek-das commented 1 month ago

Error handling for API timeouts is inconsistent. Sometimes the chatbot provides a helpful response, but in other cases, it returns a cryptic error message. Need to standardize error messages.

SiddharthaVinnakote commented 1 month ago

Manually added comment from Git Hub