pub struct WriteTodosTool;
Expand description
Write todos tool - updates the agent’s todo list
Trait Implementations§
Source§impl Tool for WriteTodosTool
impl Tool for WriteTodosTool
Source§fn schema(&self) -> ToolSchema
fn schema(&self) -> ToolSchema
Returns the schema definition for this tool
Auto Trait Implementations§
impl Freeze for WriteTodosTool
impl RefUnwindSafe for WriteTodosTool
impl Send for WriteTodosTool
impl Sync for WriteTodosTool
impl Unpin for WriteTodosTool
impl UnwindSafe for WriteTodosTool
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