diff --git a/surfsense_web/app/dashboard/[search_space_id]/new-chat/[[...chat_id]]/page.tsx b/surfsense_web/app/dashboard/[search_space_id]/new-chat/[[...chat_id]]/page.tsx index 117f7f246..351515e94 100644 --- a/surfsense_web/app/dashboard/[search_space_id]/new-chat/[[...chat_id]]/page.tsx +++ b/surfsense_web/app/dashboard/[search_space_id]/new-chat/[[...chat_id]]/page.tsx @@ -155,6 +155,8 @@ const TOOLS_WITH_UI = new Set([ "create_linear_issue", "update_linear_issue", "delete_linear_issue", + "create_google_drive_file", + "trash_google_drive_file", // "write_todos", // Disabled for now ]);