PROMPT:
Uma empresa que fabrica air-fryers está interessada em entender as opiniões das pessoas consumidora sobre o desempenho do produto e as suas funcionalidades. Sua tarefa será analisar as seguintes resenhas de pessoas que compraram o produto em uma loja online americana.
Um resumo em português com no máximo 30 palavras;
Uma lista com os pontos fortes do aparelho;
Uma lista com os pontos fracos do aparelho;
O sentimento final da pessoa em relação ao produto, ou seja, se o sentimento é 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."""
O resultado precisa conter as 5 chaves abaixo e ser em JSON, para que os dados sejam utilizados para análises posteriores.
ID da resenha
Resumo
Lista de pontos fortes
Lista de pontos fracos
Sentimento
RESULTADO:
[
{
"ID da resenha": 1,
"Resumo": "A air-fryer funciona muito bem e prepara alimentos saborosos, mas a grade interna é difícil de limpar e parece insegura ao retirar alimentos.",
"Lista de pontos fortes": [
"Funciona muito bem",
"Hambúrgueres ficaram saborosos",
"Cesto fácil de limpar",
"Boa performance no preparo"
],
"Lista de pontos fracos": [
"Grade difícil de limpar",
"Acúmulo de comida nas frestas",
"Grade parece solta ao despejar alimentos"
],
"Sentimento": "positivo"
},
{
"ID da resenha": 2,
"Resumo": "A air-fryer funciona bem inicialmente, mas o cabo quebra facilmente devido à estrutura frágil de fixação, tornando o aparelho inutilizável.",
"Lista de pontos fortes": [
"Bom funcionamento inicial"
],
"Lista de pontos fracos": [
"Cabo quebra facilmente",
"Estrutura plástica frágil",
"Fixação com poucos parafusos",
"Produto fica inutilizável após defeito"
],
"Sentimento": "negativo"
},
{
"ID da resenha": 3,
"Resumo": "A air-fryer é bonita e fácil de usar, mas possui dificuldade nos ajustes de preparo. Apesar disso, o usuário gostou tanto que comprou uma versão maior.",
"Lista de pontos fortes": [
"Fácil de usar",
"Design moderno",
"Botões iluminados",
"Batatas ficaram perfeitas",
"Mantém os alimentos quentes",
"Boa experiência geral"
],
"Lista de pontos fracos": [
"Difícil ajustar tempo e preparo",
"Botão de frutos do mar confuso",
"Alimentos cozinham de forma desigual",
"Necessidade de tentativa e erro"
],
"Sentimento": "positivo"
}
]