@promptbook/node 0.76.0 → 0.77.0-0

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
@@ -23,6 +23,10 @@
23
23
 
24
24
 
25
25
 
26
+ <blockquote style="color: #ff8811">
27
+ <b>⚠ Warning:</b> This is a pre-release version of the library. It is not yet ready for production use. Please look at <a href="https://www.npmjs.com/package/@promptbook/core?activeTab=versions">latest stable release</a>.
28
+ </blockquote>
29
+
26
30
  ## 📦 Package `@promptbook/node`
27
31
 
28
32
  - Promptbooks are [divided into several](#-packages) packages, all are published from [single monorepo](https://github.com/webgptorg/promptbook).
package/esm/index.es.js CHANGED
@@ -26,7 +26,7 @@ var BOOK_LANGUAGE_VERSION = '1.0.0';
26
26
  *
27
27
  * @see https://github.com/webgptorg/promptbook
28
28
  */
29
- var PROMPTBOOK_ENGINE_VERSION = '0.75.10';
29
+ var PROMPTBOOK_ENGINE_VERSION = '0.76.0';
30
30
  /**
31
31
  * TODO: string_promptbook_version should be constrained to the all versions of Promptbook engine
32
32
  * Note: [💞] Ignore a discrepancy between file name and entity name
@@ -5456,7 +5456,7 @@ function preparePipeline(pipeline, tools, options) {
5456
5456
  llmToolsWithUsage = countTotalUsage(llmTools);
5457
5457
  currentPreparation = {
5458
5458
  id: 1,
5459
- // TODO: [🍥]> date: $currentDate(),
5459
+ // TODO: [🍥]> date: $getCurrentDate(),
5460
5460
  promptbookVersion: PROMPTBOOK_ENGINE_VERSION,
5461
5461
  usage: ZERO_USAGE,
5462
5462
  };