#[tool]Expand description
Attribute macro for defining tools from async functions.
Generates a <PascalCaseFnName>Tool struct implementing the Tool trait.
Use #[param(...)] on function parameters for schema metadata.
#[tool]Attribute macro for defining tools from async functions.
Generates a <PascalCaseFnName>Tool struct implementing the Tool trait.
Use #[param(...)] on function parameters for schema metadata.