pub struct OverflowTestTool;Expand description
Overflow test tool - placeholder for testing overflow behavior TypeScript exports null (feature-gated/not implemented)
Implementations§
Source§impl OverflowTestTool
impl OverflowTestTool
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>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for OverflowTestTool
impl RefUnwindSafe for OverflowTestTool
impl Send for OverflowTestTool
impl Sync for OverflowTestTool
impl Unpin for OverflowTestTool
impl UnsafeUnpin for OverflowTestTool
impl UnwindSafe for OverflowTestTool
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