//Prompt utilizado
Resuma em português com um máximo de 30 palavras as resenhas a seguir, ressaltando:
- Uma lista com pontos fortes do aparelho
- Uma lista com pontos fracos do aparelho
- Sentimento final das pessoas em relação ao produto: Classifique cada resenha como Positivo, Neutro ou Negativo
"""
Resenha 1: I use the air fryer a lot. It works very well. I made hamburgers in it last night, the were wonderful! The rack you put the food on is a little hard to clean. It has lots of crevices that food gets in. The basket itself is very easy to clean. I also do not trust the rack not to fall out when dumping out food, like French fries.
Resenha 2: Air fryer works fine until the handle breaks off. There's only 3 screws that attach the handle to a plastic piece on the basket. The plastic piece breaks and the screws fall out so there's no way to attach the handle to the basket rendering the air fryer useless. If there were 4 screws or if the screws attached to metal the handle attachment would have been much more secure and less prone to breaking.
Resenha 3: Even though I returned it for the bigger one of the same company I liked the fryer. Ferry ez to use But hard to judge. Seafood button isn't fish and it was a guessing game how to cook the product. I way over cooked it and the chicken legs came out crispy, but the other side was raw. But, this is my first time using an air fryer so maybe it's me. Very sleek on the counter buttons light up real nice. I made tater tots and let me tell you they came out perfect and stayed hot. I like it so much that I returned this one and got the same company Bigger one. But I had to buy it from the place itself not from Amazon and I don't lie that at all. Hope this review helps."""
Traga as informações em formato de Saída JSON especificando 5 chaves
1 - ID da Resenha
2 - Resumo
3- Lista de pontos fortes
4 - Lista de pontos fracos
5- Sentimento
Resultado:
[
{
"ID da Resenha": 1,
"Resumo": "Air fryer eficiente e prática, com bons resultados no preparo. Limpeza da grade é difícil e há insegurança ao retirar alimentos.",
"Lista de pontos fortes": [
"Funciona muito bem",
"Hambúrgueres ficaram ótimos",
"Cesto fácil de limpar"
],
"Lista de pontos fracos": [
"Grade difícil de limpar",
"Resíduos acumulam nas frestas",
"Grade parece insegura ao despejar alimentos"
],
"Sentimento": "Positivo"
},
{
"ID da Resenha": 2,
"Resumo": "Air fryer funciona inicialmente, mas o cabo quebra facilmente, tornando o aparelho inutilizável devido à fragilidade da estrutura plástica.",
"Lista de pontos fortes": [
"Funciona bem no início"
],
"Lista de pontos fracos": [
"Cabo quebra facilmente",
"Estrutura plástica frágil",
"Parafusos se soltam",
"Produto fica inutilizável"
],
"Sentimento": "Negativo"
},
{
"ID da Resenha": 3,
"Resumo": "Produto bonito e fácil de usar, com bons resultados em alguns alimentos. Dificuldade no preparo correto levou à troca por modelo maior.",
"Lista de pontos fortes": [
"Design moderno",
"Fácil de usar",
"Botões iluminados",
"Batatas ficaram perfeitas e quentes"
],
"Lista de pontos fracos": [
"Difícil ajustar tempo de preparo",
"Botão de frutos do mar confuso",
"Frango ficou cru de um lado"
],
"Sentimento": "Neutro"
}
]