@override Map<String, dynamic> toJson() => { 'type': 'input_image', 'detail': detail.toJson(), if (imageUrl != null) 'image_url': imageUrl, if (fileId != null) 'file_id': fileId, };