@promptbook/types 0.89.0-2 → 0.89.0-4

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.
Files changed (2) hide show
  1. package/README.md +3 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -225,7 +225,7 @@ Each part of the book defines one of 3 circles:
225
225
 
226
226
  ### **What:** Workflows, Tasks and Parameters
227
227
 
228
- What work needs to be done. Each book defines a workflow, which is one or more tasks. Each workflow has a fixed input and output. For example, you have a book that generates an article from a topic. Once it generates an article about AI, once about marketing, once about cooking. The workflow (= your AI program) is the same, only the input and output change.
228
+ What work needs to be done. Each book defines a [workflow *(scenario or pipeline)*](https://github.com/webgptorg/promptbook/discussions/88), which is one or more tasks. Each workflow has a fixed input and output. For example, you have a book that generates an article from a topic. Once it generates an article about AI, once about marketing, once about cooking. The workflow (= your AI program) is the same, only the input and output change.
229
229
 
230
230
  **Related commands:**
231
231
 
@@ -335,6 +335,8 @@ The following glossary is used to clarify certain concepts:
335
335
 
336
336
 
337
337
 
338
+
339
+
338
340
  _Note: This section is not complete dictionary, more list of general AI / LLM terms that has connection with Promptbook_
339
341
 
340
342
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@promptbook/types",
3
- "version": "0.89.0-2",
3
+ "version": "0.89.0-4",
4
4
  "description": "It's time for a paradigm shift. The future of software in plain English, French or Latin",
5
5
  "private": false,
6
6
  "sideEffects": false,
@@ -45,6 +45,6 @@
45
45
  "homepage": "https://ptbk.io/",
46
46
  "typings": "./esm/typings/src/_packages/types.index.d.ts",
47
47
  "peerDependencies": {
48
- "@promptbook/core": "0.89.0-2"
48
+ "@promptbook/core": "0.89.0-4"
49
49
  }
50
50
  }