pub const WRITE_FILE_TOOL_DESCRIPTION: &str = r#"Writes to a file in the local filesystem.
Usage:
- The file_path parameter must be an absolute path, not a relative path
- The content parameter must be a string
- The write_file tool will create the a new file.
- Prefer to edit existing files over creating new ones when possible."#;