diff options
Diffstat (limited to 'client/modules/Unclear.py')
| -rw-r--r-- | client/modules/Unclear.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/client/modules/Unclear.py b/client/modules/Unclear.py index 3900300..071eea3 100644 --- a/client/modules/Unclear.py +++ b/client/modules/Unclear.py @@ -14,7 +14,8 @@ def handle(text, mic, profile): Arguments: text -- user-input, typically transcribed speech mic -- used to interact with the user (for both input and output) - profile -- contains information related to the user (e.g., phone number) + profile -- contains information related to the user (e.g., phone + number) """ messages = ["I'm sorry, could you repeat that?", |
