From 77c2c226943b68dedeaf9c8bc384e4d9941e6e12 Mon Sep 17 00:00:00 2001 From: Ashad Date: Thu, 6 Jul 2023 17:28:59 +0500 Subject: [PATCH 1/2] doc updated --- LowCodeLLM/src/test/testcases/extend_workflow_test_cases.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LowCodeLLM/src/test/testcases/extend_workflow_test_cases.json b/LowCodeLLM/src/test/testcases/extend_workflow_test_cases.json index 57aad472..e46c877b 100644 --- a/LowCodeLLM/src/test/testcases/extend_workflow_test_cases.json +++ b/LowCodeLLM/src/test/testcases/extend_workflow_test_cases.json @@ -5,7 +5,7 @@ "step": "STEP 1" }, { - "task_prompt": "Write an bolg about Microsoft.", + "task_prompt": "Write an blog about Microsoft.", "current_workflow": "[{\"stepId\": \"STEP 1\", \"stepName\": \"Research\", \"stepDescription\": \"Gather information about Microsoft's history, products, and services\", \"jumpLogic\": [], \"extension\": []}, {\"stepId\": \"STEP 2\", \"stepName\": \"Analyze\", \"stepDescription\": \"Organize the gathered information into categories and identify key points\", \"jumpLogic\": [], \"extension\": []}, {\"stepId\": \"STEP 3\", \"stepName\": \"Outline\", \"stepDescription\": \"Create an outline based on the key points and categories\", \"jumpLogic\": [], \"extension\": []}, {\"stepId\": \"STEP 4\", \"stepName\": \"Write\", \"stepDescription\": \"Write a draft of the blog post using the outline as a guide\", \"jumpLogic\": [], \"extension\": []}, {\"stepId\": \"STEP 5\", \"stepName\": \"Edit\", \"stepDescription\": \"Review and revise the draft for clarity and accuracy\", \"jumpLogic\": [{\"Condition\": \"need for further editing\", \"Target\": \"STEP 4\"}], \"extension\": []}, {\"stepId\": \"STEP 6\", \"stepName\": \"Publish\", \"stepDescription\": \"Post the final version of the blog post on a suitable platform\", \"jumpLogic\": [], \"extension\": []}]", "step": "STEP 2" }, From 4e086f50ae7a145d69914031c44804fe8a0d82b5 Mon Sep 17 00:00:00 2001 From: Ashad Date: Thu, 6 Jul 2023 17:42:41 +0500 Subject: [PATCH 2/2] type updated --- LowCodeLLM/src/test/testcases/extend_workflow_test_cases.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LowCodeLLM/src/test/testcases/extend_workflow_test_cases.json b/LowCodeLLM/src/test/testcases/extend_workflow_test_cases.json index e46c877b..45576a08 100644 --- a/LowCodeLLM/src/test/testcases/extend_workflow_test_cases.json +++ b/LowCodeLLM/src/test/testcases/extend_workflow_test_cases.json @@ -5,7 +5,7 @@ "step": "STEP 1" }, { - "task_prompt": "Write an blog about Microsoft.", + "task_prompt": "Write a blog about Microsoft.", "current_workflow": "[{\"stepId\": \"STEP 1\", \"stepName\": \"Research\", \"stepDescription\": \"Gather information about Microsoft's history, products, and services\", \"jumpLogic\": [], \"extension\": []}, {\"stepId\": \"STEP 2\", \"stepName\": \"Analyze\", \"stepDescription\": \"Organize the gathered information into categories and identify key points\", \"jumpLogic\": [], \"extension\": []}, {\"stepId\": \"STEP 3\", \"stepName\": \"Outline\", \"stepDescription\": \"Create an outline based on the key points and categories\", \"jumpLogic\": [], \"extension\": []}, {\"stepId\": \"STEP 4\", \"stepName\": \"Write\", \"stepDescription\": \"Write a draft of the blog post using the outline as a guide\", \"jumpLogic\": [], \"extension\": []}, {\"stepId\": \"STEP 5\", \"stepName\": \"Edit\", \"stepDescription\": \"Review and revise the draft for clarity and accuracy\", \"jumpLogic\": [{\"Condition\": \"need for further editing\", \"Target\": \"STEP 4\"}], \"extension\": []}, {\"stepId\": \"STEP 6\", \"stepName\": \"Publish\", \"stepDescription\": \"Post the final version of the blog post on a suitable platform\", \"jumpLogic\": [], \"extension\": []}]", "step": "STEP 2" },