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>[] }