Skip to main content

Module tool

Module tool 

Source

Structs§

CalculatorTool
Example: Calculator tool for simple math
EchoTool
Example: Echo tool that returns its input
NativeTool
A native (in-memory) tool implemented as a Rust async function
ToolRegistry
Registry for managing tools

Traits§

Tool
Tool trait that all tools must implement