feat: add OneDrive file creation and deletion tools with connector checks

This commit is contained in:
Anish Sarkar 2026-03-28 14:34:30 +05:30
parent 5bddde60cb
commit 5f0a4d1a0f
6 changed files with 410 additions and 0 deletions

View file

@ -26,6 +26,7 @@ _HITL_TOOL_DEDUP_KEYS: dict[str, str] = {
"trash_gmail_email": "email_subject_or_id",
"update_gmail_draft": "draft_subject_or_id",
"delete_google_drive_file": "file_name",
"delete_onedrive_file": "file_name",
"delete_notion_page": "page_title",
"update_notion_page": "page_title",
"delete_linear_issue": "issue_ref",