@promptbook/types 0.114.0-6 → 0.114.0-8

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.
@@ -17,6 +17,13 @@ export type MarkdownInlineReference = {
17
17
  * Raw reference text between `[[` and `]]`.
18
18
  */
19
19
  readonly reference: string;
20
+ /**
21
+ * Optional text aliases which should render as this reference when an agent mentions them in markdown.
22
+ *
23
+ * They are also accepted inside a `[[reference]]` token. This lets application code use a stable
24
+ * technical reference while recognizing a human-facing name in older messages.
25
+ */
26
+ readonly sourceTextAliases?: ReadonlyArray<string>;
20
27
  /**
21
28
  * Human-readable label rendered inside the link chip.
22
29
  */
@@ -15,7 +15,7 @@ export declare const BOOK_LANGUAGE_VERSION: string_semantic_version;
15
15
  export declare const PROMPTBOOK_ENGINE_VERSION: string_promptbook_version;
16
16
  /**
17
17
  * Represents the version string of the Promptbook engine.
18
- * It follows semantic versioning (e.g., `0.114.0-5`).
18
+ * It follows semantic versioning (e.g., `0.114.0-6`).
19
19
  *
20
20
  * @generated
21
21
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@promptbook/types",
3
- "version": "0.114.0-6",
3
+ "version": "0.114.0-8",
4
4
  "description": "Promptbook: Create persistent AI agents that turn your company's scattered knowledge into action",
5
5
  "private": false,
6
6
  "sideEffects": false,
@@ -96,6 +96,6 @@
96
96
  "types": "./esm/src/_packages/types.index.d.ts",
97
97
  "typings": "./esm/src/_packages/types.index.d.ts",
98
98
  "peerDependencies": {
99
- "@promptbook/core": "0.114.0-6"
99
+ "@promptbook/core": "0.114.0-8"
100
100
  }
101
101
  }
@@ -17,6 +17,13 @@ export type MarkdownInlineReference = {
17
17
  * Raw reference text between `[[` and `]]`.
18
18
  */
19
19
  readonly reference: string;
20
+ /**
21
+ * Optional text aliases which should render as this reference when an agent mentions them in markdown.
22
+ *
23
+ * They are also accepted inside a `[[reference]]` token. This lets application code use a stable
24
+ * technical reference while recognizing a human-facing name in older messages.
25
+ */
26
+ readonly sourceTextAliases?: ReadonlyArray<string>;
20
27
  /**
21
28
  * Human-readable label rendered inside the link chip.
22
29
  */
@@ -15,7 +15,7 @@ export declare const BOOK_LANGUAGE_VERSION: string_semantic_version;
15
15
  export declare const PROMPTBOOK_ENGINE_VERSION: string_promptbook_version;
16
16
  /**
17
17
  * Represents the version string of the Promptbook engine.
18
- * It follows semantic versioning (e.g., `0.114.0-5`).
18
+ * It follows semantic versioning (e.g., `0.114.0-6`).
19
19
  *
20
20
  * @generated
21
21
  */