@promptbook/browser 0.112.0-52 → 0.112.0-54
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 +3 -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 +3 -2
- package/umd/index.umd.js.map +1 -1
- package/umd/src/version.d.ts +1 -1
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-
|
|
32
|
+
const PROMPTBOOK_ENGINE_VERSION = '0.112.0-54';
|
|
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
|
|
@@ -18008,8 +18008,9 @@ function createInheritanceCapability(content) {
|
|
|
18008
18008
|
iconName = 'SquareArrowUpRight';
|
|
18009
18009
|
}
|
|
18010
18010
|
if (isVoidPseudoAgentReference(reference)) {
|
|
18011
|
-
label = VOID_PSEUDO_AGENT_REFERENCE;
|
|
18011
|
+
label = VOID_PSEUDO_AGENT_REFERENCE; // <- {Void} label
|
|
18012
18012
|
iconName = 'ShieldAlert';
|
|
18013
|
+
return null; // <- Note: Do not show `{Void}` in capabilities, it's only used for internal logic
|
|
18013
18014
|
}
|
|
18014
18015
|
return {
|
|
18015
18016
|
type: 'inheritance',
|