@promptbook/core 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 +1 -1
- 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
|
@@ -28,7 +28,7 @@ const BOOK_LANGUAGE_VERSION = '2.0.0';
|
|
|
28
28
|
* @generated
|
|
29
29
|
* @see https://github.com/webgptorg/promptbook
|
|
30
30
|
*/
|
|
31
|
-
const PROMPTBOOK_ENGINE_VERSION = '0.112.0-
|
|
31
|
+
const PROMPTBOOK_ENGINE_VERSION = '0.112.0-54';
|
|
32
32
|
/**
|
|
33
33
|
* TODO: string_promptbook_version should be constrained to the all versions of Promptbook engine
|
|
34
34
|
* Note: [💞] Ignore a discrepancy between file name and entity name
|
|
@@ -23194,8 +23194,9 @@ function createInheritanceCapability(content) {
|
|
|
23194
23194
|
iconName = 'SquareArrowUpRight';
|
|
23195
23195
|
}
|
|
23196
23196
|
if (isVoidPseudoAgentReference(reference)) {
|
|
23197
|
-
label = VOID_PSEUDO_AGENT_REFERENCE;
|
|
23197
|
+
label = VOID_PSEUDO_AGENT_REFERENCE; // <- {Void} label
|
|
23198
23198
|
iconName = 'ShieldAlert';
|
|
23199
|
+
return null; // <- Note: Do not show `{Void}` in capabilities, it's only used for internal logic
|
|
23199
23200
|
}
|
|
23200
23201
|
return {
|
|
23201
23202
|
type: 'inheritance',
|