Update script_for_automation.py
Browse files- script_for_automation.py +3 -3
script_for_automation.py
CHANGED
|
@@ -470,9 +470,9 @@ def drive_process():
|
|
| 470 |
"Interactions_Prompt": recipe_dict.get("interactions_prompt", "N/A"),
|
| 471 |
"Treatments_Prompt": recipe_dict.get("treatments_prompt", "N/A"),
|
| 472 |
"Input_Transcript": input_data,
|
| 473 |
-
"Gold_Standard_Key_Values":
|
| 474 |
-
"Machine_Generated_Key_Values":
|
| 475 |
-
"Differences":
|
| 476 |
"Gold_Standard_YAML": gold_standard_yaml,
|
| 477 |
"Machine_Generated_YAML": comparison_yaml
|
| 478 |
})
|
|
|
|
| 470 |
"Interactions_Prompt": recipe_dict.get("interactions_prompt", "N/A"),
|
| 471 |
"Treatments_Prompt": recipe_dict.get("treatments_prompt", "N/A"),
|
| 472 |
"Input_Transcript": input_data,
|
| 473 |
+
"Gold_Standard_Key_Values": gold_standard_json,
|
| 474 |
+
"Machine_Generated_Key_Values": completed_json,
|
| 475 |
+
"Differences": differences,
|
| 476 |
"Gold_Standard_YAML": gold_standard_yaml,
|
| 477 |
"Machine_Generated_YAML": comparison_yaml
|
| 478 |
})
|