Skip to content

Commit

Permalink
Update data_unificator.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Cybonto authored Oct 2, 2024
1 parent 66446fe commit b83dac0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions prompt-templates/data_unificator.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ This document will guide you through the steps of working with LLMs to build a p
## Step 1 - Define and Refine The Project's Problem Statement
Prompt for the project's refined problem statement
```
I have the following problem statement: data intakes are being supported by multiple google forms, there is a problem with unifying and normalizing gathered data from multiple google forms with potential overlaps among them.
I have the following problem statement: data intakes are being supported by multiple google forms, there is a problem with unifying and normalizing gathered data from multiple data source files with potential overlaps among them.
Give me an improved problem statement considering the following guiding questions:
What are the key components and aspects of the problem statement?
What potential ambiguities or unclear elements exist in the current problem statement?
Expand Down Expand Up @@ -277,4 +277,4 @@ The promt template is:
## Step 7 - Final Check Prompt
In the final step, we run the following prompt to allow the LLM to double check its work.

> Double check all files make sure they are all consistent and free of programming errors nor logic errors.
> Double check all files make sure they are all consistent and free of programming errors nor logic errors.

0 comments on commit b83dac0

Please sign in to comment.