
This PR adds a new tool to the `assistant2` crate that allows the assistant to create a new buffer with some content. Release Notes: - N/A --------- Co-authored-by: Nathan <nathan@zed.dev>
5 lines
91 B
Rust
5 lines
91 B
Rust
mod create_buffer;
|
|
mod project_index;
|
|
|
|
pub use create_buffer::*;
|
|
pub use project_index::*;
|