pub struct ListDirTool;Expand description
List directory entries.
Trait Implementations§
Source§impl Tool for ListDirTool
impl Tool for ListDirTool
Source§fn description(&self) -> &str
fn description(&self) -> &str
The built-in description. May be overridden via
crate::Config.Source§fn parameters(&self) -> Value
fn parameters(&self) -> Value
JSON Schema describing the tool’s input object.
Auto Trait Implementations§
impl Freeze for ListDirTool
impl RefUnwindSafe for ListDirTool
impl Send for ListDirTool
impl Sync for ListDirTool
impl Unpin for ListDirTool
impl UnsafeUnpin for ListDirTool
impl UnwindSafe for ListDirTool
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