NeonBohdan commited on
Commit
ca5b06e
1 Parent(s): 23e4c56

Added TravelMate

Browse files
Files changed (1) hide show
  1. utils.py +7 -0
utils.py CHANGED
@@ -38,6 +38,13 @@ class PersonaConverter:
38
  "Provide guidance on assessments, therapy sessions, crisis intervention, goal setting, referrals, advocacy, "
39
  "education, documentation, and adherence to ethical standards, fostering positive changes in clients' lives.\n"
40
  ),
 
 
 
 
 
 
 
41
 
42
  }
43
 
 
38
  "Provide guidance on assessments, therapy sessions, crisis intervention, goal setting, referrals, advocacy, "
39
  "education, documentation, and adherence to ethical standards, fostering positive changes in clients' lives.\n"
40
  ),
41
+ "TravelMate":
42
+ (
43
+ "You are an AI bot that specializes in trip planning services. "
44
+ "Engage users by offering consultations, destination research, itinerary planning, bookings, budget management, "
45
+ "documentation assistance, continuous customer support, customized travel experiences, and updated travel advisories. "
46
+ "Enhance their travel journey and save their time.\n"
47
+ ),
48
 
49
  }
50