@override Map<String, dynamic> toJson() => { 'type': 'text', 'text': text, if (providerOptions != null) 'provider_options': providerOptions, };