pub fn send_completion_error(
ui_tx: &UnboundedSender<AutochatUiEvent>,
err: Error,
)Expand description
Notify the UI that completion failed.
pub fn send_completion_error(
ui_tx: &UnboundedSender<AutochatUiEvent>,
err: Error,
)Notify the UI that completion failed.