@promptbook/cli 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.
Files changed (36) hide show
  1. package/README.md +4 -20
  2. package/esm/index.es.js +688 -616
  3. package/esm/index.es.js.map +1 -1
  4. package/esm/typings/src/_packages/core.index.d.ts +2 -0
  5. package/esm/typings/src/_packages/types.index.d.ts +2 -0
  6. package/esm/typings/src/cli/cli-commands/make.d.ts +1 -1
  7. package/esm/typings/src/cli/cli-commands/run.d.ts +2 -2
  8. package/esm/typings/src/collection/constructors/createCollectionFromDirectory.d.ts +11 -0
  9. package/esm/typings/src/collection/constructors/createCollectionFromUrl.d.ts +1 -1
  10. package/esm/typings/src/commands/index.d.ts +1 -1
  11. package/esm/typings/src/config.d.ts +2 -2
  12. package/esm/typings/src/conversion/parsePipeline.d.ts +1 -1
  13. package/esm/typings/src/conversion/prettify/renderPipelineMermaidOptions.d.ts +3 -3
  14. package/esm/typings/src/conversion/validation/validatePipeline.d.ts +7 -7
  15. package/esm/typings/src/errors/utils/getErrorReportUrl.d.ts +1 -1
  16. package/esm/typings/src/llm-providers/anthropic-claude/anthropic-claude-models.d.ts +1 -1
  17. package/esm/typings/src/llm-providers/anthropic-claude/createAnthropicClaudeExecutionTools.d.ts +2 -2
  18. package/esm/typings/src/llm-providers/anthropic-claude/playground/playground.d.ts +2 -2
  19. package/esm/typings/src/llm-providers/openai/playground/playground.d.ts +1 -1
  20. package/esm/typings/src/llm-providers/vercel/playground/playground.d.ts +1 -1
  21. package/esm/typings/src/other/templates/getBookTemplates.d.ts +1 -1
  22. package/esm/typings/src/personas/preparePersona.d.ts +4 -4
  23. package/esm/typings/src/pipeline/PipelineString.d.ts +0 -3
  24. package/esm/typings/src/pipeline/book-notation.d.ts +0 -1
  25. package/esm/typings/src/pipeline/isValidPipelineString.d.ts +3 -1
  26. package/esm/typings/src/pipeline/validatePipelineString.d.ts +14 -0
  27. package/esm/typings/src/prepare/isPipelinePrepared.d.ts +1 -1
  28. package/esm/typings/src/prepare/prepareTasks.d.ts +1 -1
  29. package/esm/typings/src/scripting/javascript/JavascriptEvalExecutionTools.test.d.ts +1 -1
  30. package/esm/typings/src/scripting/javascript/utils/preserve.d.ts +1 -1
  31. package/esm/typings/src/types/typeAliases.d.ts +8 -2
  32. package/esm/typings/src/utils/serialization/checkSerializableAsJson.d.ts +1 -1
  33. package/esm/typings/src/utils/serialization/isSerializableAsJson.d.ts +1 -1
  34. package/package.json +1 -1
  35. package/umd/index.umd.js +688 -616
  36. package/umd/index.umd.js.map +1 -1
package/README.md CHANGED
@@ -189,32 +189,25 @@ We also have a community of developers and users of **Promptbook**:
189
189
  - [Landing page `ptbk.io`](https://ptbk.io)
190
190
  - [Github discussions](https://github.com/webgptorg/promptbook/discussions)
191
191
  - [LinkedIn `Promptbook`](https://linkedin.com/company/promptbook)
192
- - [Facebook `Promptbook`](https://www.facebook.com/61560776453536)
192
+ - [Facebook `Promptbook`](https://www.facebook.com/61560776453536)
193
193
 
194
194
  And **Promptbook.studio** branded socials:
195
195
 
196
-
197
-
198
196
  - [Instagram `@promptbook.studio`](https://www.instagram.com/promptbook.studio/)
199
197
 
200
-
201
-
202
198
  And **Promptujeme** sub-brand:
203
199
 
204
- */Subbrand for Czech clients/*
205
-
206
-
200
+ _/Subbrand for Czech clients/_
207
201
 
208
202
  - [Promptujeme.cz](https://www.promptujeme.cz/)
209
203
  - [Facebook `Promptujeme`](https://www.facebook.com/promptujeme/)
210
204
 
211
-
212
205
  And **Promptbook.city** branded socials:
213
206
 
214
- */Sub-brand for images and graphics generated via Promptbook prompting/*
207
+ _/Sub-brand for images and graphics generated via Promptbook prompting/_
215
208
 
216
209
  - [Instagram `@promptbook.city`](https://www.instagram.com/promptbook.city/)
217
- - [Facebook `Promptbook City`](https://www.facebook.com/61565718625569)
210
+ - [Facebook `Promptbook City`](https://www.facebook.com/61565718625569)
218
211
 
219
212
 
220
213
 
@@ -348,11 +341,6 @@ Or you can install them separately:
348
341
 
349
342
  ## 📚 Dictionary
350
343
 
351
-
352
-
353
-
354
-
355
-
356
344
  ### 📚 Dictionary
357
345
 
358
346
  The following glossary is used to clarify certain concepts:
@@ -368,8 +356,6 @@ The following glossary is used to clarify certain concepts:
368
356
  - **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.
369
357
  - **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.
370
358
 
371
-
372
-
373
359
  _Note: Thos section is not complete dictionary, more list of general AI / LLM terms that has connection with Promptbook_
374
360
 
375
361
  #### Promptbook core
@@ -430,8 +416,6 @@ _Note: Thos section is not complete dictionary, more list of general AI / LLM te
430
416
  - [👮 Agent adversary expectations](https://github.com/webgptorg/promptbook/discussions/39)
431
417
  - [view more](https://github.com/webgptorg/promptbook/discussions/categories/concepts)
432
418
 
433
-
434
-
435
419
  ### Terms specific to Promptbook TypeScript implementation
436
420
 
437
421
  - Anonymous mode