chore: Extract PromptStore out of prompt_library (#25837)
One step closer to removing long pole with assistant/assistant2 builds Release Notes: - N/A
This commit is contained in:
parent
53b2792844
commit
7fb16977ce
32 changed files with 99 additions and 53 deletions
|
@ -1,6 +1,3 @@
|
|||
mod prompt_store;
|
||||
mod prompts;
|
||||
|
||||
use anyhow::Result;
|
||||
use collections::{HashMap, HashSet};
|
||||
use editor::CompletionProvider;
|
||||
|
@ -29,8 +26,7 @@ use util::{ResultExt, TryFutureExt};
|
|||
use workspace::Workspace;
|
||||
use zed_actions::assistant::InlineAssist;
|
||||
|
||||
pub use crate::prompt_store::*;
|
||||
pub use crate::prompts::*;
|
||||
use prompt_store::*;
|
||||
|
||||
pub fn init(cx: &mut App) {
|
||||
prompt_store::init(cx);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue