feat: add support for creating and deleting Dropbox files in chat tools and update connector display name

This commit is contained in:
Anish Sarkar 2026-03-30 23:09:36 +05:30
parent 0d5b902c26
commit b950299072
2 changed files with 3 additions and 0 deletions

View file

@ -111,6 +111,7 @@ function getConnectorTypeDisplayName(connectorType: string): string {
CIRCLEBACK_CONNECTOR: "Circleback",
MCP_CONNECTOR: "MCP",
OBSIDIAN_CONNECTOR: "Obsidian",
ONEDRIVE_CONNECTOR: "OneDrive",
DROPBOX_CONNECTOR: "Dropbox",
TAVILY_API: "Tavily",
SEARXNG_API: "SearXNG",