From a4eb10cda45b7ceb3a394f4e5bcda5726e00ebe1 Mon Sep 17 00:00:00 2001 From: Andri Joos <andri@joos.io> Date: Tue, 11 Jun 2024 18:09:44 +0200 Subject: [PATCH] add limitations --- src/02_product-documentation/limitations.tex | 18 ++++++++++++++++++ src/main.tex | 1 + 2 files changed, 19 insertions(+) create mode 100644 src/02_product-documentation/limitations.tex diff --git a/src/02_product-documentation/limitations.tex b/src/02_product-documentation/limitations.tex new file mode 100644 index 0000000..b11aae5 --- /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 94acf81..fe5a6fb 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} -- GitLab