Home Explore Blog CI



zed

crates/assistant_tools/src/create_directory_tool/description.md
7fad1a99567d9ed94bf6dd5cf45587570d0bb3370c2896cb0000000300000126
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.

Chunks
b0c3b477 (1st chunk of `crates/assistant_tools/src/create_directory_tool/description.md`)
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.