pub struct NotebookEditTool;Implementations§
Source§impl NotebookEditTool
impl NotebookEditTool
pub fn new() -> Self
pub fn name(&self) -> &str
pub fn description(&self) -> &str
pub fn input_schema(&self) -> ToolInputSchema
pub async fn execute( &self, input: Value, _context: &ToolContext, ) -> Result<ToolResult, AgentError>
Auto Trait Implementations§
impl Freeze for NotebookEditTool
impl RefUnwindSafe for NotebookEditTool
impl Send for NotebookEditTool
impl Sync for NotebookEditTool
impl Unpin for NotebookEditTool
impl UnsafeUnpin for NotebookEditTool
impl UnwindSafe for NotebookEditTool
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