JeCabrera commited on
Commit
2d5e03c
·
verified ·
1 Parent(s): 377d493

Update prompts.py

Browse files
Files changed (1) hide show
  1. prompts.py +5 -3
prompts.py CHANGED
@@ -170,8 +170,8 @@ def create_instruction(product_service, skills):
170
  f"Create a detailed buyer persona for someone who would be interested in {product_service} "
171
  f"and would resonate with my skills in {skills}. Focus on identifying the ideal customer "
172
  f"who would value both the offering and my expertise.\n\n"
173
- f"Follow the format specified in the [FORMAT] section and ensure the profile "
174
- f"addresses all aspects: demographics, psychographics, problems, needs, "
175
  f"purchase behavior, and decision-making process.\n\n"
176
  f"Make sure to:\n"
177
  f"1. Define clear demographic and psychographic characteristics\n"
@@ -180,5 +180,7 @@ def create_instruction(product_service, skills):
180
  f"4. Detail their purchasing power and investment willingness\n"
181
  f"5. Explain their motivations and desires\n\n"
182
  f"Use the [WHAT WE REALLY WANT] section to inform the deeper motivations "
183
- f"and desires of the persona."
 
 
184
  )
 
170
  f"Create a detailed buyer persona for someone who would be interested in {product_service} "
171
  f"and would resonate with my skills in {skills}. Focus on identifying the ideal customer "
172
  f"who would value both the offering and my expertise.\n\n"
173
+ f"Follow the format specified in the [FORMAT] section and use the [EXAMPLE] as your base format. "
174
+ f"Ensure the profile addresses all aspects: demographics, psychographics, problems, needs, "
175
  f"purchase behavior, and decision-making process.\n\n"
176
  f"Make sure to:\n"
177
  f"1. Define clear demographic and psychographic characteristics\n"
 
180
  f"4. Detail their purchasing power and investment willingness\n"
181
  f"5. Explain their motivations and desires\n\n"
182
  f"Use the [WHAT WE REALLY WANT] section to inform the deeper motivations "
183
+ f"and desires of the persona.\n\n"
184
+ f"IMPORTANT: Provide ONLY the buyer persona profile without any additional analysis, "
185
+ f"explanations, or commentary. Return just the avatar following the example format."
186
  )