pub struct ContextManagementOptions {
pub has_thinking: bool,
pub is_redact_thinking_active: bool,
pub clear_all_thinking: bool,
}Expand description
Options for API context management
Fields§
§has_thinking: bool§is_redact_thinking_active: bool§clear_all_thinking: boolTrait Implementations§
Auto Trait Implementations§
impl Freeze for ContextManagementOptions
impl RefUnwindSafe for ContextManagementOptions
impl Send for ContextManagementOptions
impl Sync for ContextManagementOptions
impl Unpin for ContextManagementOptions
impl UnsafeUnpin for ContextManagementOptions
impl UnwindSafe for ContextManagementOptions
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