mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-05-02 04:12:47 +02:00
feat: add initial logic for HITL for gmail and google calendar connectors
This commit is contained in:
parent
6d1c7731f0
commit
f4c0c8c945
27 changed files with 6280 additions and 5 deletions
3
surfsense_web/components/tool-ui/gmail/index.ts
Normal file
3
surfsense_web/components/tool-ui/gmail/index.ts
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
export { CreateGmailDraftToolUI } from "./create-draft";
|
||||
export { SendGmailEmailToolUI } from "./send-email";
|
||||
export { TrashGmailEmailToolUI } from "./trash-email";
|
||||
Loading…
Add table
Add a link
Reference in a new issue