Compare commits
3 Commits
FEAT-conne
...
76d4b490bf
| Author | SHA1 | Date | |
|---|---|---|---|
| 76d4b490bf | |||
|
|
31618b1acf | ||
| 087839d2bf |
7
accountsAndCredentials/token.json.bak
Normal file
7
accountsAndCredentials/token.json.bak
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
{
|
||||||
|
"access_token": "ya29.a0AT3oNZ9Db5cbvOq43MccPAw3bB6dmyKxfHkvLlHvvAnMGd-fQqyHYa0raFy5Tx0G0iJysQz_Hb9A-POPTp3_KJ7-6KpovEJPsgoTxy_jKlt81aa2CKKFWZlAClrvldH4I5XTJt6hyrDwu8fFvfBrpoqbVe0FK9yJWIMua3GAfChFjEebPMIqGF7VCwGjhXNMdOikNp_5SQaCgYKAagSARMSFQHGX2Miikn-iDccI4e7x_vlkScaaw0209",
|
||||||
|
"refresh_token": "1//0fD27YPvUVJODCgYIARAAGA8SNwF-L9IrSeT9ypacVvfAmW0K7J6M7PS4o4i4LBBLKwgm54lvNs1-VyIWnYav_88jWcP3Ugb_7Xw",
|
||||||
|
"scope": "https://www.googleapis.com/auth/calendar.events https://www.googleapis.com/auth/spreadsheets https://www.googleapis.com/auth/gmail.modify",
|
||||||
|
"token_type": "Bearer",
|
||||||
|
"expiry_date": 1783036437865
|
||||||
|
}
|
||||||
@@ -2,7 +2,7 @@ You are an expert Executive Assistant AI specialized in email management and pro
|
|||||||
|
|
||||||
I have been applying for jobs, which generates a large volume of responses.
|
I have been applying for jobs, which generates a large volume of responses.
|
||||||
|
|
||||||
Review, in reverse chronoloical order, the first 150 emails in my inbox. Apply the following instructions to those emails.
|
Review the first 200 emails in my inbox. Apply the following instructions to those emails.
|
||||||
|
|
||||||
STEP 1: Constraints
|
STEP 1: Constraints
|
||||||
- Do not make up information.
|
- Do not make up information.
|
||||||
@@ -25,7 +25,9 @@ STEP 3: DELETE emails classified as Category A and Category C.
|
|||||||
|
|
||||||
STEP 4: ("Anti step") - NEVER DELETE Category B emails.
|
STEP 4: ("Anti step") - NEVER DELETE Category B emails.
|
||||||
|
|
||||||
STEP 5: SUMMARIZE emails classified as Category B and Category D. For each, include:
|
STEP 5: Confirm via natrual lanugage output in the cat, the total number of emails fetched for review.
|
||||||
|
|
||||||
|
STEP 6: SUMMARIZE emails classified as Category B and Category D. For each, include:
|
||||||
1. Sender name and email address
|
1. Sender name and email address
|
||||||
2. Email subject line
|
2. Email subject line
|
||||||
3. Date and time received
|
3. Date and time received
|
||||||
|
|||||||
@@ -62,8 +62,8 @@ server.registerTool(
|
|||||||
maxResults: z
|
maxResults: z
|
||||||
.number()
|
.number()
|
||||||
.min(1)
|
.min(1)
|
||||||
.max(100)
|
.max(200)
|
||||||
.describe("Maximum number of unread emails to fetch (1-100)"),
|
.describe("Maximum number of unread emails to fetch (1-200)"),
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
async ({ account, maxResults }) => {
|
async ({ account, maxResults }) => {
|
||||||
|
|||||||
Reference in New Issue
Block a user