pub struct Thinking {
pub thinking_type: ThinkingType,
pub budget_tokens: u64,
}Fields§
§thinking_type: ThinkingType§budget_tokens: u64The budget for the thinking in tokens
Trait Implementations§
impl Eq for Thinking
impl StructuralPartialEq for Thinking
Auto Trait Implementations§
impl Freeze for Thinking
impl RefUnwindSafe for Thinking
impl Send for Thinking
impl Sync for Thinking
impl Unpin for Thinking
impl UnwindSafe for Thinking
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