mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-04-26 09:16:22 +02:00
feat: add UI components for Dropbox file creation and deletion, enhancing document management capabilities
This commit is contained in:
parent
7297a1724b
commit
be5685c9a4
6 changed files with 821 additions and 0 deletions
|
|
@ -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"],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue