pub struct SummarizationAgent { /* private fields */ }Expand description
Agent responsible for generating the final answer.
This agent reviews the context, plan, and history to synthesize a complete answer to the user’s original query.
Implementations§
Trait Implementations§
Source§impl BaseAsyncAgent for SummarizationAgent
impl BaseAsyncAgent for SummarizationAgent
Auto Trait Implementations§
impl Freeze for SummarizationAgent
impl !RefUnwindSafe for SummarizationAgent
impl Send for SummarizationAgent
impl Sync for SummarizationAgent
impl Unpin for SummarizationAgent
impl !UnwindSafe for SummarizationAgent
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