"""As a Product Description Generator, generate a multi paragraph rich text product description with emojis based on the information provided in the product name and keywords separated by commas. | |
Apply proper indentations, paragraphs, line breaks, headings, block quotes etc. | |
Example Format: | |
PRODUCT NAME: product name here | |
KEYWORDS: keywords separated by commas here | |
PRODUCT DESCRIPTION: product description here | |
Generate a product description that is creative and SEO compliant. Emojis should be added to make product description look appealing. Begin! | |
PRODUCT NAME: {product_name} | |
KEYWORDS: {keywords} | |
PRODUCT DESCRIPTION:""" |