pub struct ReadTool { /* private fields */ }Expand description
read — read a file from the sandbox, bounded by line/byte limits.
Implementations§
Trait Implementations§
Source§impl Tool for ReadTool
impl Tool for ReadTool
Source§fn definition(&self) -> ToolDefinition
fn definition(&self) -> ToolDefinition
The static definition (name/schema/description).
Auto Trait Implementations§
impl !RefUnwindSafe for ReadTool
impl !UnwindSafe for ReadTool
impl Freeze for ReadTool
impl Send for ReadTool
impl Sync for ReadTool
impl Unpin for ReadTool
impl UnsafeUnpin for ReadTool
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