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:
parent
e9e558d8c8
commit
54c63063e4
3 changed files with 413 additions and 91 deletions
|
@ -1,6 +1,7 @@
|
|||
pub mod assistant_panel;
|
||||
mod assistant_settings;
|
||||
mod codegen;
|
||||
mod prompts;
|
||||
mod streaming_diff;
|
||||
|
||||
use ai::completion::Role;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue