pub enum ThinkingLevel {
Minimal,
Low,
Medium,
High,
}Expand description
Maximum model reasoning depth.
Variants§
Minimal
Little to no reasoning; supported by Flash-Lite but not Pro.
Low
Low reasoning depth.
Medium
Medium reasoning depth.
High
High reasoning depth.
Trait Implementations§
Source§impl Clone for ThinkingLevel
impl Clone for ThinkingLevel
Source§fn clone(&self) -> ThinkingLevel
fn clone(&self) -> ThinkingLevel
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 moreimpl Copy for ThinkingLevel
Source§impl Debug for ThinkingLevel
impl Debug for ThinkingLevel
impl Eq for ThinkingLevel
Source§impl Hash for ThinkingLevel
impl Hash for ThinkingLevel
Source§impl PartialEq for ThinkingLevel
impl PartialEq for ThinkingLevel
impl StructuralPartialEq for ThinkingLevel
Auto Trait Implementations§
impl Freeze for ThinkingLevel
impl RefUnwindSafe for ThinkingLevel
impl Send for ThinkingLevel
impl Sync for ThinkingLevel
impl Unpin for ThinkingLevel
impl UnsafeUnpin for ThinkingLevel
impl UnwindSafe for ThinkingLevel
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