assistant: Remove /search
(#27661)
This PR removes the `/search` command. This was feature-flagged and was never released to the general public. Release Notes: - N/A
This commit is contained in:
parent
20eab9038f
commit
68d453da52
6 changed files with 0 additions and 226 deletions
|
@ -8,7 +8,6 @@ mod fetch_command;
|
|||
mod file_command;
|
||||
mod now_command;
|
||||
mod prompt_command;
|
||||
mod search_command;
|
||||
mod selection_command;
|
||||
mod streaming_example_command;
|
||||
mod symbols_command;
|
||||
|
@ -29,7 +28,6 @@ pub use crate::fetch_command::*;
|
|||
pub use crate::file_command::*;
|
||||
pub use crate::now_command::*;
|
||||
pub use crate::prompt_command::*;
|
||||
pub use crate::search_command::*;
|
||||
pub use crate::selection_command::*;
|
||||
pub use crate::streaming_example_command::*;
|
||||
pub use crate::symbols_command::*;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue