Mustehson commited on
Commit
6dd67f1
·
1 Parent(s): 9d0ca90

Updated Prompt

Browse files
Files changed (1) hide show
  1. prompt.py +2 -1
prompt.py CHANGED
@@ -63,5 +63,6 @@ Follow this process:
63
  ]
64
  3 Repeat this process for max 5 columns in the dataset. If the data is less than 5 columns than include all columns. Group all the rules into a single JSON object and ensure that there is at least one validation rule for each column.
65
  Return the final rules as a single JSON object, ensuring that each column is thoroughly validated based on the observations of the sample data.
66
- DO NOT RETURN ANYTHING OR ANY EXPLAINATION OTHER THAN JSON
 
67
  """
 
63
  ]
64
  3 Repeat this process for max 5 columns in the dataset. If the data is less than 5 columns than include all columns. Group all the rules into a single JSON object and ensure that there is at least one validation rule for each column.
65
  Return the final rules as a single JSON object, ensuring that each column is thoroughly validated based on the observations of the sample data.
66
+
67
+ DO NOT OUTPUT ANYTHING OR ANY EXPLAINATION OTHER THAN JSON OBJECT
68
  """