@promptbook/cli 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.
package/README.md CHANGED
@@ -254,7 +254,7 @@ Each part of the book defines one of 3 circles:
254
254
 
255
255
  ### **What:** Workflows, Tasks and Parameters
256
256
 
257
- 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.
257
+ 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.
258
258
 
259
259
  **Related commands:**
260
260
 
@@ -364,6 +364,8 @@ The following glossary is used to clarify certain concepts:
364
364
 
365
365
 
366
366
 
367
+
368
+
367
369
  _Note: This section is not complete dictionary, more list of general AI / LLM terms that has connection with Promptbook_
368
370
 
369
371
 
package/esm/index.es.js CHANGED
@@ -44,7 +44,7 @@ const BOOK_LANGUAGE_VERSION = '1.0.0';
44
44
  * @generated
45
45
  * @see https://github.com/webgptorg/promptbook
46
46
  */
47
- const PROMPTBOOK_ENGINE_VERSION = '0.89.0-2';
47
+ const PROMPTBOOK_ENGINE_VERSION = '0.89.0-4';
48
48
  /**
49
49
  * TODO: string_promptbook_version should be constrained to the all versions of Promptbook engine
50
50
  * Note: [💞] Ignore a discrepancy between file name and entity name
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@promptbook/cli",
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,
package/umd/index.umd.js CHANGED
@@ -54,7 +54,7 @@
54
54
  * @generated
55
55
  * @see https://github.com/webgptorg/promptbook
56
56
  */
57
- const PROMPTBOOK_ENGINE_VERSION = '0.89.0-2';
57
+ const PROMPTBOOK_ENGINE_VERSION = '0.89.0-4';
58
58
  /**
59
59
  * TODO: string_promptbook_version should be constrained to the all versions of Promptbook engine
60
60
  * Note: [💞] Ignore a discrepancy between file name and entity name