assistant2: Factor out ContextStrip
(#22096)
This PR factors a `ContextStrip` view out of the `MessageEditor` so that we can use it in other places. Release Notes: - N/A
This commit is contained in:
parent
ff2ad63037
commit
caefdcd7f1
7 changed files with 154 additions and 125 deletions
|
@ -3,6 +3,7 @@ mod assistant_panel;
|
|||
mod assistant_settings;
|
||||
mod context;
|
||||
mod context_picker;
|
||||
mod context_strip;
|
||||
mod inline_assistant;
|
||||
mod message_editor;
|
||||
mod prompts;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue