feat: support single run doc extractor node (#11318)

This commit is contained in:
非法操作
2025-01-08 15:20:15 +08:00
committed by GitHub
parent 0a49d3dd52
commit d649037c3e
5 changed files with 103 additions and 3 deletions

View File

@@ -382,6 +382,7 @@ export const canRunBySingle = (nodeType: BlockEnum) => {
|| nodeType === BlockEnum.Tool
|| nodeType === BlockEnum.ParameterExtractor
|| nodeType === BlockEnum.Iteration
|| nodeType === BlockEnum.DocExtractor
}
type ConnectedSourceOrTargetNodesChange = {