langchain/tests/unit_tests/tools/file_management
Zander Chase 4adfd790f0
Update File Management Tools to Include Root Directory (#3112)
- Permit the specification of a `root_dir` to the read/write file tools
to specify a working directory
- Add validation for attempts to read/write outside the directory (e.g.,
through `../../` or symlinks or `/abs/path`'s that don't lie in the
correct path)
- Add some tests for all


One question is whether we should make a default root directory for
these? tradeoffs either way
2023-04-19 16:46:10 -07:00
..
__init__.py Update File Management Tools to Include Root Directory (#3112) 2023-04-19 16:46:10 -07:00
test_read.py Update File Management Tools to Include Root Directory (#3112) 2023-04-19 16:46:10 -07:00
test_utils.py Update File Management Tools to Include Root Directory (#3112) 2023-04-19 16:46:10 -07:00
test_write.py Update File Management Tools to Include Root Directory (#3112) 2023-04-19 16:46:10 -07:00