Tool constructor
const
Tool({})
Creates a Tool annotation.
name - Optional custom tool name (defaults to method name).
description - Human-readable description of the tool's purpose.
icons - Optional list of icon URLs for visual identification.
execution - Deprecated, will be implemented in a future version.
Implementation
const Tool({this.name, this.description, this.icons, this.execution});