Update script_for_automation.py
Browse files- script_for_automation.py +2 -0
script_for_automation.py
CHANGED
|
@@ -303,6 +303,8 @@ def get_data_ready(recipe_dict, input_data_piece):
|
|
| 303 |
#
|
| 304 |
print("GETTING DATA READY")
|
| 305 |
processed_data = {}
|
|
|
|
|
|
|
| 306 |
processed_data["input_style"] = 'big-block-input-text'
|
| 307 |
processed_data["input_text"] = input_data_piece
|
| 308 |
processed_data["prompts"]["firstschemaprompt"] = recipe_dict["plantings_and_fields_prompt"]
|
|
|
|
| 303 |
#
|
| 304 |
print("GETTING DATA READY")
|
| 305 |
processed_data = {}
|
| 306 |
+
processed_data["prompts"] = {}
|
| 307 |
+
|
| 308 |
processed_data["input_style"] = 'big-block-input-text'
|
| 309 |
processed_data["input_text"] = input_data_piece
|
| 310 |
processed_data["prompts"]["firstschemaprompt"] = recipe_dict["plantings_and_fields_prompt"]
|