From a541deeda84608be300c8aa574e4a3f0f089be9b Mon Sep 17 00:00:00 2001 From: CREDO23 Date: Mon, 23 Feb 2026 15:55:30 +0200 Subject: [PATCH] add google drive tools to TOOLS_WITH_UI set --- .../[search_space_id]/new-chat/[[...chat_id]]/page.tsx | 2 ++ 1 file changed, 2 insertions(+) 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 ]);