@promptbook/node 0.81.0-21 → 0.81.0-23
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 +4 -20
- package/esm/index.es.js +784 -753
- package/esm/index.es.js.map +1 -1
- package/esm/typings/src/_packages/core.index.d.ts +2 -0
- package/esm/typings/src/_packages/types.index.d.ts +2 -0
- package/esm/typings/src/cli/cli-commands/make.d.ts +1 -1
- package/esm/typings/src/cli/cli-commands/run.d.ts +2 -2
- package/esm/typings/src/collection/constructors/createCollectionFromDirectory.d.ts +11 -0
- package/esm/typings/src/collection/constructors/createCollectionFromUrl.d.ts +1 -1
- package/esm/typings/src/commands/index.d.ts +1 -1
- package/esm/typings/src/config.d.ts +2 -2
- package/esm/typings/src/conversion/parsePipeline.d.ts +1 -1
- package/esm/typings/src/conversion/prettify/renderPipelineMermaidOptions.d.ts +3 -3
- package/esm/typings/src/conversion/validation/validatePipeline.d.ts +7 -7
- package/esm/typings/src/errors/utils/getErrorReportUrl.d.ts +1 -1
- package/esm/typings/src/llm-providers/anthropic-claude/anthropic-claude-models.d.ts +1 -1
- package/esm/typings/src/llm-providers/anthropic-claude/createAnthropicClaudeExecutionTools.d.ts +2 -2
- package/esm/typings/src/llm-providers/anthropic-claude/playground/playground.d.ts +2 -2
- package/esm/typings/src/llm-providers/openai/playground/playground.d.ts +1 -1
- package/esm/typings/src/llm-providers/vercel/playground/playground.d.ts +1 -1
- package/esm/typings/src/other/templates/getBookTemplates.d.ts +1 -1
- package/esm/typings/src/personas/preparePersona.d.ts +4 -4
- package/esm/typings/src/pipeline/PipelineString.d.ts +0 -3
- package/esm/typings/src/pipeline/book-notation.d.ts +0 -1
- package/esm/typings/src/pipeline/isValidPipelineString.d.ts +3 -1
- package/esm/typings/src/pipeline/validatePipelineString.d.ts +14 -0
- package/esm/typings/src/prepare/isPipelinePrepared.d.ts +1 -1
- package/esm/typings/src/prepare/prepareTasks.d.ts +1 -1
- package/esm/typings/src/scripting/javascript/JavascriptEvalExecutionTools.test.d.ts +1 -1
- package/esm/typings/src/scripting/javascript/utils/preserve.d.ts +1 -1
- package/esm/typings/src/types/typeAliases.d.ts +8 -2
- package/esm/typings/src/utils/serialization/checkSerializableAsJson.d.ts +1 -1
- package/esm/typings/src/utils/serialization/isSerializableAsJson.d.ts +1 -1
- package/package.json +2 -2
- package/umd/index.umd.js +661 -630
- package/umd/index.umd.js.map +1 -1
package/README.md
CHANGED
|
@@ -136,32 +136,25 @@ We also have a community of developers and users of **Promptbook**:
|
|
|
136
136
|
- [Landing page `ptbk.io`](https://ptbk.io)
|
|
137
137
|
- [Github discussions](https://github.com/webgptorg/promptbook/discussions)
|
|
138
138
|
- [LinkedIn `Promptbook`](https://linkedin.com/company/promptbook)
|
|
139
|
-
- [Facebook `Promptbook`](https://www.facebook.com/61560776453536)
|
|
139
|
+
- [Facebook `Promptbook`](https://www.facebook.com/61560776453536)
|
|
140
140
|
|
|
141
141
|
And **Promptbook.studio** branded socials:
|
|
142
142
|
|
|
143
|
-
|
|
144
|
-
|
|
145
143
|
- [Instagram `@promptbook.studio`](https://www.instagram.com/promptbook.studio/)
|
|
146
144
|
|
|
147
|
-
|
|
148
|
-
|
|
149
145
|
And **Promptujeme** sub-brand:
|
|
150
146
|
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
147
|
+
_/Subbrand for Czech clients/_
|
|
154
148
|
|
|
155
149
|
- [Promptujeme.cz](https://www.promptujeme.cz/)
|
|
156
150
|
- [Facebook `Promptujeme`](https://www.facebook.com/promptujeme/)
|
|
157
151
|
|
|
158
|
-
|
|
159
152
|
And **Promptbook.city** branded socials:
|
|
160
153
|
|
|
161
|
-
|
|
154
|
+
_/Sub-brand for images and graphics generated via Promptbook prompting/_
|
|
162
155
|
|
|
163
156
|
- [Instagram `@promptbook.city`](https://www.instagram.com/promptbook.city/)
|
|
164
|
-
- [Facebook `Promptbook City`](https://www.facebook.com/61565718625569)
|
|
157
|
+
- [Facebook `Promptbook City`](https://www.facebook.com/61565718625569)
|
|
165
158
|
|
|
166
159
|
|
|
167
160
|
|
|
@@ -295,11 +288,6 @@ Or you can install them separately:
|
|
|
295
288
|
|
|
296
289
|
## 📚 Dictionary
|
|
297
290
|
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
291
|
### 📚 Dictionary
|
|
304
292
|
|
|
305
293
|
The following glossary is used to clarify certain concepts:
|
|
@@ -315,8 +303,6 @@ The following glossary is used to clarify certain concepts:
|
|
|
315
303
|
- **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.
|
|
316
304
|
- **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.
|
|
317
305
|
|
|
318
|
-
|
|
319
|
-
|
|
320
306
|
_Note: Thos section is not complete dictionary, more list of general AI / LLM terms that has connection with Promptbook_
|
|
321
307
|
|
|
322
308
|
#### Promptbook core
|
|
@@ -377,8 +363,6 @@ _Note: Thos section is not complete dictionary, more list of general AI / LLM te
|
|
|
377
363
|
- [👮 Agent adversary expectations](https://github.com/webgptorg/promptbook/discussions/39)
|
|
378
364
|
- [view more](https://github.com/webgptorg/promptbook/discussions/categories/concepts)
|
|
379
365
|
|
|
380
|
-
|
|
381
|
-
|
|
382
366
|
### Terms specific to Promptbook TypeScript implementation
|
|
383
367
|
|
|
384
368
|
- Anonymous mode
|