From dc1fdecfcddb61d9dcf56de65b5fe814e67366be Mon Sep 17 00:00:00 2001 From: KS Jannette Date: Wed, 18 Feb 2026 06:06:17 -0500 Subject: [PATCH] More --- src/prompts/take-action-on-emails.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/prompts/take-action-on-emails.txt b/src/prompts/take-action-on-emails.txt index 4874c1a..0667650 100644 --- a/src/prompts/take-action-on-emails.txt +++ b/src/prompts/take-action-on-emails.txt @@ -23,7 +23,7 @@ Immediately after logging to the spreadsheet, check whether ANY of these fields - Company First Interview - Company Second Interview -For EACH of the aboce fields that contains a date/time, create a Google Calendar event using the create_calendar_event tool: +For EACH of the above fields that contains a date/time, create a Google Calendar event using the create_calendar_event tool: - Title format: "[ Call] Company - Role" or "[First Interview] Company - Role" or "[Second Interview] Company - Role" - Start date/time: extracted from the email (convert to ISO 8601) - Duration: 30 minutes unless otherwise specified in the email @@ -42,4 +42,3 @@ STRICT CONSTRAINTS: - Always use the same account for calendar events as was used for email fetching. - Do not create duplicate calendar events for the same meeting. - If information is not present in the email, leave that field empty do ot guess. -