From 5869d6aacc24ecba381a4cf1bcd0b310ad556ece Mon Sep 17 00:00:00 2001 From: zxhlyh Date: Thu, 10 Jul 2025 17:28:27 +0800 Subject: [PATCH] tool oauth --- web/app/components/workflow/block-selector/types.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/web/app/components/workflow/block-selector/types.ts b/web/app/components/workflow/block-selector/types.ts index ce7dcea0e2..ee7217073e 100644 --- a/web/app/components/workflow/block-selector/types.ts +++ b/web/app/components/workflow/block-selector/types.ts @@ -42,4 +42,5 @@ export type ToolValue = { parameters?: Record enabled?: boolean extra?: Record + credential_id?: string }