@promptbook/remote-server 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
@@ -40,7 +40,7 @@ const BOOK_LANGUAGE_VERSION = '2.0.0';
40
40
  * @generated
41
41
  * @see https://github.com/webgptorg/promptbook
42
42
  */
43
- const PROMPTBOOK_ENGINE_VERSION = '0.112.0-29';
43
+ const PROMPTBOOK_ENGINE_VERSION = '0.112.0-30';
44
44
  /**
45
45
  * TODO: string_promptbook_version should be constrained to the all versions of Promptbook engine
46
46
  * Note: [💞] Ignore a discrepancy between file name and entity name
@@ -16253,7 +16253,11 @@ class UseCommitmentDefinition extends BaseCommitmentDefinition {
16253
16253
  *
16254
16254
  * @private internal constant for `aggregateUseCommitmentSystemMessages`
16255
16255
  */
16256
- const AGGREGATED_USE_COMMITMENT_TYPES = ['USE BROWSER', 'USE SEARCH ENGINE', 'USE TIME'];
16256
+ const AGGREGATED_USE_COMMITMENT_TYPES = [
16257
+ 'USE BROWSER',
16258
+ 'USE SEARCH ENGINE',
16259
+ 'USE TIME',
16260
+ ];
16257
16261
  /**
16258
16262
  * Prefix used for temporary in-system-message placeholders that preserve the first-occurrence position of aggregated `USE` sections.
16259
16263
  *