thread_editor.rs

1use acp_thread::AcpThread;
2use gpui::Entity;
3
4pub struct ThreadEditor {
5    thread: Entity<AcpThread>,
6}