name property
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;
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).
final String? name;