JeCabrera commited on
Commit
c8947f1
·
verified ·
1 Parent(s): f694b28

Update prompts.py

Browse files
Files changed (1) hide show
  1. prompts.py +1 -1
prompts.py CHANGED
@@ -17,7 +17,7 @@ CRITICAL OUTPUT RULES:
17
  - Do not add any characters that could trigger text box formatting
18
  """
19
 
20
- def create_offer_instruction(target_audience, product_name, selected_formula_name, file_content=""):
21
  """
22
  Creates instructions for generating an offer based on the selected formula.
23
 
 
17
  - Do not add any characters that could trigger text box formatting
18
  """
19
 
20
+ def create_offer_instruction(target_audience, product_name, selected_formula_name, file_content="", skills=""):
21
  """
22
  Creates instructions for generating an offer based on the selected formula.
23