pub struct LlmSummarizingCondenser { /* private fields */ }Expand description
Summarizes older messages using an LLM, keeping recent messages intact.
Implementations§
Trait Implementations§
Source§impl Condenser for LlmSummarizingCondenser
impl Condenser for LlmSummarizingCondenser
Auto Trait Implementations§
impl Freeze for LlmSummarizingCondenser
impl !RefUnwindSafe for LlmSummarizingCondenser
impl Send for LlmSummarizingCondenser
impl Sync for LlmSummarizingCondenser
impl Unpin for LlmSummarizingCondenser
impl UnsafeUnpin for LlmSummarizingCondenser
impl !UnwindSafe for LlmSummarizingCondenser
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more