pub struct ToolUsageSection;Expand description
General tool-selection and parallelism guidance.
Trait Implementations§
Source§impl PromptSection for ToolUsageSection
impl PromptSection for ToolUsageSection
Auto Trait Implementations§
impl Freeze for ToolUsageSection
impl RefUnwindSafe for ToolUsageSection
impl Send for ToolUsageSection
impl Sync for ToolUsageSection
impl Unpin for ToolUsageSection
impl UnsafeUnpin for ToolUsageSection
impl UnwindSafe for ToolUsageSection
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