Skip to main content

Module macro_tools

Module macro_tools 

Source
Expand description

Tools defined using the derive macro

This module demonstrates how to create tools using the #[derive(Tool)] macro for minimal boilerplate.

Structsยง

ComputeSumTool
EchoTool
A simple echo tool that returns the input message
GetWeatherTool
GreetTool
A greeting tool that generates personalized greetings
LookupWordTool
SayHelloTool
TransformTextTool
A text transformation tool