@promptbook/remote-client 0.62.0-1 → 0.62.0
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
|
@@ -215,7 +215,7 @@ var RemoteLlmExecutionTools = /** @class */ (function () {
|
|
|
215
215
|
/**
|
|
216
216
|
* The version of the Promptbook library
|
|
217
217
|
*/
|
|
218
|
-
var PROMPTBOOK_VERSION = '0.62.0-
|
|
218
|
+
var PROMPTBOOK_VERSION = '0.62.0-1';
|
|
219
219
|
// TODO: !!!! List here all the versions and annotate + put into script
|
|
220
220
|
|
|
221
221
|
export { PROMPTBOOK_VERSION, RemoteLlmExecutionTools };
|
|
@@ -58,7 +58,7 @@ export declare function createPipelineExecutor(options: CreatePipelineExecutorOp
|
|
|
58
58
|
export {};
|
|
59
59
|
/**
|
|
60
60
|
* TODO: Use isVerbose here (not only pass to `preparePipeline`)
|
|
61
|
-
* TODO: [🧠] Use here `countTotalUsage` and put preparation and prepared pipiline to report
|
|
61
|
+
* TODO: [🧠][🌳] Use here `countTotalUsage` and put preparation and prepared pipiline to report
|
|
62
62
|
* TODO: [🪂] Use maxParallelCount here (not only pass to `preparePipeline`)
|
|
63
63
|
* TODO: [♈] Probbably move expectations from templates to parameters
|
|
64
64
|
* TODO: [🧠] When not meet expectations in PROMPT_DIALOG, make some way to tell the user
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@promptbook/remote-client",
|
|
3
|
-
"version": "0.62.0
|
|
3
|
+
"version": "0.62.0",
|
|
4
4
|
"description": "Supercharge your use of large language models",
|
|
5
5
|
"private": false,
|
|
6
6
|
"sideEffects": false,
|
|
@@ -47,7 +47,7 @@
|
|
|
47
47
|
}
|
|
48
48
|
],
|
|
49
49
|
"peerDependencies": {
|
|
50
|
-
"@promptbook/core": "0.62.0
|
|
50
|
+
"@promptbook/core": "0.62.0"
|
|
51
51
|
},
|
|
52
52
|
"main": "./umd/index.umd.js",
|
|
53
53
|
"module": "./esm/index.es.js",
|
package/umd/index.umd.js
CHANGED
|
@@ -219,7 +219,7 @@
|
|
|
219
219
|
/**
|
|
220
220
|
* The version of the Promptbook library
|
|
221
221
|
*/
|
|
222
|
-
var PROMPTBOOK_VERSION = '0.62.0-
|
|
222
|
+
var PROMPTBOOK_VERSION = '0.62.0-1';
|
|
223
223
|
// TODO: !!!! List here all the versions and annotate + put into script
|
|
224
224
|
|
|
225
225
|
exports.PROMPTBOOK_VERSION = PROMPTBOOK_VERSION;
|
|
@@ -58,7 +58,7 @@ export declare function createPipelineExecutor(options: CreatePipelineExecutorOp
|
|
|
58
58
|
export {};
|
|
59
59
|
/**
|
|
60
60
|
* TODO: Use isVerbose here (not only pass to `preparePipeline`)
|
|
61
|
-
* TODO: [🧠] Use here `countTotalUsage` and put preparation and prepared pipiline to report
|
|
61
|
+
* TODO: [🧠][🌳] Use here `countTotalUsage` and put preparation and prepared pipiline to report
|
|
62
62
|
* TODO: [🪂] Use maxParallelCount here (not only pass to `preparePipeline`)
|
|
63
63
|
* TODO: [♈] Probbably move expectations from templates to parameters
|
|
64
64
|
* TODO: [🧠] When not meet expectations in PROMPT_DIALOG, make some way to tell the user
|