fork conversation from a previous message (#2575)
This can be the underlying logic in order to start a conversation from a previous message. will need some love in the UI. Base for building this: #2588
This commit is contained in:
@@ -839,6 +839,7 @@ impl ChatWidget {
|
||||
self.on_background_event(message)
|
||||
}
|
||||
EventMsg::StreamError(StreamErrorEvent { message }) => self.on_stream_error(message),
|
||||
EventMsg::ConversationHistory(_) => {}
|
||||
}
|
||||
// Coalesce redraws: issue at most one after handling the event
|
||||
if self.needs_redraw {
|
||||
|
||||
Reference in New Issue
Block a user