name property

String? name
final

The name of the tool. If not provided, it will be generated from the class name by converting PascalCase to snake_case (e.g., GetWeatherModel -> get_weather_model).

Implementation

final String? name;