mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-04-25 08:46:22 +02:00
- Introduced a new tool to update existing Gmail drafts, allowing users to modify draft content, recipients, and subject lines. - Updated the Gmail tools registry to include the new update_gmail_draft tool. - Enhanced the GmailKBSyncService to support draft ID handling during synchronization. - Added UI components for the update draft functionality in the web application, improving user interaction with Gmail drafts.
4 lines
222 B
TypeScript
4 lines
222 B
TypeScript
export { CreateGmailDraftToolUI } from "./create-draft";
|
|
export { SendGmailEmailToolUI } from "./send-email";
|
|
export { TrashGmailEmailToolUI } from "./trash-email";
|
|
export { UpdateGmailDraftToolUI } from "./update-draft";
|