@promptbook/openai 0.60.0-3 → 0.60.0-4
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/README.md +1 -1
- package/esm/index.es.js +1 -1
- package/esm/typings/src/types/PipelineJson/PipelineJson.d.ts +1 -1
- package/esm/typings/src/types/Prompt.d.ts +1 -1
- package/esm/typings/src/types/typeAliases.d.ts +2 -2
- package/package.json +2 -2
- package/umd/index.umd.js +1 -1
- package/umd/typings/src/types/PipelineJson/PipelineJson.d.ts +1 -1
- package/umd/typings/src/types/Prompt.d.ts +1 -1
- package/umd/typings/src/types/typeAliases.d.ts +2 -2
package/README.md
CHANGED
|
@@ -180,7 +180,7 @@ File `write-website-content.ptbk.md`:
|
|
|
180
180
|
>
|
|
181
181
|
> Instructions for creating web page content.
|
|
182
182
|
>
|
|
183
|
-
> - PROMPTBOOK URL https://promptbook.webgpt
|
|
183
|
+
> - PROMPTBOOK URL https://promptbook.studio/webgpt/write-website-content.ptbk.md
|
|
184
184
|
> - PROMPTBOOK VERSION 0.0.1
|
|
185
185
|
> - INPUT PARAM `{rawTitle}` Automatically suggested a site name or empty text
|
|
186
186
|
> - INPUT PARAM `{rawAssigment}` Automatically generated site entry from image recognition
|
package/esm/index.es.js
CHANGED
|
@@ -1142,7 +1142,7 @@ var OpenAiExecutionTools = /** @class */ (function () {
|
|
|
1142
1142
|
/**
|
|
1143
1143
|
* The version of the Promptbook library
|
|
1144
1144
|
*/
|
|
1145
|
-
var PROMPTBOOK_VERSION = '0.60.0-
|
|
1145
|
+
var PROMPTBOOK_VERSION = '0.60.0-3';
|
|
1146
1146
|
|
|
1147
1147
|
export { OPENAI_MODELS, OpenAiExecutionTools, PROMPTBOOK_VERSION };
|
|
1148
1148
|
//# sourceMappingURL=index.es.js.map
|
|
@@ -17,7 +17,7 @@ export type PipelineJson = {
|
|
|
17
17
|
* Note: It must be unique across all promptbooks libraries
|
|
18
18
|
* Note: It must use HTTPs URL
|
|
19
19
|
* Tip: You can do versioning in the URL
|
|
20
|
-
* For example: https://promptbook.webgpt
|
|
20
|
+
* For example: https://promptbook.studio/webgpt/write-website-content-cs.ptbk.md@1.0.0
|
|
21
21
|
* Warning: Do not hash part of the URL, hash part is used for identification of the prompt template in the pipeline
|
|
22
22
|
*/
|
|
23
23
|
readonly promptbookUrl?: string_pipeline_url;
|
|
@@ -50,7 +50,7 @@ export type Prompt = {
|
|
|
50
50
|
/**
|
|
51
51
|
* Unique identifier of the promptbook with specific template name as hash
|
|
52
52
|
*
|
|
53
|
-
* @example https://promptbook.webgpt
|
|
53
|
+
* @example https://promptbook.studio/webgpt/write-website-content-cs.ptbk.md#keywords
|
|
54
54
|
*/
|
|
55
55
|
readonly promptbookUrl: string_pipeline_url_with_hashtemplate;
|
|
56
56
|
/**
|
|
@@ -179,13 +179,13 @@ export type string_url = string;
|
|
|
179
179
|
/**
|
|
180
180
|
* Semantic helper
|
|
181
181
|
*
|
|
182
|
-
* For example `"https://promptbook.webgpt
|
|
182
|
+
* For example `"https://promptbook.studio/webgpt/write-website-content-cs.ptbk.md"`
|
|
183
183
|
*/
|
|
184
184
|
export type string_pipeline_url = string;
|
|
185
185
|
/**
|
|
186
186
|
* Semantic helper
|
|
187
187
|
*
|
|
188
|
-
* For example `"https://promptbook.webgpt
|
|
188
|
+
* For example `"https://promptbook.studio/webgpt/write-website-content-cs.ptbk.md#keywords"`
|
|
189
189
|
*/
|
|
190
190
|
export type string_pipeline_url_with_hashtemplate = string;
|
|
191
191
|
/**
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@promptbook/openai",
|
|
3
|
-
"version": "0.60.0-
|
|
3
|
+
"version": "0.60.0-4",
|
|
4
4
|
"description": "Supercharge your use of large language models",
|
|
5
5
|
"private": false,
|
|
6
6
|
"sideEffects": false,
|
|
@@ -49,7 +49,7 @@
|
|
|
49
49
|
}
|
|
50
50
|
],
|
|
51
51
|
"peerDependencies": {
|
|
52
|
-
"@promptbook/core": "0.60.0-
|
|
52
|
+
"@promptbook/core": "0.60.0-4"
|
|
53
53
|
},
|
|
54
54
|
"main": "./umd/index.umd.js",
|
|
55
55
|
"module": "./esm/index.es.js",
|
package/umd/index.umd.js
CHANGED
|
@@ -1150,7 +1150,7 @@
|
|
|
1150
1150
|
/**
|
|
1151
1151
|
* The version of the Promptbook library
|
|
1152
1152
|
*/
|
|
1153
|
-
var PROMPTBOOK_VERSION = '0.60.0-
|
|
1153
|
+
var PROMPTBOOK_VERSION = '0.60.0-3';
|
|
1154
1154
|
|
|
1155
1155
|
exports.OPENAI_MODELS = OPENAI_MODELS;
|
|
1156
1156
|
exports.OpenAiExecutionTools = OpenAiExecutionTools;
|
|
@@ -17,7 +17,7 @@ export type PipelineJson = {
|
|
|
17
17
|
* Note: It must be unique across all promptbooks libraries
|
|
18
18
|
* Note: It must use HTTPs URL
|
|
19
19
|
* Tip: You can do versioning in the URL
|
|
20
|
-
* For example: https://promptbook.webgpt
|
|
20
|
+
* For example: https://promptbook.studio/webgpt/write-website-content-cs.ptbk.md@1.0.0
|
|
21
21
|
* Warning: Do not hash part of the URL, hash part is used for identification of the prompt template in the pipeline
|
|
22
22
|
*/
|
|
23
23
|
readonly promptbookUrl?: string_pipeline_url;
|
|
@@ -50,7 +50,7 @@ export type Prompt = {
|
|
|
50
50
|
/**
|
|
51
51
|
* Unique identifier of the promptbook with specific template name as hash
|
|
52
52
|
*
|
|
53
|
-
* @example https://promptbook.webgpt
|
|
53
|
+
* @example https://promptbook.studio/webgpt/write-website-content-cs.ptbk.md#keywords
|
|
54
54
|
*/
|
|
55
55
|
readonly promptbookUrl: string_pipeline_url_with_hashtemplate;
|
|
56
56
|
/**
|
|
@@ -179,13 +179,13 @@ export type string_url = string;
|
|
|
179
179
|
/**
|
|
180
180
|
* Semantic helper
|
|
181
181
|
*
|
|
182
|
-
* For example `"https://promptbook.webgpt
|
|
182
|
+
* For example `"https://promptbook.studio/webgpt/write-website-content-cs.ptbk.md"`
|
|
183
183
|
*/
|
|
184
184
|
export type string_pipeline_url = string;
|
|
185
185
|
/**
|
|
186
186
|
* Semantic helper
|
|
187
187
|
*
|
|
188
|
-
* For example `"https://promptbook.webgpt
|
|
188
|
+
* For example `"https://promptbook.studio/webgpt/write-website-content-cs.ptbk.md#keywords"`
|
|
189
189
|
*/
|
|
190
190
|
export type string_pipeline_url_with_hashtemplate = string;
|
|
191
191
|
/**
|