@promptbook/node 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 +6 -2
- package/esm/index.es.js.map +1 -1
- package/esm/src/version.d.ts +1 -1
- package/package.json +2 -2
- package/umd/index.umd.js +6 -2
- package/umd/index.umd.js.map +1 -1
- package/umd/src/version.d.ts +1 -1
package/esm/index.es.js
CHANGED
|
@@ -35,7 +35,7 @@ const BOOK_LANGUAGE_VERSION = '2.0.0';
|
|
|
35
35
|
* @generated
|
|
36
36
|
* @see https://github.com/webgptorg/promptbook
|
|
37
37
|
*/
|
|
38
|
-
const PROMPTBOOK_ENGINE_VERSION = '0.112.0-
|
|
38
|
+
const PROMPTBOOK_ENGINE_VERSION = '0.112.0-30';
|
|
39
39
|
/**
|
|
40
40
|
* TODO: string_promptbook_version should be constrained to the all versions of Promptbook engine
|
|
41
41
|
* Note: [💞] Ignore a discrepancy between file name and entity name
|
|
@@ -19188,7 +19188,11 @@ class UseCommitmentDefinition extends BaseCommitmentDefinition {
|
|
|
19188
19188
|
*
|
|
19189
19189
|
* @private internal constant for `aggregateUseCommitmentSystemMessages`
|
|
19190
19190
|
*/
|
|
19191
|
-
const AGGREGATED_USE_COMMITMENT_TYPES = [
|
|
19191
|
+
const AGGREGATED_USE_COMMITMENT_TYPES = [
|
|
19192
|
+
'USE BROWSER',
|
|
19193
|
+
'USE SEARCH ENGINE',
|
|
19194
|
+
'USE TIME',
|
|
19195
|
+
];
|
|
19192
19196
|
/**
|
|
19193
19197
|
* Prefix used for temporary in-system-message placeholders that preserve the first-occurrence position of aggregated `USE` sections.
|
|
19194
19198
|
*
|