pub enum Trigger {
Steer,
Denial,
Followup,
Edit,
}Variants§
Steer
Text folded in beside tool results: the user redirected mid-run.
Denial
The approver refused a call the model wanted.
Followup
A later user turn that may be a correction — the reflector decides.
Edit
The user edited an outbox draft before releasing it. Not found in a
transcript at all: the outbox item records diff(staged, sent)
structurally, which is what makes writing corrections capturable
without any UI for them. These have no replayable intervention point,
so the counterfactual probe must skip them.
Implementations§
Trait Implementations§
impl Copy for Trigger
impl Eq for Trigger
impl StructuralPartialEq for Trigger
Auto Trait Implementations§
impl Freeze for Trigger
impl RefUnwindSafe for Trigger
impl Send for Trigger
impl Sync for Trigger
impl Unpin for Trigger
impl UnsafeUnpin for Trigger
impl UnwindSafe for Trigger
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.