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:
Max Brunsfeld 2024-05-22 15:20:55 -07:00 committed by GitHub
parent 0a848f29e8
commit 770a702981
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 110 additions and 30 deletions

View file

@ -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;