@override String? streamOutputFormatter(Map x) { return x['candidates']?[0]?['content']?['parts']?[0]?['text']; }