Prompt:
Resuma as resenhas abaixo, delimitadas por aspas, em no máximo 30 palavras
Traduza os resumos para português
Para cada resumo:
Crie uma lista com os pontos fortes do produto
Crie uma lista com os pontos fracos do produto
Defina qual é o sentimento do resumo: positivo, neutro ou negativo?
Ao final:
Gere uma saída em JSON, contendo 5 chaves: um ID para cada resumo, o resumo, a lista de pontos fortes, a lista de pontos fracos, o sentimento.
Resenhas:
"""" 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. """"
Resumos.
Resposta:
[
{
"id": 1,
"resumo": "A air fryer funciona muito bem e prepara alimentos saborosos, mas a grelha é difícil de limpar e parece insegura ao despejar alimentos.",
"pontos_fortes": [
"Boa performance no preparo",
"Alimentos ficam saborosos",
"Cesto fácil de limpar"
],
"pontos_fracos": [
"Grelha difícil de limpar",
"Muitas frestas acumulam comida",
"Grelha parece insegura ao retirar alimentos"
],
"sentimento": "positivo"
},
{
"id": 2,
"resumo": "A air fryer funciona bem inicialmente, mas o cabo quebra facilmente devido ao suporte plástico frágil, tornando o aparelho inutilizável.",
"pontos_fortes": [
"Bom funcionamento inicial"
],
"pontos_fracos": [
"Cabo quebra facilmente",
"Suporte plástico frágil",
"Estrutura pouco resistente",
"Produto se torna inutilizável"
],
"sentimento": "negativo"
},
{
"id": 3,
"resumo": "A fritadeira é bonita e fácil de usar, porém difícil de ajustar o cozimento. Alguns alimentos ficaram perfeitos, outros crus ou passados.",
"pontos_fortes": [
"Design moderno",
"Fácil de usar",
"Botões iluminados",
"Batatas ficaram perfeitas",
"Mantém os alimentos quentes"
],
"pontos_fracos": [
"Difícil ajustar o cozimento",
"Funções confusas",
"Resultados inconsistentes",
"Compra maior precisou ser feita fora da Amazon"
],
"sentimento": "neutro"
}
]