assistant2: Style messages (#21191)

This PR styles the messages in `assistant2` so they don't look quite as
rough:

<img width="1138" alt="Screenshot 2024-11-25 at 8 36 32 PM"
src="https://github.com/user-attachments/assets/9cc423fa-feff-4c69-9d2b-d28970559547">

Release Notes:

- N/A
This commit is contained in:
Marshall Bowers 2024-11-25 20:49:03 -05:00 committed by GitHub
parent f059b6a24b
commit 7e418cc8af
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 37 additions and 12 deletions

View file

@ -18,7 +18,7 @@ pub enum RequestKind {
}
/// A message in a [`Thread`].
#[derive(Debug)]
#[derive(Debug, Clone)]
pub struct Message {
pub role: Role,
pub text: String,