toolsJsonDescription property
String
get
toolsJsonDescription
The tools description for all tools.
Implementation
String get toolsJsonDescription => jsonEncode(
_tools.values
.map((tool) => tool.getToolDescription())
.toList(growable: false),
);