@override Future<Map<String, dynamic>> process() async { return { 'id': hashCode.toString(), 'type': 'prompt_output', 'version': version, }; }