From 2337dee02dc335934ac545e5b81624bd027f5924 Mon Sep 17 00:00:00 2001 From: CaptainB Date: Tue, 5 Aug 2025 16:29:32 +0800 Subject: [PATCH] feat: enhance tool list retrieval with shared folder filtering and structured response MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --bug=1060012 --user=刘瑞斌 【应用】高级编排获取的共享工具列表为空 https://www.tapd.cn/62980211/s/1749230 --- ui/src/views/application-workflow/component/DropdownMenu.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/ui/src/views/application-workflow/component/DropdownMenu.vue b/ui/src/views/application-workflow/component/DropdownMenu.vue index 877b53a75..db7979bb1 100644 --- a/ui/src/views/application-workflow/component/DropdownMenu.vue +++ b/ui/src/views/application-workflow/component/DropdownMenu.vue @@ -250,6 +250,7 @@ async function getToolFolder() { async function getToolList() { const res = await loadSharedApi({ type: 'tool', + isShared: folder.currentFolder?.id === 'share', systemType: 'workspace', }).getToolList({ folder_id: folder.currentFolder?.id || user.getWorkspaceId(),