Rework inline assistant

This commit is contained in:
Antonio Scandurra 2023-08-25 11:39:27 +02:00
parent b6035ee6a6
commit c1bd035875
14 changed files with 600 additions and 438 deletions

View file

@ -1,7 +1,5 @@
pub mod assistant;
mod assistant_settings;
mod refactoring_assistant;
mod refactoring_modal;
mod streaming_diff;
use anyhow::{anyhow, Result};
@ -196,7 +194,6 @@ struct OpenAIChoice {
pub fn init(cx: &mut AppContext) {
assistant::init(cx);
refactoring_modal::init(cx);
}
pub async fn stream_completion(