factory ChatTemplateOutput.fromMap(Map<String, dynamic> map) { return ChatTemplateOutput(map['formattedText'] as String); }