@promptbook/openai 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/typings/execution/plugins/user-interface-execution-tools/simple-prompt/SimplePromptInterfaceTools.d.ts +1 -1
- package/esm/typings/types/Command.d.ts +1 -1
- package/package.json +2 -2
- package/umd/typings/execution/plugins/user-interface-execution-tools/simple-prompt/SimplePromptInterfaceTools.d.ts +1 -1
- package/umd/typings/types/Command.d.ts +1 -1
|
@@ -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.
|
|
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
|
|
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/openai",
|
|
3
|
-
"version": "0.27.0-
|
|
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,
|
|
@@ -37,7 +37,7 @@
|
|
|
37
37
|
"openai": "4.2.0"
|
|
38
38
|
},
|
|
39
39
|
"peerDependencies": {
|
|
40
|
-
"@promptbook/core": "0.27.0-
|
|
40
|
+
"@promptbook/core": "0.27.0-2"
|
|
41
41
|
},
|
|
42
42
|
"main": "./umd/index.umd.js",
|
|
43
43
|
"module": "./esm/index.es.js",
|
|
@@ -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.
|
|
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
|
|
32
|
+
* It can be either prompt template, script or SIMPLE TEMPLATE etc.
|
|
33
33
|
*/
|
|
34
34
|
export interface ExecuteCommand {
|
|
35
35
|
readonly type: 'EXECUTE';
|