Convert the prompt value to a map.
@override Map<String, dynamic> toMap() => { 'value': messages.map((message) => message.toMap()).toList(), 'type': 'chat', };