pub struct RetrieveOptions {
pub apply_decomposed_score_filter: bool,
pub process_groups: ProcessGroupsOptions,
}Expand description
Options for retrieve_core and retrieve_tools_from_catalog.
Fields§
§apply_decomposed_score_filter: boolDrop low-score decomposed json entries before grouping.
process_groups: ProcessGroupsOptionsEnum preservation and optional-tool pruning for merged schemas.
Trait Implementations§
Source§impl Clone for RetrieveOptions
impl Clone for RetrieveOptions
Source§fn clone(&self) -> RetrieveOptions
fn clone(&self) -> RetrieveOptions
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 moreSource§impl Debug for RetrieveOptions
impl Debug for RetrieveOptions
Source§impl Default for RetrieveOptions
impl Default for RetrieveOptions
Source§fn default() -> RetrieveOptions
fn default() -> RetrieveOptions
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for RetrieveOptions
impl RefUnwindSafe for RetrieveOptions
impl Send for RetrieveOptions
impl Sync for RetrieveOptions
impl Unpin for RetrieveOptions
impl UnsafeUnpin for RetrieveOptions
impl UnwindSafe for RetrieveOptions
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