You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
WriteFileTool should create not existent parent dirs in file_path (#132)
This PR updates the WriteFileTool to ensure that all missing parent
directories are created when writing a file.
The current tool creates only one immediate parent directory. This
causes failures in my workflow because I expect my agents to create many
files in many dirs.
---------
Co-authored-by: Eugene Yurtsev <[email protected]>
0 commit comments