CosmoAI commited on
Commit
408cedc
·
1 Parent(s): e719e47

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -84,6 +84,7 @@ def responsenew(data):
84
  Identify the user's intent from text_data below:\n
85
  Arguments: text_data = {data}\n\n
86
  Return the intent as one-word string representing the user's intent, as mentioned below:
 
87
  * if intent = viewing user's notes return = "view_notes"
88
  * if intent = viewing user's posts return = "view_posts"
89
  * if intent = viewing user's shared notes return = "view_shared_notes"
 
84
  Identify the user's intent from text_data below:\n
85
  Arguments: text_data = {data}\n\n
86
  Return the intent as one-word string representing the user's intent, as mentioned below:
87
+ * if intent = viewing user's routine return = "my_routines"
88
  * if intent = viewing user's notes return = "view_notes"
89
  * if intent = viewing user's posts return = "view_posts"
90
  * if intent = viewing user's shared notes return = "view_shared_notes"