changed inline assist generate prompt to leverage outline as opposed to entire prior file

Co-Authored-by: Antonio <antonio@zed.dev>
This commit is contained in:
KCaverly 2023-09-26 16:23:48 -04:00
parent e9e558d8c8
commit 54c63063e4
3 changed files with 413 additions and 91 deletions

View file

@ -1,6 +1,7 @@
pub mod assistant_panel;
mod assistant_settings;
mod codegen;
mod prompts;
mod streaming_diff;
use ai::completion::Role;