pub enum AgentTier {
Quick,
General,
Thinking,
}Expand description
Agent tier
Variants§
Quick
Fast/cheap tier for simple tasks.
General
Default tier for typical development tasks.
Thinking
Highest reasoning tier for complex work.
Implementations§
Trait Implementations§
impl Copy for AgentTier
impl Eq for AgentTier
impl StructuralPartialEq for AgentTier
Auto Trait Implementations§
impl Freeze for AgentTier
impl RefUnwindSafe for AgentTier
impl Send for AgentTier
impl Sync for AgentTier
impl Unpin for AgentTier
impl UnwindSafe for AgentTier
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