inputSchema property

  1. @override
Map<String, String> get inputSchema
override

Schema of expected input keys and their descriptions.

Implementation

@override
Map<String, String> get inputSchema => {
      'path': 'Absolute or relative path to the file.',
      'content': 'Text content to write.',
    };