Skip to content

Commit f2459ed

Browse files
committed
feat: add support for CUSTOM tool type in tool list retrieval
1 parent e9c8c95 commit f2459ed

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ui/src/views/application-workflow/component/DropdownMenu.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -254,6 +254,7 @@ async function getToolList() {
254254
systemType: 'workspace',
255255
}).getToolList({
256256
folder_id: folder.currentFolder?.id || user.getWorkspaceId(),
257+
tool_type: 'CUSTOM'
257258
})
258259
toolList.value = res.data?.tools || res.data || []
259260
toolList.value = toolList.value?.filter((item: any) => item.is_active)

0 commit comments

Comments
 (0)