diff --git a/src/02_product-documentation/limitations.tex b/src/02_product-documentation/limitations.tex new file mode 100644 index 0000000000000000000000000000000000000000..b11aae5a4deccf736020fff145bdc2f898d162f2 --- /dev/null +++ b/src/02_product-documentation/limitations.tex @@ -0,0 +1,18 @@ +\chapter{Limitations} + This chapter describes the limitations of the SmartEating chatbot. + + \section{Audio limitations} + For optimal performance, users must speak loudly and clearly when interacting with the chatbot. + This ensures accurate audio transcription and reduces the likelihood of misinterpretations. + + The assistants may struggle to transcribe the audio recorded in noisy environments effectively. + For the best experience, users should use the application in a quiet setting to avoid background noise interference. + + A quiet environment is also required for the assistants to pick up when the user stops speaking. + + \section{Recipe selection limitation} + Once a recipe is selected within the chatbot, it cannot be changed. + + \section{Language limitations} + The chatbot currently supports only English for both text messages and audio messages. + Therefore, users should only interact with the chatbot in English. diff --git a/src/main.tex b/src/main.tex index 94acf8134dac186572ebe6be7ed7264b3f5def7c..fe5a6fb69964ec32950635f3642782786ac52474 100644 --- a/src/main.tex +++ b/src/main.tex @@ -32,6 +32,7 @@ \input{02_product-documentation/requirements} \input{02_product-documentation/architecture} \input{02_product-documentation/quality-measures} +\input{02_product-documentation/limitations} \part{Project Documentation}