@promptbook/core 0.27.0-1 → 0.27.0-2

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
@@ -1870,7 +1870,7 @@ var SimplePromptInterfaceTools = /** @class */ (function () {
1870
1870
  this.options = options;
1871
1871
  }
1872
1872
  /**
1873
- * Trigger window.prompt dialog
1873
+ * Trigger window.PROMPT DIALOG
1874
1874
  */
1875
1875
  SimplePromptInterfaceTools.prototype.promptDialog = function (options) {
1876
1876
  return __awaiter(this, void 0, void 0, function () {
@@ -10,7 +10,7 @@ export declare class SimplePromptInterfaceTools implements UserInterfaceTools {
10
10
  private readonly options;
11
11
  constructor(options: CommonExecutionToolsOptions);
12
12
  /**
13
- * Trigger window.prompt dialog
13
+ * Trigger window.PROMPT DIALOG
14
14
  */
15
15
  promptDialog(options: UserInterfaceToolsPromptDialogOptions): Promise<string>;
16
16
  }
@@ -29,7 +29,7 @@ export interface PtbkVersionCommand {
29
29
  }
30
30
  /**
31
31
  * Execute command tells how to execute the section
32
- * It can be either prompt template, script or simple template etc.
32
+ * It can be either prompt template, script or SIMPLE TEMPLATE etc.
33
33
  */
34
34
  export interface ExecuteCommand {
35
35
  readonly type: 'EXECUTE';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@promptbook/core",
3
- "version": "0.27.0-1",
3
+ "version": "0.27.0-2",
4
4
  "description": "Library to supercharge your use of large language models",
5
5
  "private": false,
6
6
  "sideEffects": false,
package/umd/index.umd.js CHANGED
@@ -1877,7 +1877,7 @@
1877
1877
  this.options = options;
1878
1878
  }
1879
1879
  /**
1880
- * Trigger window.prompt dialog
1880
+ * Trigger window.PROMPT DIALOG
1881
1881
  */
1882
1882
  SimplePromptInterfaceTools.prototype.promptDialog = function (options) {
1883
1883
  return __awaiter(this, void 0, void 0, function () {
@@ -10,7 +10,7 @@ export declare class SimplePromptInterfaceTools implements UserInterfaceTools {
10
10
  private readonly options;
11
11
  constructor(options: CommonExecutionToolsOptions);
12
12
  /**
13
- * Trigger window.prompt dialog
13
+ * Trigger window.PROMPT DIALOG
14
14
  */
15
15
  promptDialog(options: UserInterfaceToolsPromptDialogOptions): Promise<string>;
16
16
  }
@@ -29,7 +29,7 @@ export interface PtbkVersionCommand {
29
29
  }
30
30
  /**
31
31
  * Execute command tells how to execute the section
32
- * It can be either prompt template, script or simple template etc.
32
+ * It can be either prompt template, script or SIMPLE TEMPLATE etc.
33
33
  */
34
34
  export interface ExecuteCommand {
35
35
  readonly type: 'EXECUTE';