pub struct EchoAgent { /* private fields */ }
Expand description
Simple echo agent that forwards a fixed prompt to a model.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for EchoAgent
impl !RefUnwindSafe for EchoAgent
impl Send for EchoAgent
impl Sync for EchoAgent
impl Unpin for EchoAgent
impl !UnwindSafe for EchoAgent
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