mirror of
https://github.com/x1xhlol/system-prompts-and-models-of-ai-tools.git
synced 2026-06-17 23:09:35 +00:00
7 lines
407 B
Markdown
7 lines
407 B
Markdown
# Mail module
|
|
|
|
- Use when you need Mail tools.
|
|
- Start in `index.ts` for tool inputs/outputs. Call the direct functions on the module (e.g. `searchEmails`, `viewThreadContent`, `updateStatus`).
|
|
- Permissions live in `integration.ts`.
|
|
- Trigger payloads live in `triggers.ts`.
|
|
- Read `skills/mail-guidelines.md` for detailed instructions on email address rules, draft tool selection, and mail best practices. |