assistant2: Deploy inline assistant in PromptEditor (#25094)
Release Notes: - N/A Co-authored-by: Danilo Leal <daniloleal09@gmail.com>
This commit is contained in:
parent
48f87a8d9a
commit
6885b28c22
2 changed files with 25 additions and 3 deletions
|
@ -478,6 +478,10 @@ impl AssistantPanel {
|
|||
.update(cx, |this, cx| this.delete_thread(thread_id, cx))
|
||||
.detach_and_log_err(cx);
|
||||
}
|
||||
|
||||
pub(crate) fn active_context_editor(&self) -> Option<Entity<ContextEditor>> {
|
||||
self.context_editor.clone()
|
||||
}
|
||||
}
|
||||
|
||||
impl Focusable for AssistantPanel {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue