@promptbook/node 0.104.0-12 → 0.104.0-13

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/esm/index.es.js CHANGED
@@ -28,7 +28,7 @@ const BOOK_LANGUAGE_VERSION = '2.0.0';
28
28
  * @generated
29
29
  * @see https://github.com/webgptorg/promptbook
30
30
  */
31
- const PROMPTBOOK_ENGINE_VERSION = '0.104.0-12';
31
+ const PROMPTBOOK_ENGINE_VERSION = '0.104.0-13';
32
32
  /**
33
33
  * TODO: string_promptbook_version should be constrained to the all versions of Promptbook engine
34
34
  * Note: [💞] Ignore a discrepancy between file name and entity name
@@ -8815,7 +8815,12 @@ const jokerCommandParser = {
8815
8815
  * @see {@link ModelVariant}
8816
8816
  * @public exported from `@promptbook/core`
8817
8817
  */
8818
- const MODEL_VARIANTS = ['COMPLETION', 'CHAT', 'IMAGE_GENERATION', 'EMBEDDING' /* <- TODO [🏳] */ /* <- [🤖] */];
8818
+ const MODEL_VARIANTS = [
8819
+ 'COMPLETION',
8820
+ 'CHAT',
8821
+ 'IMAGE_GENERATION',
8822
+ 'EMBEDDING' /* <- TODO [🏳] */ /* <- [🤖] */,
8823
+ ];
8819
8824
 
8820
8825
  /**
8821
8826
  * Parses the model command