Skip to main content

invert_one

Function invert_one 

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

Rehydrate one reduction by id against a sidecar session.