Feat: dataflow supports text (#10058)

### What problem does this PR solve?

dataflow supports text.

### Type of change

- [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
Lynn
2025-09-11 19:03:51 +08:00
committed by GitHub
parent aa30f20730
commit 65571e5254
2 changed files with 41 additions and 7 deletions

View File

@ -44,9 +44,12 @@
"markdown"
],
"output_format": "json"
},
"text": {
"suffix": ["txt"],
"output_format": "json"
}
}
}
}
},
"downstream": ["Chunker:0"],