Expand description
Tools defined using the derive macro
This module demonstrates how to create tools using the #[derive(Tool)] macro
for minimal boilerplate.
Structsยง
- Compute
SumTool - Echo
Tool - A simple echo tool that returns the input message
- GetWeather
Tool - Greet
Tool - A greeting tool that generates personalized greetings
- Lookup
Word Tool - SayHello
Tool - Transform
Text Tool - A text transformation tool