Standardize agent previews (#29790)
This PR makes agent previews render like any other preview in the component preview list & pages. Page:  List:  Release Notes: - N/A
This commit is contained in:
parent
225deb6785
commit
3bd7ae6e5b
4 changed files with 114 additions and 105 deletions
|
@ -1211,7 +1211,7 @@ impl Component for MessageEditor {
|
|||
}
|
||||
|
||||
impl AgentPreview for MessageEditor {
|
||||
fn create_preview(
|
||||
fn agent_preview(
|
||||
workspace: WeakEntity<Workspace>,
|
||||
active_thread: Entity<ActiveThread>,
|
||||
thread_store: WeakEntity<ThreadStore>,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue