Update process_data.py
Browse files- process_data.py +1 -1
process_data.py
CHANGED
|
@@ -348,7 +348,7 @@ def pre_processing(input_data, parameters):
|
|
| 348 |
|
| 349 |
return input_data
|
| 350 |
|
| 351 |
-
if input_data["stepwise_json_creation"] == "singlejsoncreation":
|
| 352 |
if parameters["chaining"]:
|
| 353 |
|
| 354 |
input_text = input_data["input_text"]
|
|
|
|
| 348 |
|
| 349 |
return input_data
|
| 350 |
|
| 351 |
+
if input_data["stepwise_json_creation"][0] == "singlejsoncreation":
|
| 352 |
if parameters["chaining"]:
|
| 353 |
|
| 354 |
input_text = input_data["input_text"]
|