@promptbook/azure-openai 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 CHANGED
@@ -289,17 +289,22 @@ Promptbook project is ecosystem of multiple projects and tools, following is a l
289
289
  <tr>
290
290
  <td><a href="https://github.com/webgptorg/book">Book language</a></td>
291
291
  <td>
292
- Book is a markdown-like language to define core entities like personas, knowledge, tasks,.... It is designed to be understandable by non-programmers and non-technical people<hr>
292
+ Book is a human-understandable markup language for writing AI applications such as chatbots, knowledge bases, agents, avarars, translators, automations and more.
293
+ <hr>
293
294
  There is also <a href="https://github.com/webgptorg/book-extension">a plugin for VSCode</a> to support <code>.book</code> file extension
294
295
  </td>
295
296
  </tr>
296
297
  <tr>
297
298
  <td><a href="https://github.com/webgptorg/promptbook">Promptbook Engine</a></td>
298
- <td>Promptbook implementation in TypeScript 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></td>
299
+ <td>
300
+ 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>
301
+ </td>
299
302
  </tr>
300
303
  <tr>
301
304
  <td><a href="https://promptbook.studio">Promptbook Studio</a></td>
302
- <td>Studio to write Books and instantly publish them as miniapps</td>
305
+ <td>
306
+ Promptbook.studio is a web-based editor and runner for book applications. It is still in the experimental MVP stage.
307
+ </td>
303
308
  </tr>
304
309
  </tbody>
305
310
  </table>
@@ -318,25 +323,25 @@ And **Promptbook.studio** branded socials:
318
323
 
319
324
  - [Instagram `@promptbook.studio`](https://www.instagram.com/promptbook.studio/)
320
325
 
321
-
322
-
323
326
  And **Promptujeme** sub-brand:
324
327
 
325
- */Subbrand for Czech clients/*
328
+ _/Subbrand for Czech clients/_
329
+
326
330
 
327
331
 
328
332
 
329
333
  - [Promptujeme.cz](https://www.promptujeme.cz/)
330
334
  - [Facebook `Promptujeme`](https://www.facebook.com/promptujeme/)
331
335
 
332
-
333
336
  And **Promptbook.city** branded socials:
334
337
 
335
- */Sub-brand for images and graphics generated via Promptbook prompting/*
338
+ _/Sub-brand for images and graphics generated via Promptbook prompting/_
336
339
 
337
340
  - [Instagram `@promptbook.city`](https://www.instagram.com/promptbook.city/)
338
341
  - [Facebook `Promptbook City`](https://www.facebook.com/61565718625569)
339
342
 
343
+ ##
344
+
340
345
 
341
346
 
342
347
 
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.5';
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
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@promptbook/azure-openai",
3
- "version": "0.86.5",
3
+ "version": "0.86.6",
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/azure-openai.index.d.ts",
49
49
  "peerDependencies": {
50
- "@promptbook/core": "0.86.5"
50
+ "@promptbook/core": "0.86.6"
51
51
  },
52
52
  "dependencies": {
53
53
  "@azure/openai": "1.0.0-beta.12",
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.5';
26
+ var PROMPTBOOK_ENGINE_VERSION = '0.86.6';
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