Update script_for_automation.py
Browse files- script_for_automation.py +8 -8
script_for_automation.py
CHANGED
|
@@ -161,14 +161,14 @@ def get_recipes():
|
|
| 161 |
recipe_dict = {
|
| 162 |
"recipe_id": recipe_id,
|
| 163 |
"testing_strategy_text": testing_strategy_text,
|
| 164 |
-
"schema_processing_model"
|
| 165 |
-
"pre_processing_strategy"
|
| 166 |
-
"pre_processing_text"
|
| 167 |
-
"pre_processing_model"
|
| 168 |
-
"prompting_strategy"
|
| 169 |
-
"plantings_and_fields_prompt"
|
| 170 |
-
"interactions_prompt"
|
| 171 |
-
"treatments_prompt"
|
| 172 |
}
|
| 173 |
|
| 174 |
my_recipes.append(recipe_dict)
|
|
|
|
| 161 |
recipe_dict = {
|
| 162 |
"recipe_id": recipe_id,
|
| 163 |
"testing_strategy_text": testing_strategy_text,
|
| 164 |
+
"schema_processing_model": schema_processing_model,
|
| 165 |
+
"pre_processing_strategy": pre_processing_strategy,
|
| 166 |
+
"pre_processing_text": pre_processing_text,
|
| 167 |
+
"pre_processing_model": pre_processing_model,
|
| 168 |
+
"prompting_strategy": prompting_strategy,
|
| 169 |
+
"plantings_and_fields_prompt": plantings_and_fields_prompt,
|
| 170 |
+
"interactions_prompt": interactions_prompt,
|
| 171 |
+
"treatments_prompt": treatments_prompt
|
| 172 |
}
|
| 173 |
|
| 174 |
my_recipes.append(recipe_dict)
|