From a430284aa21e3ae1f0d5654e55b2ad2852519cc2 Mon Sep 17 00:00:00 2001 From: wwf <yearningwang@iqtogether.com> Date: 星期三, 04 六月 2025 15:17:49 +0800 Subject: [PATCH] 初始化 --- app/components/workflow/nodes/tool/types.ts | 4 +--- 1 files changed, 1 insertions(+), 3 deletions(-) diff --git a/app/components/workflow/nodes/tool/types.ts b/app/components/workflow/nodes/tool/types.ts index 4b78c53..1ed6f9c 100644 --- a/app/components/workflow/nodes/tool/types.ts +++ b/app/components/workflow/nodes/tool/types.ts @@ -9,7 +9,7 @@ export type ToolVarInputs = Record<string, { type: VarType - value?: string | ValueSelector | any + value?: string | ValueSelector }> export type ToolNodeType = CommonNodeType & { @@ -20,6 +20,4 @@ tool_label: string tool_parameters: ToolVarInputs tool_configurations: Record<string, any> - output_schema: Record<string, any> - paramSchemas?: Record<string, any>[] } -- Gitblit v1.8.0