Skip to main content

compact_history

Function compact_history 

Source
pub fn compact_history(
    history: &[ChatMessage],
    existing_summary: Option<&str>,
    config: CompactionConfig,
    anchor_index: Option<usize>,
) -> CompactionResult