pub enum EffortLevel {
Low,
Medium,
High,
}Expand description
Agent effort level (influences thoroughness and token usage).
Variants§
Trait Implementations§
Source§impl Clone for EffortLevel
impl Clone for EffortLevel
Source§fn clone(&self) -> EffortLevel
fn clone(&self) -> EffortLevel
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for EffortLevel
impl Debug for EffortLevel
impl Copy for EffortLevel
Auto Trait Implementations§
impl Freeze for EffortLevel
impl RefUnwindSafe for EffortLevel
impl Send for EffortLevel
impl Sync for EffortLevel
impl Unpin for EffortLevel
impl UnsafeUnpin for EffortLevel
impl UnwindSafe for EffortLevel
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