Merge branch 'main' into feature/RateLimit

This commit is contained in:
chungyau97
2023-09-01 18:42:16 +08:00
9 changed files with 188 additions and 15 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
}