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
I mounted my codebase and added the DirectoryReadTool
One call of the DirectoryReadTool resulted in all files being listed in my entire directory tree.
I wish to configure the DirectoryReadTool such that it only shows a single directory at once (like ls), to save tokens and complexity.
I mounted my codebase and added the
DirectoryReadToolOne call of the
DirectoryReadToolresulted in all files being listed in my entire directory tree.I wish to configure the DirectoryReadTool such that it only shows a single directory at once (like
ls), to save tokens and complexity.