pub struct ErasedAdapter<T: TypedTool> { /* private fields */ }Expand description
Implementations§
Trait Implementations§
Source§impl<T: TypedTool> Tool for ErasedAdapter<T>
impl<T: TypedTool> Tool for ErasedAdapter<T>
Source§fn description(&self) -> &str
fn description(&self) -> &str
Human-readable description sent to the model as part of the tool list.
This is the primary steering mechanism for tool selection.
Auto Trait Implementations§
impl<T> Freeze for ErasedAdapter<T>where
T: Freeze,
impl<T> RefUnwindSafe for ErasedAdapter<T>where
T: RefUnwindSafe,
impl<T> Send for ErasedAdapter<T>
impl<T> Sync for ErasedAdapter<T>
impl<T> Unpin for ErasedAdapter<T>where
T: Unpin,
impl<T> UnsafeUnpin for ErasedAdapter<T>where
T: UnsafeUnpin,
impl<T> UnwindSafe for ErasedAdapter<T>where
T: UnwindSafe,
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