@promptbook/markdown-utils 0.75.9 → 0.76.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 +10 -11
- package/esm/index.es.js +1 -1
- package/esm/index.es.js.map +1 -1
- package/esm/typings/src/_packages/gemini.index.d.ts +2 -0
- package/esm/typings/src/_packages/markdown-utils.index.d.ts +2 -0
- package/esm/typings/src/_packages/types.index.d.ts +2 -0
- package/esm/typings/src/_packages/vercel.index.d.ts +2 -0
- package/esm/typings/src/formfactors/index.d.ts +1 -0
- package/esm/typings/src/formfactors/sheets/SheetsFormfactorDefinition.d.ts +1 -0
- package/esm/typings/src/types/typeAliases.d.ts +10 -0
- package/package.json +1 -1
- package/umd/index.umd.js +1 -1
- package/umd/index.umd.js.map +1 -1
package/README.md
CHANGED
|
@@ -91,7 +91,7 @@ Promptbook project is ecosystem of multiple projects and tools, following is a l
|
|
|
91
91
|
<tr>
|
|
92
92
|
<td>Core</td>
|
|
93
93
|
<td>Promptbook Core is a description and documentation of the basic concepts, ideas and inner workings of how Promptbook should be implemented, and defines what features must be describable by book language.</td>
|
|
94
|
-
<td rowspan=2>https://
|
|
94
|
+
<td rowspan=2>https://github.com/webgptorg/book</td>
|
|
95
95
|
</tr>
|
|
96
96
|
<tr>
|
|
97
97
|
<td>Book language</td>
|
|
@@ -102,7 +102,7 @@ Promptbook project is ecosystem of multiple projects and tools, following is a l
|
|
|
102
102
|
<tr>
|
|
103
103
|
<td>Promptbook typescript project</td>
|
|
104
104
|
<td>Promptbook implementation in TypeScript released as multiple NPM packages</td>
|
|
105
|
-
<td>https://github.com/webgptorg/promptbook + Multiple packages on NPM</td>
|
|
105
|
+
<td>https://github.com/webgptorg/promptbook + <a href="https://www.npmjs.com/package/@promptbook/core#-packages-for-developers">Multiple packages published on NPM</a></td>
|
|
106
106
|
</tr>
|
|
107
107
|
<tr>
|
|
108
108
|
<td>Promptbook studio</td>
|
|
@@ -122,6 +122,12 @@ Promptbook project is ecosystem of multiple projects and tools, following is a l
|
|
|
122
122
|
</tbody>
|
|
123
123
|
</table>
|
|
124
124
|
|
|
125
|
+
Also we have a community of developers and users:
|
|
126
|
+
|
|
127
|
+
- [Discord](https://discord.gg/x3QWNaa89N)
|
|
128
|
+
- [Landing page](https://ptbk.io)
|
|
129
|
+
- [Github discussions](https://github.com/webgptorg/promptbook/discussions)
|
|
130
|
+
|
|
125
131
|
|
|
126
132
|
|
|
127
133
|
## 💙 Book language _(for prompt-engineer)_
|
|
@@ -230,6 +236,8 @@ Or you can install them separately:
|
|
|
230
236
|
- **[@promptbook/execute-javascript](https://www.npmjs.com/package/@promptbook/execute-javascript)** - Execution tools for javascript inside promptbooks
|
|
231
237
|
- **[@promptbook/openai](https://www.npmjs.com/package/@promptbook/openai)** - Execution tools for OpenAI API, wrapper around OpenAI SDK
|
|
232
238
|
- **[@promptbook/anthropic-claude](https://www.npmjs.com/package/@promptbook/anthropic-claude)** - Execution tools for Anthropic Claude API, wrapper around Anthropic Claude SDK
|
|
239
|
+
- **[@promptbook/vercel](https://www.npmjs.com/package/@promptbook/vercel)** - Adapter for Vercel functionalities
|
|
240
|
+
- **[@promptbook/gemini](https://www.npmjs.com/package/@promptbook/gemini)** - Integration with Google's Gemini API
|
|
233
241
|
- **[@promptbook/azure-openai](https://www.npmjs.com/package/@promptbook/azure-openai)** - Execution tools for Azure OpenAI API
|
|
234
242
|
- **[@promptbook/langtail](https://www.npmjs.com/package/@promptbook/langtail)** - Execution tools for Langtail API, wrapper around Langtail SDK
|
|
235
243
|
- **[@promptbook/fake-llm](https://www.npmjs.com/package/@promptbook/fake-llm)** - Mocked execution tools for testing the library and saving the tokens
|
|
@@ -249,11 +257,6 @@ Or you can install them separately:
|
|
|
249
257
|
|
|
250
258
|
## 📚 Dictionary
|
|
251
259
|
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
260
|
### 📚 Dictionary
|
|
258
261
|
|
|
259
262
|
The following glossary is used to clarify certain concepts:
|
|
@@ -269,8 +272,6 @@ The following glossary is used to clarify certain concepts:
|
|
|
269
272
|
- **Retrieval-augmented generation** is a machine learning paradigm where a model generates text by retrieving relevant information from a large database of text. This approach combines the benefits of generative models and retrieval models.
|
|
270
273
|
- **Longtail** refers to non-common or rare events, items, or entities that are not well-represented in the training data of machine learning models. Longtail items are often challenging for models to predict accurately.
|
|
271
274
|
|
|
272
|
-
|
|
273
|
-
|
|
274
275
|
_Note: Thos section is not complete dictionary, more list of general AI / LLM terms that has connection with Promptbook_
|
|
275
276
|
|
|
276
277
|
#### Promptbook core
|
|
@@ -331,8 +332,6 @@ _Note: Thos section is not complete dictionary, more list of general AI / LLM te
|
|
|
331
332
|
- [👮 Agent adversary expectations](https://github.com/webgptorg/promptbook/discussions/39)
|
|
332
333
|
- [view more](https://github.com/webgptorg/promptbook/discussions/categories/concepts)
|
|
333
334
|
|
|
334
|
-
|
|
335
|
-
|
|
336
335
|
### Terms specific to Promptbook TypeScript implementation
|
|
337
336
|
|
|
338
337
|
- Anonymous mode
|
package/esm/index.es.js
CHANGED
|
@@ -20,7 +20,7 @@ var BOOK_LANGUAGE_VERSION = '1.0.0';
|
|
|
20
20
|
*
|
|
21
21
|
* @see https://github.com/webgptorg/promptbook
|
|
22
22
|
*/
|
|
23
|
-
var PROMPTBOOK_ENGINE_VERSION = '0.75.
|
|
23
|
+
var PROMPTBOOK_ENGINE_VERSION = '0.75.10';
|
|
24
24
|
/**
|
|
25
25
|
* TODO: string_promptbook_version should be constrained to the all versions of Promptbook engine
|
|
26
26
|
* Note: [💞] Ignore a discrepancy between file name and entity name
|