getAllToolSchemas function

Map<String, Map<String, dynamic>> getAllToolSchemas()

Get all tool schemas.

Implementation

Map<String, Map<String, dynamic>> getAllToolSchemas() =>
    Map.unmodifiable(_schemas);