mirror of
https://github.com/langgenius/dify.git
synced 2026-05-05 01:48:04 +08:00
chore: change tool input types
This commit is contained in:
@ -3,8 +3,8 @@ import type { ToolNodeType } from './types'
|
||||
|
||||
const nodeDefault: NodeDefault<ToolNodeType> = {
|
||||
defaultValue: {
|
||||
tool_inputs: [],
|
||||
tool_parameters: {},
|
||||
tool_parameters: [],
|
||||
tool_configurations: {},
|
||||
},
|
||||
getAvailablePrevNodes() {
|
||||
return []
|
||||
|
||||
Reference in New Issue
Block a user