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

@ -10,6 +10,7 @@ import useOneStepRun from '@/app/components/workflow/nodes/_base/hooks/use-one-s
const useConfig = (id: string, payload: HttpNodeType) => {
const { inputs, setInputs } = useNodeCrud<HttpNodeType>(id, payload)
// console.log(inputs)
const { handleVarListChange, handleAddVariable } = useVarList<HttpNodeType>({
inputs,
setInputs,