feat: integrate OneDrive connector with UI components and configuration options

This commit is contained in:
Anish Sarkar 2026-03-28 17:00:52 +05:30
parent 028c88be72
commit 147061284b
13 changed files with 516 additions and 10 deletions

View file

@ -1090,6 +1090,12 @@ const TOOL_GROUPS: ToolGroup[] = [
connectorIcon: "google_drive",
tooltip: "Create and delete files in Google Drive.",
},
{
label: "OneDrive",
tools: ["create_onedrive_file", "delete_onedrive_file"],
connectorIcon: "onedrive",
tooltip: "Create and delete files in OneDrive.",
},
{
label: "Notion",
tools: ["create_notion_page", "update_notion_page", "delete_notion_page"],