This project contains a Gmail Add-on built with Google Apps Script and Google Gemini.
It enables:
- Reading the selected Gmail thread
- Summarizing conversations using Gemini
- Extracting key points
- Drafting replies in multiple tones (professional, friendly, concise)
- Inserting the AI-generated reply as a Gmail draft
Code.gs— Main Apps Script logicappsscript.json— Manifest configuring Gmail add-on behaviorREADME.md— Documentation.gitignore— Ignore local dev files
Replace the placeholder in Code.gs with the full generated code from ChatGPT.