update autogpt

This commit is contained in:
Henry
2023-08-30 11:37:28 +01:00
parent 0423fc25ac
commit a4f9b75d04
2 changed files with 103 additions and 2 deletions
+1 -1
View File
@@ -481,7 +481,7 @@ export const isStartNodeDependOnInput = (startingNodes: IReactFlowNode[], nodes:
if (inputVariables.length > 0) return true
}
}
const whitelistNodeNames = ['vectorStoreToDocument']
const whitelistNodeNames = ['vectorStoreToDocument', 'autoGPT']
for (const node of nodes) {
if (whitelistNodeNames.includes(node.data.name)) return true
}