pub struct ExtractionPolicy {
pub min_length: usize,
pub include_tool_results: bool,
pub include_questions: bool,
}Fields§
§min_length: usize§include_tool_results: bool§include_questions: boolTrait Implementations§
Auto Trait Implementations§
impl Freeze for ExtractionPolicy
impl RefUnwindSafe for ExtractionPolicy
impl Send for ExtractionPolicy
impl Sync for ExtractionPolicy
impl Unpin for ExtractionPolicy
impl UnsafeUnpin for ExtractionPolicy
impl UnwindSafe for ExtractionPolicy
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