feat(web): document-extractor add images output variable

This commit is contained in:
zhaoying
2026-04-23 16:58:07 +08:00
parent fe2c975d61
commit 5960b5add8

View File

@@ -56,6 +56,8 @@ const NODE_VARIABLES = {
],
'document-extractor': [
{ label: 'text', dataType: 'string', field: 'text' },
// { label: 'chunks', dataType: 'array[string]', field: 'chunks' },
{ label: 'images', dataType: 'array[file]', field: 'images' },
],
'list-operator': [
{ label: 'result', dataType: 'array[string]', field: 'result' },