factory Prompt.fromJson(Map<String, dynamic> json) { return Prompt( json['act'] as String, json['prompt'] as String, ); }