Tool
Defined in the Tools module.Rust AI Agent SDK Trait for tools that can be used by agents This trait defines the interface for tools. Tools can be created using the
#[tool] macro or by implementing this trait directly.
Methods
name
description
parameters_schema
execute
| Name | Type |
|---|---|
args | Value |

