@promptbook/wizard 0.112.0-28 → 0.112.0-30

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
@@ -38,7 +38,7 @@ const BOOK_LANGUAGE_VERSION = '2.0.0';
38
38
  * @generated
39
39
  * @see https://github.com/webgptorg/promptbook
40
40
  */
41
- const PROMPTBOOK_ENGINE_VERSION = '0.112.0-28';
41
+ const PROMPTBOOK_ENGINE_VERSION = '0.112.0-30';
42
42
  /**
43
43
  * TODO: string_promptbook_version should be constrained to the all versions of Promptbook engine
44
44
  * Note: [💞] Ignore a discrepancy between file name and entity name
@@ -23143,7 +23143,11 @@ class UseCommitmentDefinition extends BaseCommitmentDefinition {
23143
23143
  *
23144
23144
  * @private internal constant for `aggregateUseCommitmentSystemMessages`
23145
23145
  */
23146
- const AGGREGATED_USE_COMMITMENT_TYPES = ['USE BROWSER', 'USE SEARCH ENGINE', 'USE TIME'];
23146
+ const AGGREGATED_USE_COMMITMENT_TYPES = [
23147
+ 'USE BROWSER',
23148
+ 'USE SEARCH ENGINE',
23149
+ 'USE TIME',
23150
+ ];
23147
23151
  /**
23148
23152
  * Prefix used for temporary in-system-message placeholders that preserve the first-occurrence position of aggregated `USE` sections.
23149
23153
  *