feat(web_fetch): support downloading and parsing remote document files (PDF, Word, Excel, PPT)

This commit is contained in:
zhayujie
2026-03-11 17:47:15 +08:00
parent 4fec55cc01
commit fa61744c6d
2 changed files with 14 additions and 23 deletions

View File

@@ -29,3 +29,9 @@ google-generativeai
# tencentcloud sdk
tencentcloud-sdk-python>=3.0.0
# file parsing (web_fetch document support)
pypdf
python-docx
openpyxl
python-pptx