@promptbook/wizard 0.112.0-52 → 0.112.0-53

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
@@ -38,7 +38,7 @@ const BOOK_LANGUAGE_VERSION = '2.0.0';
38
38
  * @generated
39
39
  * @see https://github.com/webgptorg/promptbook
40
40
  */
41
- const PROMPTBOOK_ENGINE_VERSION = '0.112.0-52';
41
+ const PROMPTBOOK_ENGINE_VERSION = '0.112.0-53';
42
42
  /**
43
43
  * TODO: string_promptbook_version should be constrained to the all versions of Promptbook engine
44
44
  * Note: [💞] Ignore a discrepancy between file name and entity name
@@ -31330,8 +31330,9 @@ function createInheritanceCapability(content) {
31330
31330
  iconName = 'SquareArrowUpRight';
31331
31331
  }
31332
31332
  if (isVoidPseudoAgentReference(reference)) {
31333
- label = VOID_PSEUDO_AGENT_REFERENCE;
31333
+ label = VOID_PSEUDO_AGENT_REFERENCE; // <- {Void} label
31334
31334
  iconName = 'ShieldAlert';
31335
+ return null; // <- Note: Do not show `{Void}` in capabilities, it's only used for internal logic
31335
31336
  }
31336
31337
  return {
31337
31338
  type: 'inheritance',