@promptbook/core 0.46.0-4 → 0.46.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/README.md +1 -1
- package/esm/index.es.js +1 -1
- package/package.json +1 -1
- package/umd/index.umd.js +1 -1
package/README.md
CHANGED
|
@@ -40,7 +40,7 @@ Rest of the documentation is common for **entire promptbook ecosystem**:
|
|
|
40
40
|
|
|
41
41
|
|
|
42
42
|
|
|
43
|
-
## 🤍 Whitepaper
|
|
43
|
+
## 🤍 The Promptbook Whitepaper
|
|
44
44
|
|
|
45
45
|
When you have a simple, single prompt for ChatGPT, GPT-4, Anthropic Claude, Google Gemini, Llama 2, or whatever, it doesn't matter how it is integrated. Whether it's the direct calling of a REST API, using the SDK, hardcoding the prompt in the source code, or importing a text file, the process remains the same.
|
|
46
46
|
|
package/esm/index.es.js
CHANGED
|
@@ -1135,7 +1135,7 @@ function parsingMarkdownStructureToMarkdownStructure(parsingMarkdownStructure) {
|
|
|
1135
1135
|
/**
|
|
1136
1136
|
* The version of the Promptbook library
|
|
1137
1137
|
*/
|
|
1138
|
-
var PROMPTBOOK_VERSION = '0.46.0-
|
|
1138
|
+
var PROMPTBOOK_VERSION = '0.46.0-4';
|
|
1139
1139
|
|
|
1140
1140
|
/**
|
|
1141
1141
|
* Parses the given script and returns the list of all used variables that are not defined in the script
|
package/package.json
CHANGED
package/umd/index.umd.js
CHANGED
|
@@ -1136,7 +1136,7 @@
|
|
|
1136
1136
|
/**
|
|
1137
1137
|
* The version of the Promptbook library
|
|
1138
1138
|
*/
|
|
1139
|
-
var PROMPTBOOK_VERSION = '0.46.0-
|
|
1139
|
+
var PROMPTBOOK_VERSION = '0.46.0-4';
|
|
1140
1140
|
|
|
1141
1141
|
/**
|
|
1142
1142
|
* Parses the given script and returns the list of all used variables that are not defined in the script
|