@promptbook/cli 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 +1 -1
- 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
|
@@ -57,7 +57,7 @@ const BOOK_LANGUAGE_VERSION = '2.0.0';
|
|
|
57
57
|
* @generated
|
|
58
58
|
* @see https://github.com/webgptorg/promptbook
|
|
59
59
|
*/
|
|
60
|
-
const PROMPTBOOK_ENGINE_VERSION = '0.112.0-
|
|
60
|
+
const PROMPTBOOK_ENGINE_VERSION = '0.112.0-30';
|
|
61
61
|
/**
|
|
62
62
|
* TODO: string_promptbook_version should be constrained to the all versions of Promptbook engine
|
|
63
63
|
* Note: [💞] Ignore a discrepancy between file name and entity name
|
|
@@ -21904,7 +21904,11 @@ class UseCommitmentDefinition extends BaseCommitmentDefinition {
|
|
|
21904
21904
|
*
|
|
21905
21905
|
* @private internal constant for `aggregateUseCommitmentSystemMessages`
|
|
21906
21906
|
*/
|
|
21907
|
-
const AGGREGATED_USE_COMMITMENT_TYPES = [
|
|
21907
|
+
const AGGREGATED_USE_COMMITMENT_TYPES = [
|
|
21908
|
+
'USE BROWSER',
|
|
21909
|
+
'USE SEARCH ENGINE',
|
|
21910
|
+
'USE TIME',
|
|
21911
|
+
];
|
|
21908
21912
|
/**
|
|
21909
21913
|
* Prefix used for temporary in-system-message placeholders that preserve the first-occurrence position of aggregated `USE` sections.
|
|
21910
21914
|
*
|