Write a randomized test and fix bugs in the logic for omitting slash commands from completion requests (#12164)
Release Notes: - N/A
This commit is contained in:
parent
0a848f29e8
commit
770a702981
3 changed files with 110 additions and 30 deletions
|
@ -3,6 +3,7 @@ pub mod assistant_panel;
|
|||
pub mod assistant_settings;
|
||||
mod codegen;
|
||||
mod completion_provider;
|
||||
mod omit_ranges;
|
||||
mod prompts;
|
||||
mod saved_conversation;
|
||||
mod search;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue