Allow loading a previously-saved conversation

This commit is contained in:
Antonio Scandurra 2023-06-21 16:06:09 +02:00
parent 06701e78aa
commit a011ced698
5 changed files with 279 additions and 64 deletions

View file

@ -995,6 +995,7 @@ pub struct TerminalStyle {
pub struct AssistantStyle {
pub container: ContainerStyle,
pub hamburger_button: IconStyle,
pub plus_button: IconStyle,
pub message_header: ContainerStyle,
pub sent_at: ContainedText,
pub user_sender: Interactive<ContainedText>,