@promptbook/google 0.86.5 → 0.86.8
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 +2 -2
- package/umd/index.umd.js +1 -1
package/README.md
CHANGED
|
@@ -281,17 +281,22 @@ Promptbook project is ecosystem of multiple projects and tools, following is a l
|
|
|
281
281
|
<tr>
|
|
282
282
|
<td><a href="https://github.com/webgptorg/book">Book language</a></td>
|
|
283
283
|
<td>
|
|
284
|
-
Book is a
|
|
284
|
+
Book is a human-understandable markup language for writing AI applications such as chatbots, knowledge bases, agents, avarars, translators, automations and more.
|
|
285
|
+
<hr>
|
|
285
286
|
There is also <a href="https://github.com/webgptorg/book-extension">a plugin for VSCode</a> to support <code>.book</code> file extension
|
|
286
287
|
</td>
|
|
287
288
|
</tr>
|
|
288
289
|
<tr>
|
|
289
290
|
<td><a href="https://github.com/webgptorg/promptbook">Promptbook Engine</a></td>
|
|
290
|
-
<td>
|
|
291
|
+
<td>
|
|
292
|
+
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>
|
|
293
|
+
</td>
|
|
291
294
|
</tr>
|
|
292
295
|
<tr>
|
|
293
296
|
<td><a href="https://promptbook.studio">Promptbook Studio</a></td>
|
|
294
|
-
<td>
|
|
297
|
+
<td>
|
|
298
|
+
Promptbook.studio is a web-based editor and runner for book applications. It is still in the experimental MVP stage.
|
|
299
|
+
</td>
|
|
295
300
|
</tr>
|
|
296
301
|
</tbody>
|
|
297
302
|
</table>
|
|
@@ -310,25 +315,25 @@ And **Promptbook.studio** branded socials:
|
|
|
310
315
|
|
|
311
316
|
- [Instagram `@promptbook.studio`](https://www.instagram.com/promptbook.studio/)
|
|
312
317
|
|
|
313
|
-
|
|
314
|
-
|
|
315
318
|
And **Promptujeme** sub-brand:
|
|
316
319
|
|
|
317
|
-
|
|
320
|
+
_/Subbrand for Czech clients/_
|
|
321
|
+
|
|
318
322
|
|
|
319
323
|
|
|
320
324
|
|
|
321
325
|
- [Promptujeme.cz](https://www.promptujeme.cz/)
|
|
322
326
|
- [Facebook `Promptujeme`](https://www.facebook.com/promptujeme/)
|
|
323
327
|
|
|
324
|
-
|
|
325
328
|
And **Promptbook.city** branded socials:
|
|
326
329
|
|
|
327
|
-
|
|
330
|
+
_/Sub-brand for images and graphics generated via Promptbook prompting/_
|
|
328
331
|
|
|
329
332
|
- [Instagram `@promptbook.city`](https://www.instagram.com/promptbook.city/)
|
|
330
333
|
- [Facebook `Promptbook City`](https://www.facebook.com/61565718625569)
|
|
331
334
|
|
|
335
|
+
##
|
|
336
|
+
|
|
332
337
|
|
|
333
338
|
|
|
334
339
|
|
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.8';
|
|
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
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@promptbook/google",
|
|
3
|
-
"version": "0.86.
|
|
3
|
+
"version": "0.86.8",
|
|
4
4
|
"description": "It's time for a paradigm shift. The future of software in plain English, French or Latin",
|
|
5
5
|
"private": false,
|
|
6
6
|
"sideEffects": false,
|
|
@@ -47,7 +47,7 @@
|
|
|
47
47
|
"module": "./esm/index.es.js",
|
|
48
48
|
"typings": "./esm/typings/src/_packages/google.index.d.ts",
|
|
49
49
|
"peerDependencies": {
|
|
50
|
-
"@promptbook/core": "0.86.
|
|
50
|
+
"@promptbook/core": "0.86.8"
|
|
51
51
|
},
|
|
52
52
|
"dependencies": {
|
|
53
53
|
"@ai-sdk/google": "1.0.5",
|
package/umd/index.umd.js
CHANGED
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
* @generated
|
|
24
24
|
* @see https://github.com/webgptorg/promptbook
|
|
25
25
|
*/
|
|
26
|
-
var PROMPTBOOK_ENGINE_VERSION = '0.86.
|
|
26
|
+
var PROMPTBOOK_ENGINE_VERSION = '0.86.8';
|
|
27
27
|
/**
|
|
28
28
|
* TODO: string_promptbook_version should be constrained to the all versions of Promptbook engine
|
|
29
29
|
* Note: [💞] Ignore a discrepancy between file name and entity name
|