Spaces:
Sleeping
Sleeping
Update formulas.py
Browse files- formulas.py +0 -13
formulas.py
CHANGED
@@ -171,19 +171,6 @@ Create a compelling offer following the formula structure exactly.
|
|
171 |
|
172 |
return instruction
|
173 |
|
174 |
-
def generate_complete_offer(avatar_description, product_name, selected_formula_name, include_bonuses=True):
|
175 |
-
"""
|
176 |
-
Generates a complete offer including the main offer and optional bonuses.
|
177 |
-
|
178 |
-
Args:
|
179 |
-
avatar_description: Description of the target audience
|
180 |
-
product_name: Name of the product or service
|
181 |
-
selected_formula_name: Name of the formula to use
|
182 |
-
include_bonuses: Whether to include bonuses in the offer
|
183 |
-
|
184 |
-
Returns:
|
185 |
-
dict: Instructions for generating the complete offer
|
186 |
-
"""
|
187 |
# Create main offer instruction
|
188 |
main_offer_instruction = create_offer_instruction(avatar_description, product_name, selected_formula_name)
|
189 |
|
|
|
171 |
|
172 |
return instruction
|
173 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
174 |
# Create main offer instruction
|
175 |
main_offer_instruction = create_offer_instruction(avatar_description, product_name, selected_formula_name)
|
176 |
|