@promptbook/utils 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 +1 -1
- package/package.json +1 -1
- package/umd/index.umd.js +1 -1
package/README.md
CHANGED
|
@@ -238,17 +238,22 @@ Promptbook project is ecosystem of multiple projects and tools, following is a l
|
|
|
238
238
|
<tr>
|
|
239
239
|
<td><a href="https://github.com/webgptorg/book">Book language</a></td>
|
|
240
240
|
<td>
|
|
241
|
-
Book is a
|
|
241
|
+
Book is a human-understandable markup language for writing AI applications such as chatbots, knowledge bases, agents, avarars, translators, automations and more.
|
|
242
|
+
<hr>
|
|
242
243
|
There is also <a href="https://github.com/webgptorg/book-extension">a plugin for VSCode</a> to support <code>.book</code> file extension
|
|
243
244
|
</td>
|
|
244
245
|
</tr>
|
|
245
246
|
<tr>
|
|
246
247
|
<td><a href="https://github.com/webgptorg/promptbook">Promptbook Engine</a></td>
|
|
247
|
-
<td>
|
|
248
|
+
<td>
|
|
249
|
+
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>
|
|
250
|
+
</td>
|
|
248
251
|
</tr>
|
|
249
252
|
<tr>
|
|
250
253
|
<td><a href="https://promptbook.studio">Promptbook Studio</a></td>
|
|
251
|
-
<td>
|
|
254
|
+
<td>
|
|
255
|
+
Promptbook.studio is a web-based editor and runner for book applications. It is still in the experimental MVP stage.
|
|
256
|
+
</td>
|
|
252
257
|
</tr>
|
|
253
258
|
</tbody>
|
|
254
259
|
</table>
|
|
@@ -267,25 +272,25 @@ And **Promptbook.studio** branded socials:
|
|
|
267
272
|
|
|
268
273
|
- [Instagram `@promptbook.studio`](https://www.instagram.com/promptbook.studio/)
|
|
269
274
|
|
|
270
|
-
|
|
271
|
-
|
|
272
275
|
And **Promptujeme** sub-brand:
|
|
273
276
|
|
|
274
|
-
|
|
277
|
+
_/Subbrand for Czech clients/_
|
|
278
|
+
|
|
275
279
|
|
|
276
280
|
|
|
277
281
|
|
|
278
282
|
- [Promptujeme.cz](https://www.promptujeme.cz/)
|
|
279
283
|
- [Facebook `Promptujeme`](https://www.facebook.com/promptujeme/)
|
|
280
284
|
|
|
281
|
-
|
|
282
285
|
And **Promptbook.city** branded socials:
|
|
283
286
|
|
|
284
|
-
|
|
287
|
+
_/Sub-brand for images and graphics generated via Promptbook prompting/_
|
|
285
288
|
|
|
286
289
|
- [Instagram `@promptbook.city`](https://www.instagram.com/promptbook.city/)
|
|
287
290
|
- [Facebook `Promptbook City`](https://www.facebook.com/61565718625569)
|
|
288
291
|
|
|
292
|
+
##
|
|
293
|
+
|
|
289
294
|
|
|
290
295
|
|
|
291
296
|
|
package/esm/index.es.js
CHANGED
|
@@ -15,7 +15,7 @@ var BOOK_LANGUAGE_VERSION = '1.0.0';
|
|
|
15
15
|
* @generated
|
|
16
16
|
* @see https://github.com/webgptorg/promptbook
|
|
17
17
|
*/
|
|
18
|
-
var PROMPTBOOK_ENGINE_VERSION = '0.86.
|
|
18
|
+
var PROMPTBOOK_ENGINE_VERSION = '0.86.6';
|
|
19
19
|
/**
|
|
20
20
|
* TODO: string_promptbook_version should be constrained to the all versions of Promptbook engine
|
|
21
21
|
* Note: [💞] Ignore a discrepancy between file name and entity name
|
package/package.json
CHANGED
package/umd/index.umd.js
CHANGED
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
* @generated
|
|
23
23
|
* @see https://github.com/webgptorg/promptbook
|
|
24
24
|
*/
|
|
25
|
-
var PROMPTBOOK_ENGINE_VERSION = '0.86.
|
|
25
|
+
var PROMPTBOOK_ENGINE_VERSION = '0.86.6';
|
|
26
26
|
/**
|
|
27
27
|
* TODO: string_promptbook_version should be constrained to the all versions of Promptbook engine
|
|
28
28
|
* Note: [💞] Ignore a discrepancy between file name and entity name
|