@promptbook/templates 0.94.0 → 0.95.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.
Files changed (61) hide show
  1. package/README.md +2 -10
  2. package/esm/index.es.js +80 -80
  3. package/esm/index.es.js.map +1 -1
  4. package/esm/typings/src/_packages/types.index.d.ts +2 -2
  5. package/esm/typings/src/_packages/{wizzard.index.d.ts → wizard.index.d.ts} +2 -2
  6. package/esm/typings/src/cli/cli-commands/prettify.d.ts +1 -1
  7. package/esm/typings/src/cli/cli-commands/test-command.d.ts +1 -1
  8. package/esm/typings/src/conversion/archive/loadArchive.d.ts +1 -1
  9. package/esm/typings/src/conversion/archive/saveArchive.d.ts +2 -2
  10. package/esm/typings/src/conversion/prettify/renderPipelineMermaidOptions.d.ts +1 -1
  11. package/esm/typings/src/dialogs/callback/CallbackInterfaceTools.d.ts +1 -1
  12. package/esm/typings/src/execution/AbstractTaskResult.d.ts +2 -2
  13. package/esm/typings/src/execution/createPipelineExecutor/00-CreatePipelineExecutorOptions.d.ts +1 -1
  14. package/esm/typings/src/execution/execution-report/ExecutionPromptReportJson.d.ts +2 -2
  15. package/esm/typings/src/execution/translation/automatic-translate/translateMessages.d.ts +1 -1
  16. package/esm/typings/src/llm-providers/_common/register/{$provideLlmToolsForWizzardOrCli.d.ts → $provideLlmToolsForWizardOrCli.d.ts} +2 -2
  17. package/esm/typings/src/llm-providers/anthropic-claude/register-configuration.d.ts +1 -1
  18. package/esm/typings/src/llm-providers/anthropic-claude/register-constructor.d.ts +1 -1
  19. package/esm/typings/src/llm-providers/azure-openai/register-configuration.d.ts +1 -1
  20. package/esm/typings/src/llm-providers/azure-openai/register-constructor.d.ts +1 -1
  21. package/esm/typings/src/llm-providers/deepseek/register-configuration.d.ts +1 -1
  22. package/esm/typings/src/llm-providers/deepseek/register-constructor.d.ts +1 -1
  23. package/esm/typings/src/llm-providers/google/register-configuration.d.ts +1 -1
  24. package/esm/typings/src/llm-providers/google/register-constructor.d.ts +1 -1
  25. package/esm/typings/src/llm-providers/ollama/register-configuration.d.ts +1 -1
  26. package/esm/typings/src/llm-providers/ollama/register-constructor.d.ts +1 -1
  27. package/esm/typings/src/llm-providers/openai/OpenAiAssistantExecutionTools.d.ts +1 -1
  28. package/esm/typings/src/llm-providers/openai/register-configuration.d.ts +2 -2
  29. package/esm/typings/src/llm-providers/openai/register-constructor.d.ts +2 -2
  30. package/esm/typings/src/remote-server/socket-types/listModels/PromptbookServer_ListModels_Request.d.ts +1 -1
  31. package/esm/typings/src/scrapers/_boilerplate/createBoilerplateScraper.d.ts +1 -1
  32. package/esm/typings/src/scrapers/_boilerplate/register-constructor.d.ts +1 -1
  33. package/esm/typings/src/scrapers/_boilerplate/register-metadata.d.ts +2 -2
  34. package/esm/typings/src/scrapers/_common/prepareKnowledgePieces.d.ts +1 -1
  35. package/esm/typings/src/scrapers/_common/register/ScraperAndConverterMetadata.d.ts +1 -1
  36. package/esm/typings/src/scrapers/document/createDocumentScraper.d.ts +1 -1
  37. package/esm/typings/src/scrapers/document/register-constructor.d.ts +1 -1
  38. package/esm/typings/src/scrapers/document/register-metadata.d.ts +2 -2
  39. package/esm/typings/src/scrapers/document-legacy/createLegacyDocumentScraper.d.ts +1 -1
  40. package/esm/typings/src/scrapers/document-legacy/register-constructor.d.ts +1 -1
  41. package/esm/typings/src/scrapers/document-legacy/register-metadata.d.ts +2 -2
  42. package/esm/typings/src/scrapers/markdown/createMarkdownScraper.d.ts +1 -4
  43. package/esm/typings/src/scrapers/markdown/register-constructor.d.ts +1 -1
  44. package/esm/typings/src/scrapers/markdown/register-metadata.d.ts +2 -2
  45. package/esm/typings/src/scrapers/markitdown/createMarkitdownScraper.d.ts +1 -1
  46. package/esm/typings/src/scrapers/markitdown/register-constructor.d.ts +1 -1
  47. package/esm/typings/src/scrapers/markitdown/register-metadata.d.ts +2 -2
  48. package/esm/typings/src/scrapers/pdf/createPdfScraper.d.ts +1 -1
  49. package/esm/typings/src/scrapers/pdf/register-constructor.d.ts +1 -1
  50. package/esm/typings/src/scrapers/pdf/register-metadata.d.ts +2 -2
  51. package/esm/typings/src/scrapers/website/createWebsiteScraper.d.ts +1 -1
  52. package/esm/typings/src/scrapers/website/register-constructor.d.ts +1 -1
  53. package/esm/typings/src/scrapers/website/register-metadata.d.ts +2 -2
  54. package/esm/typings/src/types/typeAliases.d.ts +1 -1
  55. package/esm/typings/src/utils/files/listAllFiles.d.ts +1 -1
  56. package/esm/typings/src/version.d.ts +1 -1
  57. package/esm/typings/src/{wizzard → wizard}/$getCompiledBook.d.ts +2 -2
  58. package/esm/typings/src/{wizzard/wizzard.d.ts → wizard/wizard.d.ts} +6 -6
  59. package/package.json +2 -14
  60. package/umd/index.umd.js +80 -80
  61. package/umd/index.umd.js.map +1 -1
