feat: add UI components for Dropbox file creation and deletion, enhancing document management capabilities

This commit is contained in:
Anish Sarkar 2026-03-30 22:37:19 +05:30
parent 7297a1724b
commit be5685c9a4
6 changed files with 821 additions and 0 deletions

View file

@ -1345,6 +1345,12 @@ const TOOL_GROUPS: ToolGroup[] = [
connectorIcon: "onedrive",
tooltip: "Create and delete files in OneDrive.",
},
{
label: "Dropbox",
tools: ["create_dropbox_file", "delete_dropbox_file"],
connectorIcon: "dropbox",
tooltip: "Create and delete files in Dropbox.",
},
{
label: "Notion",
tools: ["create_notion_page", "update_notion_page", "delete_notion_page"],