wwf
2 天以前 a430284aa21e3ae1f0d5654e55b2ad2852519cc2
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>[]
}