chore: change tool input types

This commit is contained in:
Joel
2024-03-14 11:25:18 +08:00
parent c051c89176
commit 68fa81ec82
8 changed files with 14 additions and 11 deletions

View File

@ -3,8 +3,8 @@ import type { ToolNodeType } from './types'
const nodeDefault: NodeDefault<ToolNodeType> = {
defaultValue: {
tool_inputs: [],
tool_parameters: {},
tool_parameters: [],
tool_configurations: {},
},
getAvailablePrevNodes() {
return []