ZIm/crates/assistant2/src/tools.rs
Marshall Bowers d01428e69c
assistant2: Add create buffer tool (#11219)
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>
2024-04-30 13:43:25 -04:00

5 lines
91 B
Rust

mod create_buffer;
mod project_index;
pub use create_buffer::*;
pub use project_index::*;