@promptbook/remote-server 0.36.3 → 0.36.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/esm/index.es.js
CHANGED
|
@@ -59,7 +59,7 @@ function __generator(thisArg, body) {
|
|
|
59
59
|
/**
|
|
60
60
|
* The version of the Promptbook library
|
|
61
61
|
*/
|
|
62
|
-
var PROMPTBOOK_VERSION = '0.36.
|
|
62
|
+
var PROMPTBOOK_VERSION = '0.36.3';
|
|
63
63
|
|
|
64
64
|
/**
|
|
65
65
|
* Remote server is a proxy server that uses its execution tools internally and exposes the executor interface externally.
|
|
@@ -28,7 +28,7 @@ type PromptbookLibraryOptions = {
|
|
|
28
28
|
* @see https://github.com/webgptorg/promptbook#prompt-template-pipeline-library
|
|
29
29
|
*/
|
|
30
30
|
export declare class PromptbookLibrary {
|
|
31
|
-
|
|
31
|
+
readonly options: PromptbookLibraryOptions;
|
|
32
32
|
/**
|
|
33
33
|
* Constructs Promptbook from any sources
|
|
34
34
|
*
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@promptbook/remote-server",
|
|
3
|
-
"version": "0.36.
|
|
3
|
+
"version": "0.36.4",
|
|
4
4
|
"description": "Library to supercharge your use of large language models",
|
|
5
5
|
"private": false,
|
|
6
6
|
"sideEffects": false,
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
"spacetrim": "0.11.0"
|
|
39
39
|
},
|
|
40
40
|
"peerDependencies": {
|
|
41
|
-
"@promptbook/core": "0.36.
|
|
41
|
+
"@promptbook/core": "0.36.4"
|
|
42
42
|
},
|
|
43
43
|
"main": "./umd/index.umd.js",
|
|
44
44
|
"module": "./esm/index.es.js",
|
package/umd/index.umd.js
CHANGED
|
@@ -66,7 +66,7 @@
|
|
|
66
66
|
/**
|
|
67
67
|
* The version of the Promptbook library
|
|
68
68
|
*/
|
|
69
|
-
var PROMPTBOOK_VERSION = '0.36.
|
|
69
|
+
var PROMPTBOOK_VERSION = '0.36.3';
|
|
70
70
|
|
|
71
71
|
/**
|
|
72
72
|
* Remote server is a proxy server that uses its execution tools internally and exposes the executor interface externally.
|
|
@@ -28,7 +28,7 @@ type PromptbookLibraryOptions = {
|
|
|
28
28
|
* @see https://github.com/webgptorg/promptbook#prompt-template-pipeline-library
|
|
29
29
|
*/
|
|
30
30
|
export declare class PromptbookLibrary {
|
|
31
|
-
|
|
31
|
+
readonly options: PromptbookLibraryOptions;
|
|
32
32
|
/**
|
|
33
33
|
* Constructs Promptbook from any sources
|
|
34
34
|
*
|