fix(workflow): doc extractor node now correctly extracts mdx files (#27570)

This commit is contained in:
yangzheli 2025-10-29 10:19:29 +08:00 committed by GitHub
parent 3de73f07c6
commit c597234374
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -171,6 +171,7 @@ def _extract_text_by_file_extension(*, file_content: bytes, file_extension: str)
".txt"
| ".markdown"
| ".md"
| ".mdx"
| ".html"
| ".htm"
| ".xml"