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