assistant2: Add headers to chat messages (#11191)
This PR adds headers to the chat messages in the new assistant panel. Adapted from the work on the `assistant-chat-ui` branch. Release Notes: - N/A
This commit is contained in:
parent
1c09b69384
commit
ae650342ce
3 changed files with 65 additions and 6 deletions
|
@ -1,3 +1,5 @@
|
|||
mod chat_message_header;
|
||||
mod composer;
|
||||
|
||||
pub use chat_message_header::*;
|
||||
pub use composer::*;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue