Prompt utilizado com base nas dicas do instrutor
1 - Resuma as resenhas abaixo, delimitadas por aspas, em no máximo 30 palavras
2 - Traduza os resumos para português
Monte uma tabela comparativa>
3 - Crie uma lista com os pontos fortes do produto
4 - Crie uma lista com os pontos fracos do produto
5 - Defina qual é o sentimento do resumo: positivo, neutro ou negativo?
Ao final:
6 - 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
JSON
[
{
"id": 1,
"resumo": "A air fryer cozinha bem e faz comidas saborosas, mas a grade é difícil de limpar e parece instável ao retirar alimentos.",
"pontos_fortes": [
"Boa qualidade no preparo",
"Hambúrgueres saborosos",
"Cesta fácil de limpar"
],
"pontos_fracos": [
"Grade difícil de limpar",
"Risco da grade cair ao despejar alimentos"
],
"sentimento": "positivo"
},
{
"id": 2,
"resumo": "A air fryer funciona inicialmente, mas o design frágil da alça quebra facilmente, tornando o produto inutilizável.",
"pontos_fortes": [
"Funciona bem no início"
],
"pontos_fracos": [
"Alça frágil",
"Peça plástica quebra",
"Produto perde utilidade rapidamente"
],
"sentimento": "negativo"
},
{
"id": 3,
"resumo": "Air fryer moderna e fácil de usar, com ótimos resultados em alguns alimentos, mas os tempos de preparo são confusos e inconsistentes para iniciantes.",
"pontos_fortes": [
"Design moderno",
"Botões iluminados",
"Alimentos crocantes",
"Fácil de usar"
],
"pontos_fracos": [
"Dificuldade para ajustar preparo",
"Cozimento inconsistente",
"Compra da versão maior fora da Amazon"
],
"sentimento": "neutro"
}
]