getAllToolNames function

List<String> getAllToolNames()

Get tool names.

Implementation

List<String> getAllToolNames() => _schemas.keys.toList();