pub struct Reflector { /* private fields */ }Expand description
Turns interventions into reflections with one model call each.
Mirrors crate::eval::Judge: bare provider, no tools, no history.
Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for Reflector
impl !UnwindSafe for Reflector
impl Freeze for Reflector
impl Send for Reflector
impl Sync for Reflector
impl Unpin for Reflector
impl UnsafeUnpin for Reflector
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