package/README.md CHANGED
@@ -58,8 +58,6 @@ Rest of the documentation is common for **entire promptbook ecosystem**:
58
58
 
59
59
  During the computer revolution, we have seen [multiple generations of computer languages](https://github.com/webgptorg/promptbook/discussions/180), from the physical rewiring of the vacuum tubes through low-level machine code to the high-level languages like Python or JavaScript. And now, we're on the edge of the **next revolution**!
60
60
 
61
-
62
-
63
61
  It's a revolution of writing software in **plain human language** that is understandable and executable by both humans and machines – and it's going to change everything!
64
62
 
65
63
  The incredible growth in power of microprocessors and the Moore's Law have been the driving force behind the ever-more powerful languages, and it's been an amazing journey! Similarly, the large language models (like GPT or Claude) are the next big thing in language technology, and they're set to transform the way we interact with computers.
@@ -185,8 +183,6 @@ Join our growing community of developers and users:
185
183
 
186
184
  _A concise, Markdown-based DSL for crafting AI workflows and automations._
187
185
 
188
-
189
-
190
186
  ### Introduction
191
187
 
192
188
  Book is a Markdown-based language that simplifies the creation of AI applications, workflows, and automations. With human-readable commands, you can define inputs, outputs, personas, knowledge sources, and actions—without needing model-specific details.
@@ -236,8 +232,6 @@ Personas can have access to different knowledge, tools and actions. They can als
236
232
 
237
233
  - [PERSONA](https://github.com/webgptorg/promptbook/blob/main/documents/commands/PERSONA.md)
238
234
 
239
-
240
-
241
235
  ### **3. How:** Knowledge, Instruments and Actions
242
236
 
243
237
  The resources used by the personas are used to do the work.
@@ -285,13 +279,13 @@ Or you can install them separately:
285
279
 
286
280
  - ⭐ **[ptbk](https://www.npmjs.com/package/ptbk)** - Bundle of all packages, when you want to install everything and you don't care about the size
287
281
  - **[promptbook](https://www.npmjs.com/package/promptbook)** - Same as `ptbk`
288
- - ⭐🧙‍♂️ **[@promptbook/wizzard](https://www.npmjs.com/package/@promptbook/wizzard)** - Wizzard to just run the books in node without any struggle
282
+ - ⭐🧙‍♂️ **[@promptbook/wizard](https://www.npmjs.com/package/@promptbook/wizard)** - Wizard to just run the books in node without any struggle
289
283
  - **[@promptbook/core](https://www.npmjs.com/package/@promptbook/core)** - Core of the library, it contains the main logic for promptbooks
290
284
  - **[@promptbook/node](https://www.npmjs.com/package/@promptbook/node)** - Core of the library for Node.js environment
291
285
  - **[@promptbook/browser](https://www.npmjs.com/package/@promptbook/browser)** - Core of the library for browser environment
292
286
  - ⭐ **[@promptbook/utils](https://www.npmjs.com/package/@promptbook/utils)** - Utility functions used in the library but also useful for individual use in preprocessing and postprocessing LLM inputs and outputs
293
287
  - **[@promptbook/markdown-utils](https://www.npmjs.com/package/@promptbook/markdown-utils)** - Utility functions used for processing markdown
294
- - _(Not finished)_ **[@promptbook/wizzard](https://www.npmjs.com/package/@promptbook/wizzard)** - Wizard for creating+running promptbooks in single line
288
+ - _(Not finished)_ **[@promptbook/wizard](https://www.npmjs.com/package/@promptbook/wizard)** - Wizard for creating+running promptbooks in single line
295
289
  - **[@promptbook/javascript](https://www.npmjs.com/package/@promptbook/javascript)** - Execution tools for javascript inside promptbooks
296
290
  - **[@promptbook/openai](https://www.npmjs.com/package/@promptbook/openai)** - Execution tools for OpenAI API, wrapper around OpenAI SDK
297
291
  - **[@promptbook/anthropic-claude](https://www.npmjs.com/package/@promptbook/anthropic-claude)** - Execution tools for Anthropic Claude API, wrapper around Anthropic Claude SDK
@@ -337,8 +331,6 @@ The following glossary is used to clarify certain concepts:
337
331
 
338
332
  _Note: This section is not a complete dictionary, more list of general AI / LLM terms that has connection with Promptbook_
339
333
 
340
-
341
-
342
334
  ### 💯 Core concepts
343
335
 
344
336
  - [📚 Collection of pipelines](https://github.com/webgptorg/promptbook/discussions/65)
package/esm/index.es.js CHANGED
@@ -16,7 +16,7 @@ const BOOK_LANGUAGE_VERSION = '1.0.0';
16
16
  * @generated
17
17
  * @see https://github.com/webgptorg/promptbook
18
18
  */
19
- const PROMPTBOOK_ENGINE_VERSION = '0.94.0';
19
+ const PROMPTBOOK_ENGINE_VERSION = '0.95.0';
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
@@ -396,7 +396,7 @@ function prettifyMarkdown(content) {
396
396
  });
397
397
  }
398
398
  catch (error) {
399
- // TODO: [🟥] Detect browser / node and make it colorfull
399
+ // TODO: [🟥] Detect browser / node and make it colorful
400
400
  console.error('There was an error with prettifying the markdown, using the original as the fallback', {
401
401
  error,
402
402
  html: content,
@@ -678,7 +678,7 @@ function checkSerializableAsJson(options) {
678
678
  else {
679
679
  for (const [subName, subValue] of Object.entries(value)) {
680
680
  if (subValue === undefined) {
681
- // Note: undefined in object is serializable - it is just omited
681
+ // Note: undefined in object is serializable - it is just omitted
682
682
  continue;
683
683
  }
684
684
  checkSerializableAsJson({ name: `${name}.${subName}`, value: subValue, message });
@@ -1350,7 +1350,7 @@ class SimplePipelineCollection {
1350
1350
 
1351
1351
  Note: You have probably forgotten to run "ptbk make" to update the collection
1352
1352
  Note: Pipelines with the same URL are not allowed
1353
- Only exepction is when the pipelines are identical
1353
+ Only exception is when the pipelines are identical
1354
1354
 
1355
1355
  `));
1356
1356
  }
@@ -1534,8 +1534,8 @@ function getTemplatesPipelineCollection() {
1534
1534
  "modelsRequirements": [
1535
1535
  {
1536
1536
  "modelVariant": "CHAT",
1537
- "modelName": "deepseek-chat-pro",
1538
- "systemMessage": "You are a helpful assistant and experienced AI engineer, specializing in assisting with the Promptbook Project development.",
1537
+ "modelName": "claude-3-5-sonnet-20240620",
1538
+ "systemMessage": "You are a developer of the Promptbook Project.",
1539
1539
  "temperature": 0.7
1540
1540
  }
1541
1541
  ],
@@ -1547,17 +1547,17 @@ function getTemplatesPipelineCollection() {
1547
1547
  "preparations": [
1548
1548
  {
1549
1549
  "id": 1,
1550
- "promptbookVersion": "0.94.0-16",
1550
+ "promptbookVersion": "0.94.0",
1551
1551
  "usage": {
1552
1552
  "price": {
1553
- "value": 0.039950000000000006
1553
+ "value": 0.03987000000000001
1554
1554
  },
1555
1555
  "input": {
1556
1556
  "tokensCount": {
1557
- "value": 7837
1557
+ "value": 7836
1558
1558
  },
1559
1559
  "charactersCount": {
1560
- "value": 2378
1560
+ "value": 2377
1561
1561
  },
1562
1562
  "wordsCount": {
1563
1563
  "value": 348
@@ -1577,19 +1577,19 @@ function getTemplatesPipelineCollection() {
1577
1577
  },
1578
1578
  "output": {
1579
1579
  "tokensCount": {
1580
- "value": 51
1580
+ "value": 46
1581
1581
  },
1582
1582
  "charactersCount": {
1583
- "value": 219
1583
+ "value": 138
1584
1584
  },
1585
1585
  "wordsCount": {
1586
- "value": 27
1586
+ "value": 20
1587
1587
  },
1588
1588
  "sentencesCount": {
1589
1589
  "value": 3
1590
1590
  },
1591
1591
  "linesCount": {
1592
- "value": 7
1592
+ "value": 6
1593
1593
  },
1594
1594
  "paragraphsCount": {
1595
1595
  "value": 1
@@ -2006,8 +2006,8 @@ function getTemplatesPipelineCollection() {
2006
2006
  "modelsRequirements": [
2007
2007
  {
2008
2008
  "modelVariant": "CHAT",
2009
- "modelName": "deepseek-chat-pro",
2010
- "systemMessage": "You are a helpful assistant and experienced AI engineer, specializing in assisting with the Promptbook Project development.",
2009
+ "modelName": "claude-3-5-sonnet-20240620",
2010
+ "systemMessage": "You are a developer of the Promptbook Project.",
2011
2011
  "temperature": 0.7
2012
2012
  }
2013
2013
  ],
@@ -2019,17 +2019,17 @@ function getTemplatesPipelineCollection() {
2019
2019
  "preparations": [
2020
2020
  {
2021
2021
  "id": 1,
2022
- "promptbookVersion": "0.94.0-16",
2022
+ "promptbookVersion": "0.94.0",
2023
2023
  "usage": {
2024
2024
  "price": {
2025
- "value": 0.039950000000000006
2025
+ "value": 0.03987000000000001
2026
2026
  },
2027
2027
  "input": {
2028
2028
  "tokensCount": {
2029
- "value": 7837
2029
+ "value": 7836
2030
2030
  },
2031
2031
  "charactersCount": {
2032
- "value": 2378
2032
+ "value": 2377
2033
2033
  },
2034
2034
  "wordsCount": {
2035
2035
  "value": 348
@@ -2049,19 +2049,19 @@ function getTemplatesPipelineCollection() {
2049
2049
  },
2050
2050
  "output": {
2051
2051
  "tokensCount": {
2052
- "value": 51
2052
+ "value": 46
2053
2053
  },
2054
2054
  "charactersCount": {
2055
- "value": 219
2055
+ "value": 138
2056
2056
  },
2057
2057
  "wordsCount": {
2058
- "value": 27
2058
+ "value": 20
2059
2059
  },
2060
2060
  "sentencesCount": {
2061
2061
  "value": 3
2062
2062
  },
2063
2063
  "linesCount": {
2064
- "value": 7
2064
+ "value": 6
2065
2065
  },
2066
2066
  "paragraphsCount": {
2067
2067
  "value": 1
@@ -2655,8 +2655,8 @@ function getTemplatesPipelineCollection() {
2655
2655
  "modelsRequirements": [
2656
2656
  {
2657
2657
  "modelVariant": "CHAT",
2658
- "modelName": "claude-3-5-sonnet-20240620",
2659
- "systemMessage": "You are a linguist and Corrector.",
2658
+ "modelName": "claude-3-opus-20240229",
2659
+ "systemMessage": "You are a knowledgeable linguist and corrector.",
2660
2660
  "temperature": 0.5
2661
2661
  }
2662
2662
  ],
@@ -2668,17 +2668,17 @@ function getTemplatesPipelineCollection() {
2668
2668
  "preparations": [
2669
2669
  {
2670
2670
  "id": 1,
2671
- "promptbookVersion": "0.94.0-16",
2671
+ "promptbookVersion": "0.94.0",
2672
2672
  "usage": {
2673
2673
  "price": {
2674
- "value": 0.039900000000000005
2674
+ "value": 0.039895
2675
2675
  },
2676
2676
  "input": {
2677
2677
  "tokensCount": {
2678
- "value": 7836
2678
+ "value": 7835
2679
2679
  },
2680
2680
  "charactersCount": {
2681
- "value": 2378
2681
+ "value": 2377
2682
2682
  },
2683
2683
  "wordsCount": {
2684
2684
  "value": 348
@@ -2701,7 +2701,7 @@ function getTemplatesPipelineCollection() {
2701
2701
  "value": 48
2702
2702
  },
2703
2703
  "charactersCount": {
2704
- "value": 160
2704
+ "value": 147
2705
2705
  },
2706
2706
  "wordsCount": {
2707
2707
  "value": 18
@@ -2779,9 +2779,9 @@ function getTemplatesPipelineCollection() {
2779
2779
  "modelsRequirements": [
2780
2780
  {
2781
2781
  "modelVariant": "CHAT",
2782
- "modelName": "claude-3-7-sonnet-20250219",
2783
- "systemMessage": "You are a skilled copywriter for an eshop, creating engaging and persuasive content to attract and retain customers.",
2784
- "temperature": 0.7
2782
+ "modelName": "gpt-4",
2783
+ "systemMessage": "You are a skilled copywriter for an eShop. Your task is to create engaging product descriptions, persuasive marketing copy, and informative blog posts.",
2784
+ "temperature": 0.5
2785
2785
  }
2786
2786
  ],
2787
2787
  "preparationIds": [
@@ -2792,17 +2792,17 @@ function getTemplatesPipelineCollection() {
2792
2792
  "preparations": [
2793
2793
  {
2794
2794
  "id": 1,
2795
- "promptbookVersion": "0.94.0-16",
2795
+ "promptbookVersion": "0.94.0",
2796
2796
  "usage": {
2797
2797
  "price": {
2798
- "value": 0.040095000000000006
2798
+ "value": 0.04009
2799
2799
  },
2800
2800
  "input": {
2801
2801
  "tokensCount": {
2802
- "value": 7836
2802
+ "value": 7835
2803
2803
  },
2804
2804
  "charactersCount": {
2805
- "value": 2378
2805
+ "value": 2377
2806
2806
  },
2807
2807
  "wordsCount": {
2808
2808
  "value": 348
@@ -2825,16 +2825,16 @@ function getTemplatesPipelineCollection() {
2825
2825
  "value": 61
2826
2826
  },
2827
2827
  "charactersCount": {
2828
- "value": 224
2828
+ "value": 239
2829
2829
  },
2830
2830
  "wordsCount": {
2831
- "value": 30
2831
+ "value": 33
2832
2832
  },
2833
2833
  "sentencesCount": {
2834
- "value": 3
2834
+ "value": 4
2835
2835
  },
2836
2836
  "linesCount": {
2837
- "value": 7
2837
+ "value": 9
2838
2838
  },
2839
2839
  "paragraphsCount": {
2840
2840
  "value": 1
@@ -2888,7 +2888,7 @@ function getTemplatesPipelineCollection() {
2888
2888
  "preparations": [
2889
2889
  {
2890
2890
  "id": 1,
2891
- "promptbookVersion": "0.94.0-16",
2891
+ "promptbookVersion": "0.94.0",
2892
2892
  "usage": {
2893
2893
  "price": {
2894
2894
  "value": 0
@@ -2994,7 +2994,7 @@ function getTemplatesPipelineCollection() {
2994
2994
  "modelsRequirements": [
2995
2995
  {
2996
2996
  "modelVariant": "CHAT",
2997
- "modelName": "claude-3-5-sonnet-20240620",
2997
+ "modelName": "claude-3-7-sonnet-20250219",
2998
2998
  "systemMessage": "You are an experienced marketing specialist and business consultant.",
2999
2999
  "temperature": 0.5
3000
3000
  }
@@ -3007,17 +3007,17 @@ function getTemplatesPipelineCollection() {
3007
3007
  "preparations": [
3008
3008
  {
3009
3009
  "id": 1,
3010
- "promptbookVersion": "0.94.0-16",
3010
+ "promptbookVersion": "0.94.0",
3011
3011
  "usage": {
3012
3012
  "price": {
3013
- "value": 0.03987000000000001
3013
+ "value": 0.10061500000000001
3014
3014
  },
3015
3015
  "input": {
3016
3016
  "tokensCount": {
3017
- "value": 7836
3017
+ "value": 7835
3018
3018
  },
3019
3019
  "charactersCount": {
3020
- "value": 2378
3020
+ "value": 2377
3021
3021
  },
3022
3022
  "wordsCount": {
3023
3023
  "value": 348
@@ -3037,10 +3037,10 @@ function getTemplatesPipelineCollection() {
3037
3037
  },
3038
3038
  "output": {
3039
3039
  "tokensCount": {
3040
- "value": 46
3040
+ "value": 4096
3041
3041
  },
3042
3042
  "charactersCount": {
3043
- "value": 157
3043
+ "value": 12725
3044
3044
  },
3045
3045
  "wordsCount": {
3046
3046
  "value": 21
@@ -3049,13 +3049,13 @@ function getTemplatesPipelineCollection() {
3049
3049
  "value": 3
3050
3050
  },
3051
3051
  "linesCount": {
3052
- "value": 6
3052
+ "value": 2963
3053
3053
  },
3054
3054
  "paragraphsCount": {
3055
- "value": 1
3055
+ "value": 5
3056
3056
  },
3057
3057
  "pagesCount": {
3058
- "value": 1
3058
+ "value": 68
3059
3059
  }
3060
3060
  }
3061
3061
  }
@@ -3126,8 +3126,8 @@ function getTemplatesPipelineCollection() {
3126
3126
  "modelsRequirements": [
3127
3127
  {
3128
3128
  "modelVariant": "CHAT",
3129
- "modelName": "claude-3-opus-20240229",
3130
- "systemMessage": "You are a customer service representative and skilled copywriter for an eshop.",
3129
+ "modelName": "claude-3-7-sonnet-20250219",
3130
+ "systemMessage": "You are a customer service representative and skilled copywriter for eShop.",
3131
3131
  "temperature": 0.5
3132
3132
  }
3133
3133
  ],
@@ -3139,17 +3139,17 @@ function getTemplatesPipelineCollection() {
3139
3139
  "preparations": [
3140
3140
  {
3141
3141
  "id": 1,
3142
- "promptbookVersion": "0.94.0-16",
3142
+ "promptbookVersion": "0.94.0",
3143
3143
  "usage": {
3144
3144
  "price": {
3145
- "value": 0.039950000000000006
3145
+ "value": 0.03999
3146
3146
  },
3147
3147
  "input": {
3148
3148
  "tokensCount": {
3149
- "value": 7840
3149
+ "value": 7839
3150
3150
  },
3151
3151
  "charactersCount": {
3152
- "value": 2378
3152
+ "value": 2377
3153
3153
  },
3154
3154
  "wordsCount": {
3155
3155
  "value": 348
@@ -3169,13 +3169,13 @@ function getTemplatesPipelineCollection() {
3169
3169
  },
3170
3170
  "output": {
3171
3171
  "tokensCount": {
3172
- "value": 50
3172
+ "value": 53
3173
3173
  },
3174
3174
  "charactersCount": {
3175
- "value": 167
3175
+ "value": 195
3176
3176
  },
3177
3177
  "wordsCount": {
3178
- "value": 23
3178
+ "value": 24
3179
3179
  },
3180
3180
  "sentencesCount": {
3181
3181
  "value": 3
@@ -3435,7 +3435,7 @@ function getTemplatesPipelineCollection() {
3435
3435
  "modelsRequirements": [
3436
3436
  {
3437
3437
  "modelVariant": "CHAT",
3438
- "modelName": "claude-3-opus-20240229",
3438
+ "modelName": "claude-3-7-sonnet-20250219",
3439
3439
  "systemMessage": "You are a linguist and Esperantist.",
3440
3440
  "temperature": 0.5
3441
3441
  }
@@ -3448,17 +3448,17 @@ function getTemplatesPipelineCollection() {
3448
3448
  "preparations": [
3449
3449
  {
3450
3450
  "id": 1,
3451
- "promptbookVersion": "0.94.0-16",
3451
+ "promptbookVersion": "0.94.0",
3452
3452
  "usage": {
3453
3453
  "price": {
3454
- "value": 0.039885000000000004
3454
+ "value": 0.039865000000000005
3455
3455
  },
3456
3456
  "input": {
3457
3457
  "tokensCount": {
3458
- "value": 7836
3458
+ "value": 7835
3459
3459
  },
3460
3460
  "charactersCount": {
3461
- "value": 2378
3461
+ "value": 2377
3462
3462
  },
3463
3463
  "wordsCount": {
3464
3464
  "value": 348
@@ -3478,13 +3478,13 @@ function getTemplatesPipelineCollection() {
3478
3478
  },
3479
3479
  "output": {
3480
3480
  "tokensCount": {
3481
- "value": 47
3481
+ "value": 46
3482
3482
  },
3483
3483
  "charactersCount": {
3484
- "value": 135
3484
+ "value": 127
3485
3485
  },
3486
3486
  "wordsCount": {
3487
- "value": 17
3487
+ "value": 18
3488
3488
  },
3489
3489
  "sentencesCount": {
3490
3490
  "value": 3
@@ -3558,9 +3558,9 @@ function getTemplatesPipelineCollection() {
3558
3558
  "modelsRequirements": [
3559
3559
  {
3560
3560
  "modelVariant": "CHAT",
3561
- "modelName": "claude-3-opus-20240229",
3561
+ "modelName": "claude-3-5-sonnet-20240620",
3562
3562
  "systemMessage": "You are an accomplished poet and storyteller.",
3563
- "temperature": 0.7
3563
+ "temperature": 1.2
3564
3564
  }
3565
3565
  ],
3566
3566
  "preparationIds": [
@@ -3571,17 +3571,17 @@ function getTemplatesPipelineCollection() {
3571
3571
  "preparations": [
3572
3572
  {
3573
3573
  "id": 1,
3574
- "promptbookVersion": "0.94.0-16",
3574
+ "promptbookVersion": "0.94.0",
3575
3575
  "usage": {
3576
3576
  "price": {
3577
- "value": 0.039865000000000005
3577
+ "value": 0.039875
3578
3578
  },
3579
3579
  "input": {
3580
3580
  "tokensCount": {
3581
- "value": 7835
3581
+ "value": 7834
3582
3582
  },
3583
3583
  "charactersCount": {
3584
- "value": 2378
3584
+ "value": 2377
3585
3585
  },
3586
3586
  "wordsCount": {
3587
3587
  "value": 348
@@ -3601,19 +3601,19 @@ function getTemplatesPipelineCollection() {
3601
3601
  },
3602
3602
  "output": {
3603
3603
  "tokensCount": {
3604
- "value": 46
3604
+ "value": 47
3605
3605
  },
3606
3606
  "charactersCount": {
3607
- "value": 146
3607
+ "value": 167
3608
3608
  },
3609
3609
  "wordsCount": {
3610
- "value": 18
3610
+ "value": 19
3611
3611
  },
3612
3612
  "sentencesCount": {
3613
3613
  "value": 3
3614
3614
  },
3615
3615
  "linesCount": {
3616
- "value": 7
3616
+ "value": 6
3617
3617
  },
3618
3618
  "paragraphsCount": {
3619
3619
  "value": 1