@promptbook/types
Advanced tools
Comparing version 0.27.0-1 to 0.27.0-2
@@ -13,5 +13,5 @@ import { CommonExecutionToolsOptions } from '../../../CommonExecutionToolsOptions'; | ||
/** | ||
* Trigger window.prompt dialog | ||
* Trigger window.PROMPT DIALOG | ||
*/ | ||
promptDialog(options: UserInterfaceToolsPromptDialogOptions): Promise<string>; | ||
} |
@@ -32,3 +32,3 @@ import type { string_markdown_text, string_name, string_version } from '.././types/typeAliases'; | ||
* Execute command tells how to execute the section | ||
* It can be either prompt template, script or simple template etc. | ||
* It can be either prompt template, script or SIMPLE TEMPLATE etc. | ||
*/ | ||
@@ -35,0 +35,0 @@ export interface ExecuteCommand { |
{ | ||
"name": "@promptbook/types", | ||
"version": "0.27.0-1", | ||
"version": "0.27.0-2", | ||
"description": "Library to supercharge your use of large language models", | ||
@@ -38,3 +38,3 @@ "private": false, | ||
"peerDependencies": { | ||
"@promptbook/core": "0.27.0-1" | ||
"@promptbook/core": "0.27.0-2" | ||
}, | ||
@@ -41,0 +41,0 @@ "main": "./umd/index.umd.js", |
@@ -13,5 +13,5 @@ import { CommonExecutionToolsOptions } from '../../../CommonExecutionToolsOptions'; | ||
/** | ||
* Trigger window.prompt dialog | ||
* Trigger window.PROMPT DIALOG | ||
*/ | ||
promptDialog(options: UserInterfaceToolsPromptDialogOptions): Promise<string>; | ||
} |
@@ -32,3 +32,3 @@ import type { string_markdown_text, string_name, string_version } from '.././types/typeAliases'; | ||
* Execute command tells how to execute the section | ||
* It can be either prompt template, script or simple template etc. | ||
* It can be either prompt template, script or SIMPLE TEMPLATE etc. | ||
*/ | ||
@@ -35,0 +35,0 @@ export interface ExecuteCommand { |