pub struct NativeThinkingParams {
pub budget_tokens: u32,
}Expand description
Parameters for native extended thinking support.
Fields§
§budget_tokens: u32Trait Implementations§
Source§impl Clone for NativeThinkingParams
impl Clone for NativeThinkingParams
Source§fn clone(&self) -> NativeThinkingParams
fn clone(&self) -> NativeThinkingParams
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 NativeThinkingParams
impl Debug for NativeThinkingParams
Source§impl PartialEq for NativeThinkingParams
impl PartialEq for NativeThinkingParams
impl Copy for NativeThinkingParams
impl Eq for NativeThinkingParams
impl StructuralPartialEq for NativeThinkingParams
Auto Trait Implementations§
impl Freeze for NativeThinkingParams
impl RefUnwindSafe for NativeThinkingParams
impl Send for NativeThinkingParams
impl Sync for NativeThinkingParams
impl Unpin for NativeThinkingParams
impl UnsafeUnpin for NativeThinkingParams
impl UnwindSafe for NativeThinkingParams
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