Converts ChatHistory to JSON
Map<String, dynamic> toJson() => { 'messages': messages.map((message) => message.toJson()).toList(), };