only_ever_generator 0.6.6 → 0.6.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -8,7 +8,8 @@ You will be provided with the following:
8
8
  2. A list of main headings in the source
9
9
  3. The source content
10
10
 
11
- Follow these steps:
11
+ Perform the following tasks:
12
+
12
13
  1. Classify the content into one to three predefined fields of knowledge.
13
14
  2. Extract key concepts within the content. Be exhaustive and thorough.
14
15
  3. Extract concrete and relevant facts that are referenced in the content. Be exhaustive and thorough.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "only_ever_generator",
3
- "version": "0.6.6",
3
+ "version": "0.6.7",
4
4
  "main": "dist/index.js",
5
5
  "scripts": {
6
6
  "start": "npm run build && nodemon dist/index.js",
@@ -5,7 +5,8 @@ You will be provided with the following:
5
5
  2. A list of main headings in the source
6
6
  3. The source content
7
7
 
8
- Follow these steps:
8
+ Perform the following tasks:
9
+
9
10
  1. Classify the content into one to three predefined fields of knowledge.
10
11
  2. Extract key concepts within the content. Be exhaustive and thorough.
11
12
  3. Extract concrete and relevant facts that are referenced in the content. Be exhaustive and thorough.