Skip to main content

invert

Function invert 

Source
pub fn invert(
    reduced: &[ChatMessage],
    log: &ReductionLog,
    sidecar_session: &Session,
) -> Result<Vec<ChatMessage>, Error>
Expand description

Reconstruct a full view from a reduced view and sidecar session.