@promptbook/pdf 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 +2 -2
- package/umd/index.umd.js +1 -1
- package/umd/index.umd.js.map +1 -1
package/README.md
CHANGED
|
@@ -93,7 +93,7 @@ Promptbook project is ecosystem of multiple projects and tools, following is a l
|
|
|
93
93
|
<tr>
|
|
94
94
|
<td>Core</td>
|
|
95
95
|
<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>
|
|
96
|
-
<td rowspan=2>https://
|
|
96
|
+
<td rowspan=2>https://github.com/webgptorg/book</td>
|
|
97
97
|
</tr>
|
|
98
98
|
<tr>
|
|
99
99
|
<td>Book language</td>
|
|
@@ -104,7 +104,7 @@ Promptbook project is ecosystem of multiple projects and tools, following is a l
|
|
|
104
104
|
<tr>
|
|
105
105
|
<td>Promptbook typescript project</td>
|
|
106
106
|
<td>Promptbook implementation in TypeScript released as multiple NPM packages</td>
|
|
107
|
-
<td>https://github.com/webgptorg/promptbook + Multiple packages on NPM</td>
|
|
107
|
+
<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>
|
|
108
108
|
</tr>
|
|
109
109
|
<tr>
|
|
110
110
|
<td>Promptbook studio</td>
|
|
@@ -124,6 +124,12 @@ Promptbook project is ecosystem of multiple projects and tools, following is a l
|
|
|
124
124
|
</tbody>
|
|
125
125
|
</table>
|
|
126
126
|
|
|
127
|
+
Also we have a community of developers and users:
|
|
128
|
+
|
|
129
|
+
- [Discord](https://discord.gg/x3QWNaa89N)
|
|
130
|
+
- [Landing page](https://ptbk.io)
|
|
131
|
+
- [Github discussions](https://github.com/webgptorg/promptbook/discussions)
|
|
132
|
+
|
|
127
133
|
|
|
128
134
|
|
|
129
135
|
## 💙 Book language _(for prompt-engineer)_
|
|
@@ -232,6 +238,8 @@ Or you can install them separately:
|
|
|
232
238
|
- **[@promptbook/execute-javascript](https://www.npmjs.com/package/@promptbook/execute-javascript)** - Execution tools for javascript inside promptbooks
|
|
233
239
|
- **[@promptbook/openai](https://www.npmjs.com/package/@promptbook/openai)** - Execution tools for OpenAI API, wrapper around OpenAI SDK
|
|
234
240
|
- **[@promptbook/anthropic-claude](https://www.npmjs.com/package/@promptbook/anthropic-claude)** - Execution tools for Anthropic Claude API, wrapper around Anthropic Claude SDK
|
|
241
|
+
- **[@promptbook/vercel](https://www.npmjs.com/package/@promptbook/vercel)** - Adapter for Vercel functionalities
|
|
242
|
+
- **[@promptbook/gemini](https://www.npmjs.com/package/@promptbook/gemini)** - Integration with Google's Gemini API
|
|
235
243
|
- **[@promptbook/azure-openai](https://www.npmjs.com/package/@promptbook/azure-openai)** - Execution tools for Azure OpenAI API
|
|
236
244
|
- **[@promptbook/langtail](https://www.npmjs.com/package/@promptbook/langtail)** - Execution tools for Langtail API, wrapper around Langtail SDK
|
|
237
245
|
- **[@promptbook/fake-llm](https://www.npmjs.com/package/@promptbook/fake-llm)** - Mocked execution tools for testing the library and saving the tokens
|
|
@@ -251,11 +259,6 @@ Or you can install them separately:
|
|
|
251
259
|
|
|
252
260
|
## 📚 Dictionary
|
|
253
261
|
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
262
|
### 📚 Dictionary
|
|
260
263
|
|
|
261
264
|
The following glossary is used to clarify certain concepts:
|
|
@@ -271,8 +274,6 @@ The following glossary is used to clarify certain concepts:
|
|
|
271
274
|
- **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.
|
|
272
275
|
- **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.
|
|
273
276
|
|
|
274
|
-
|
|
275
|
-
|
|
276
277
|
_Note: Thos section is not complete dictionary, more list of general AI / LLM terms that has connection with Promptbook_
|
|
277
278
|
|
|
278
279
|
#### Promptbook core
|
|
@@ -333,8 +334,6 @@ _Note: Thos section is not complete dictionary, more list of general AI / LLM te
|
|
|
333
334
|
- [👮 Agent adversary expectations](https://github.com/webgptorg/promptbook/discussions/39)
|
|
334
335
|
- [view more](https://github.com/webgptorg/promptbook/discussions/categories/concepts)
|
|
335
336
|
|
|
336
|
-
|
|
337
|
-
|
|
338
337
|
### Terms specific to Promptbook TypeScript implementation
|
|
339
338
|
|
|
340
339
|
- 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
|