diff --git a/src/Patterns/dictionary.json b/src/Patterns/dictionary.json index 931a3f4fa3f..ee68e302842 100644 --- a/src/Patterns/dictionary.json +++ b/src/Patterns/dictionary.json @@ -132,33 +132,33 @@ "titles": [ { "default": "New in: 3-in-1 parka", - "ai_prompt": "An impact phrase that advertises the displayed product: {image.0}" + "ai_prompt": "An impact phrase that advertises the displayed product: {image.0}. The title must have less than 30 characters" }, { "default": "Waterproof Membrane", - "ai_prompt": "A title describing the first displayed product feature" + "ai_prompt": "A title describing the first displayed product feature. The title must have only 2 or 3 words." }, { "default": "Expert Craftsmanship", - "ai_prompt": "A title describing the second displayed product feature" + "ai_prompt": "A title describing the second displayed product feature. The title must have only 2 or 3 words." }, { "default": "Durable Fabric", - "ai_prompt": "A title describing the third displayed product feature" + "ai_prompt": "A title describing the third displayed product feature. The title must have only 2 or 3 words." } ], "descriptions": [ { "default": "Never worry about the weather again. Keep yourself dry, warm, and looking stylish.", - "ai_prompt": "A description of the first displayed product feature" + "ai_prompt": "A description of the first displayed product feature. The description must have less than 120 characters." }, { "default": "Our products are made with expert craftsmanship and attention to detail.", - "ai_prompt": "A description of the second displayed product feature" + "ai_prompt": "A description of the second displayed product feature. The description must have less than 120 characters." }, { "default": "We use only the highest-quality materials in our products, ensuring that they look great.", - "ai_prompt": "A description of the third displayed product feature" + "ai_prompt": "A description of the third displayed product feature. The description must have less than 120 characters." } ] }