Compare commits
6 Commits
FEAT-conne
...
549f2b0949
| Author | SHA1 | Date | |
|---|---|---|---|
| 549f2b0949 | |||
| c1f03a7cbe | |||
|
|
b767a1f09c | ||
| 76d4b490bf | |||
|
|
31618b1acf | ||
| 087839d2bf |
1
.gitignore
vendored
1
.gitignore
vendored
@@ -5,6 +5,7 @@ build/
|
||||
accountsAndCredentials/credentials.json
|
||||
accountsAndCredentials/accounts.json
|
||||
accountsAndCredentials/token*.json
|
||||
accountsAndCredentials/token.json.bak
|
||||
!accountsAndCredentials/*.example.json
|
||||
|
||||
# Runtime output
|
||||
|
||||
@@ -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.
|
||||
|
||||
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
|
||||
- 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 5: SUMMARIZE emails classified as Category B and Category D. For each, include:
|
||||
STEP 5: Confirm, via natural language output in the chat window, the total number of emails fetched for review.
|
||||
|
||||
STEP 6: SUMMARIZE emails classified as Category B and Category D. For each, state:
|
||||
1. Sender name and email address
|
||||
2. Email subject line
|
||||
3. Date and time received
|
||||
|
||||
@@ -62,8 +62,8 @@ server.registerTool(
|
||||
maxResults: z
|
||||
.number()
|
||||
.min(1)
|
||||
.max(100)
|
||||
.describe("Maximum number of unread emails to fetch (1-100)"),
|
||||
.max(200)
|
||||
.describe("Maximum number of unread emails to fetch (1-200)"),
|
||||
},
|
||||
},
|
||||
async ({ account, maxResults }) => {
|
||||
|
||||
Reference in New Issue
Block a user