pub struct ReadFileTool;
Expand description
Read file tool - reads the contents of a file
Trait Implementations§
Source§impl Tool for ReadFileTool
impl Tool for ReadFileTool
Source§fn schema(&self) -> ToolSchema
fn schema(&self) -> ToolSchema
Returns the schema definition for this tool
Auto Trait Implementations§
impl Freeze for ReadFileTool
impl RefUnwindSafe for ReadFileTool
impl Send for ReadFileTool
impl Sync for ReadFileTool
impl Unpin for ReadFileTool
impl UnwindSafe for ReadFileTool
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