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 => {
      'task_name': 'Descriptive name for the task.',
      'delay_seconds': 'Number of seconds to wait before the task fires.',
    };