pub struct MemCorrection {
pub correction_text: String,
}Expand description
A user correction projection used by context assembly.
Fields§
§correction_text: StringThe correction text to inject into the system prompt.
Trait Implementations§
Source§impl Clone for MemCorrection
impl Clone for MemCorrection
Source§fn clone(&self) -> MemCorrection
fn clone(&self) -> MemCorrection
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for MemCorrection
impl RefUnwindSafe for MemCorrection
impl Send for MemCorrection
impl Sync for MemCorrection
impl Unpin for MemCorrection
impl UnsafeUnpin for MemCorrection
impl UnwindSafe for MemCorrection
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