@promptbook/browser 0.112.0-29 → 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
@@ -29,7 +29,7 @@ const BOOK_LANGUAGE_VERSION = '2.0.0';
29
29
  * @generated
30
30
  * @see https://github.com/webgptorg/promptbook
31
31
  */
32
- const PROMPTBOOK_ENGINE_VERSION = '0.112.0-29';
32
+ const PROMPTBOOK_ENGINE_VERSION = '0.112.0-30';
33
33
  /**
34
34
  * TODO: string_promptbook_version should be constrained to the all versions of Promptbook engine
35
35
  * Note: [💞] Ignore a discrepancy between file name and entity name
@@ -10691,7 +10691,11 @@ class UseCommitmentDefinition extends BaseCommitmentDefinition {
10691
10691
  *
10692
10692
  * @private internal constant for `aggregateUseCommitmentSystemMessages`
10693
10693
  */
10694
- const AGGREGATED_USE_COMMITMENT_TYPES = ['USE BROWSER', 'USE SEARCH ENGINE', 'USE TIME'];
10694
+ const AGGREGATED_USE_COMMITMENT_TYPES = [
10695
+ 'USE BROWSER',
10696
+ 'USE SEARCH ENGINE',
10697
+ 'USE TIME',
10698
+ ];
10695
10699
  /**
10696
10700
  * Prefix used for temporary in-system-message placeholders that preserve the first-occurrence position of aggregated `USE` sections.
10697
10701
  *