Home Explore Blog CI



zed

1st chunk of `crates/assistant_tools/src/create_directory_tool/description.md`
b0c3b477dec91945c666ee965a20ee39ff2543fdeb2cc64e0000000100000126
Creates a new directory at the specified path within the project. Returns confirmation that the directory was created.

This tool creates a directory and all necessary parent directories (similar to `mkdir -p`). It should be used whenever you need to create new directories within the project.

Title: Directory Creation Tool
Summary
This tool creates a new directory, including any necessary parent directories, at the specified path within the project, and confirms its creation. It functions similarly to the `mkdir -p` command.