pub struct WithTools;Expand description
Marker: at least one tool has been added via AgentConfig::allow_tool.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for WithTools
impl RefUnwindSafe for WithTools
impl Send for WithTools
impl Sync for WithTools
impl Unpin for WithTools
impl UnsafeUnpin for WithTools
impl UnwindSafe for WithTools
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