@promptbook/templates 0.86.5 → 0.86.6
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 +13 -8
- package/esm/index.es.js +13 -17
- package/esm/index.es.js.map +1 -1
- package/package.json +2 -2
- package/umd/index.umd.js +13 -17
- package/umd/index.umd.js.map +1 -1
package/README.md
CHANGED
|
@@ -94,17 +94,22 @@ Promptbook project is ecosystem of multiple projects and tools, following is a l
|
|
|
94
94
|
<tr>
|
|
95
95
|
<td><a href="https://github.com/webgptorg/book">Book language</a></td>
|
|
96
96
|
<td>
|
|
97
|
-
Book is a
|
|
97
|
+
Book is a human-understandable markup language for writing AI applications such as chatbots, knowledge bases, agents, avarars, translators, automations and more.
|
|
98
|
+
<hr>
|
|
98
99
|
There is also <a href="https://github.com/webgptorg/book-extension">a plugin for VSCode</a> to support <code>.book</code> file extension
|
|
99
100
|
</td>
|
|
100
101
|
</tr>
|
|
101
102
|
<tr>
|
|
102
103
|
<td><a href="https://github.com/webgptorg/promptbook">Promptbook Engine</a></td>
|
|
103
|
-
<td>
|
|
104
|
+
<td>
|
|
105
|
+
Promptbook engine can run applications written in Book language. It is released as <a href="https://www.npmjs.com/package/@promptbook/core#-packages-for-developers">multiple NPM packages</a> and <a href="https://hub.docker.com/r/hejny/promptbook">Docker HUB</a>
|
|
106
|
+
</td>
|
|
104
107
|
</tr>
|
|
105
108
|
<tr>
|
|
106
109
|
<td><a href="https://promptbook.studio">Promptbook Studio</a></td>
|
|
107
|
-
<td>
|
|
110
|
+
<td>
|
|
111
|
+
Promptbook.studio is a web-based editor and runner for book applications. It is still in the experimental MVP stage.
|
|
112
|
+
</td>
|
|
108
113
|
</tr>
|
|
109
114
|
</tbody>
|
|
110
115
|
</table>
|
|
@@ -123,25 +128,25 @@ And **Promptbook.studio** branded socials:
|
|
|
123
128
|
|
|
124
129
|
- [Instagram `@promptbook.studio`](https://www.instagram.com/promptbook.studio/)
|
|
125
130
|
|
|
126
|
-
|
|
127
|
-
|
|
128
131
|
And **Promptujeme** sub-brand:
|
|
129
132
|
|
|
130
|
-
|
|
133
|
+
_/Subbrand for Czech clients/_
|
|
134
|
+
|
|
131
135
|
|
|
132
136
|
|
|
133
137
|
|
|
134
138
|
- [Promptujeme.cz](https://www.promptujeme.cz/)
|
|
135
139
|
- [Facebook `Promptujeme`](https://www.facebook.com/promptujeme/)
|
|
136
140
|
|
|
137
|
-
|
|
138
141
|
And **Promptbook.city** branded socials:
|
|
139
142
|
|
|
140
|
-
|
|
143
|
+
_/Sub-brand for images and graphics generated via Promptbook prompting/_
|
|
141
144
|
|
|
142
145
|
- [Instagram `@promptbook.city`](https://www.instagram.com/promptbook.city/)
|
|
143
146
|
- [Facebook `Promptbook City`](https://www.facebook.com/61565718625569)
|
|
144
147
|
|
|
148
|
+
##
|
|
149
|
+
|
|
145
150
|
|
|
146
151
|
|
|
147
152
|
|
package/esm/index.es.js
CHANGED
|
@@ -16,7 +16,7 @@ var BOOK_LANGUAGE_VERSION = '1.0.0';
|
|
|
16
16
|
* @generated
|
|
17
17
|
* @see https://github.com/webgptorg/promptbook
|
|
18
18
|
*/
|
|
19
|
-
var PROMPTBOOK_ENGINE_VERSION = '0.86.
|
|
19
|
+
var PROMPTBOOK_ENGINE_VERSION = '0.86.6';
|
|
20
20
|
/**
|
|
21
21
|
* TODO: string_promptbook_version should be constrained to the all versions of Promptbook engine
|
|
22
22
|
* Note: [💞] Ignore a discrepancy between file name and entity name
|
|
@@ -1577,10 +1577,8 @@ function getTemplatesPipelineCollection() {
|
|
|
1577
1577
|
"content": "{conversationSummary}",
|
|
1578
1578
|
"resultingParameterName": "title",
|
|
1579
1579
|
"dependentParameterNames": [
|
|
1580
|
-
"conversationSummary"
|
|
1581
|
-
|
|
1582
|
-
],
|
|
1583
|
-
"preparedContent": "{content}\n\n## Knowledge\n\n{knowledge}"
|
|
1580
|
+
"conversationSummary"
|
|
1581
|
+
]
|
|
1584
1582
|
}
|
|
1585
1583
|
],
|
|
1586
1584
|
"personas": [
|
|
@@ -1601,7 +1599,7 @@ function getTemplatesPipelineCollection() {
|
|
|
1601
1599
|
"preparations": [
|
|
1602
1600
|
{
|
|
1603
1601
|
"id": 1,
|
|
1604
|
-
"promptbookVersion": "0.86.
|
|
1602
|
+
"promptbookVersion": "0.86.5",
|
|
1605
1603
|
"usage": {
|
|
1606
1604
|
"price": {
|
|
1607
1605
|
"value": 0.005748
|
|
@@ -1967,10 +1965,8 @@ function getTemplatesPipelineCollection() {
|
|
|
1967
1965
|
"content": "{conversationSummary}",
|
|
1968
1966
|
"resultingParameterName": "title",
|
|
1969
1967
|
"dependentParameterNames": [
|
|
1970
|
-
"conversationSummary"
|
|
1971
|
-
|
|
1972
|
-
],
|
|
1973
|
-
"preparedContent": "{content}\n\n## Knowledge\n\n{knowledge}"
|
|
1968
|
+
"conversationSummary"
|
|
1969
|
+
]
|
|
1974
1970
|
}
|
|
1975
1971
|
],
|
|
1976
1972
|
"personas": [
|
|
@@ -1991,7 +1987,7 @@ function getTemplatesPipelineCollection() {
|
|
|
1991
1987
|
"preparations": [
|
|
1992
1988
|
{
|
|
1993
1989
|
"id": 1,
|
|
1994
|
-
"promptbookVersion": "0.86.
|
|
1990
|
+
"promptbookVersion": "0.86.5",
|
|
1995
1991
|
"usage": {
|
|
1996
1992
|
"price": {
|
|
1997
1993
|
"value": 0.005748
|
|
@@ -2635,7 +2631,7 @@ function getTemplatesPipelineCollection() {
|
|
|
2635
2631
|
"preparations": [
|
|
2636
2632
|
{
|
|
2637
2633
|
"id": 1,
|
|
2638
|
-
"promptbookVersion": "0.86.
|
|
2634
|
+
"promptbookVersion": "0.86.5",
|
|
2639
2635
|
"usage": {
|
|
2640
2636
|
"price": {
|
|
2641
2637
|
"value": 0.005745
|
|
@@ -2757,7 +2753,7 @@ function getTemplatesPipelineCollection() {
|
|
|
2757
2753
|
"preparations": [
|
|
2758
2754
|
{
|
|
2759
2755
|
"id": 1,
|
|
2760
|
-
"promptbookVersion": "0.86.
|
|
2756
|
+
"promptbookVersion": "0.86.5",
|
|
2761
2757
|
"usage": {
|
|
2762
2758
|
"price": {
|
|
2763
2759
|
"value": 0.005595
|
|
@@ -2853,7 +2849,7 @@ function getTemplatesPipelineCollection() {
|
|
|
2853
2849
|
"preparations": [
|
|
2854
2850
|
{
|
|
2855
2851
|
"id": 1,
|
|
2856
|
-
"promptbookVersion": "0.86.
|
|
2852
|
+
"promptbookVersion": "0.86.5",
|
|
2857
2853
|
"usage": {
|
|
2858
2854
|
"price": {
|
|
2859
2855
|
"value": 0
|
|
@@ -2970,7 +2966,7 @@ function getTemplatesPipelineCollection() {
|
|
|
2970
2966
|
"preparations": [
|
|
2971
2967
|
{
|
|
2972
2968
|
"id": 1,
|
|
2973
|
-
"promptbookVersion": "0.86.
|
|
2969
|
+
"promptbookVersion": "0.86.5",
|
|
2974
2970
|
"usage": {
|
|
2975
2971
|
"price": {
|
|
2976
2972
|
"value": 0.005172
|
|
@@ -3100,7 +3096,7 @@ function getTemplatesPipelineCollection() {
|
|
|
3100
3096
|
"preparations": [
|
|
3101
3097
|
{
|
|
3102
3098
|
"id": 1,
|
|
3103
|
-
"promptbookVersion": "0.86.
|
|
3099
|
+
"promptbookVersion": "0.86.5",
|
|
3104
3100
|
"usage": {
|
|
3105
3101
|
"price": {
|
|
3106
3102
|
"value": 0.005247
|
|
@@ -3376,7 +3372,7 @@ function getTemplatesPipelineCollection() {
|
|
|
3376
3372
|
"preparations": [
|
|
3377
3373
|
{
|
|
3378
3374
|
"id": 1,
|
|
3379
|
-
"promptbookVersion": "0.86.
|
|
3375
|
+
"promptbookVersion": "0.86.5",
|
|
3380
3376
|
"usage": {
|
|
3381
3377
|
"price": {
|
|
3382
3378
|
"value": 0.00585
|