Prerequisites
- •
Uploaded syllabus
- •
User should have phone number added in settings
- •
User should have Google Calendar connected in settings
Input
- •File path of the syllabus
Protocol
- •Use
tool read_fileto read the syllabus and parse it for due dates of assignments, essays, quizzes, exams, etc. - •For each parsed date, use
tool create_scheduled_taskwithdelivery_method: "sms"to create a reminder, set for the morning ONE DAY BEFORE the due date. Make sure to include the class name for context. - •For each parsed date, use
tool use_app_google_calendarwithgoogle_calendar-quick-add-eventto create a calendar event ON the due date. Make sure to include the class name for context