@promptbook/templates 0.102.0-5 → 0.102.0-6

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 (98) hide show
  1. package/esm/index.es.js +147 -137
  2. package/esm/index.es.js.map +1 -1
  3. package/esm/typings/books/index.d.ts +81 -0
  4. package/esm/typings/src/_packages/components.index.d.ts +2 -0
  5. package/esm/typings/src/_packages/markdown-utils.index.d.ts +4 -0
  6. package/esm/typings/src/_packages/types.index.d.ts +8 -6
  7. package/esm/typings/src/_packages/utils.index.d.ts +12 -14
  8. package/esm/typings/src/book-2.0/agent-source/createAgentModelRequirements.d.ts +1 -1
  9. package/esm/typings/src/book-2.0/utils/generateGravatarUrl.d.ts +1 -1
  10. package/esm/typings/src/book-2.0/utils/generatePlaceholderAgentProfileImageUrl.d.ts +1 -1
  11. package/esm/typings/src/book-components/BookEditor/BookEditor.d.ts +1 -1
  12. package/esm/typings/src/book-components/BookEditor/BookEditorInner.d.ts +1 -1
  13. package/esm/typings/src/book-components/Chat/Chat/Chat.d.ts +1 -5
  14. package/esm/typings/src/book-components/Chat/Chat/ChatMessageItem.d.ts +27 -0
  15. package/esm/typings/src/book-components/Chat/Chat/ChatProps.d.ts +13 -6
  16. package/esm/typings/src/book-components/Chat/Chat/constants.d.ts +7 -0
  17. package/esm/typings/src/book-components/Chat/LlmChat/LlmChatProps.d.ts +1 -1
  18. package/esm/typings/src/book-components/Chat/MockedChat/MockedChat.d.ts +1 -1
  19. package/esm/typings/src/book-components/Chat/MockedChat/constants.d.ts +1 -1
  20. package/esm/typings/src/book-components/Chat/save/_common/ChatSaveFormatDefinition.d.ts +1 -1
  21. package/esm/typings/src/book-components/Chat/save/_common/getChatSaveFormatDefinitions.d.ts +2 -2
  22. package/esm/typings/src/book-components/Chat/save/_common/string_chat_format_name.d.ts +1 -1
  23. package/esm/typings/src/execution/LlmExecutionToolsConstructor.d.ts +1 -1
  24. package/esm/typings/src/execution/execution-report/countWorkingDuration.d.ts +1 -1
  25. package/esm/typings/src/llm-providers/_common/register/$llmToolsMetadataRegister.d.ts +1 -1
  26. package/esm/typings/src/llm-providers/_common/register/$llmToolsRegister.d.ts +1 -1
  27. package/esm/typings/src/llm-providers/_common/register/$registeredLlmToolsMessage.d.ts +1 -2
  28. package/esm/typings/src/llm-providers/_common/register/LlmToolsConfiguration.d.ts +1 -1
  29. package/esm/typings/src/llm-providers/_common/register/LlmToolsMetadata.d.ts +1 -1
  30. package/esm/typings/src/llm-providers/_multiple/joinLlmExecutionTools.d.ts +1 -1
  31. package/esm/typings/src/llm-providers/agent/register-configuration.d.ts +1 -1
  32. package/esm/typings/src/llm-providers/agent/register-constructor.d.ts +1 -1
  33. package/esm/typings/src/llm-providers/anthropic-claude/register-configuration.d.ts +1 -1
  34. package/esm/typings/src/llm-providers/anthropic-claude/register-constructor.d.ts +1 -1
  35. package/esm/typings/src/llm-providers/azure-openai/register-configuration.d.ts +1 -1
  36. package/esm/typings/src/llm-providers/azure-openai/register-constructor.d.ts +1 -1
  37. package/esm/typings/src/llm-providers/deepseek/register-configuration.d.ts +1 -1
  38. package/esm/typings/src/llm-providers/deepseek/register-constructor.d.ts +1 -1
  39. package/esm/typings/src/llm-providers/google/register-configuration.d.ts +1 -1
  40. package/esm/typings/src/llm-providers/google/register-constructor.d.ts +1 -1
  41. package/esm/typings/src/llm-providers/ollama/register-configuration.d.ts +1 -1
  42. package/esm/typings/src/llm-providers/ollama/register-constructor.d.ts +1 -1
  43. package/esm/typings/src/llm-providers/openai/OpenAiAssistantExecutionTools.d.ts +1 -3
  44. package/esm/typings/src/llm-providers/openai/OpenAiCompatibleExecutionTools.d.ts +4 -0
  45. package/esm/typings/src/llm-providers/openai/register-configuration.d.ts +1 -1
  46. package/esm/typings/src/llm-providers/openai/register-constructor.d.ts +1 -1
  47. package/esm/typings/src/scrapers/_boilerplate/register-constructor.d.ts +1 -1
  48. package/esm/typings/src/scrapers/_boilerplate/register-metadata.d.ts +1 -1
  49. package/esm/typings/src/scrapers/_common/register/$scrapersMetadataRegister.d.ts +1 -1
  50. package/esm/typings/src/scrapers/_common/register/$scrapersRegister.d.ts +1 -1
  51. package/esm/typings/src/scrapers/_common/register/ScraperAndConverterMetadata.d.ts +2 -4
  52. package/esm/typings/src/scrapers/_common/register/ScraperConstructor.d.ts +1 -1
  53. package/esm/typings/src/scrapers/document/register-constructor.d.ts +1 -1
  54. package/esm/typings/src/scrapers/document/register-metadata.d.ts +1 -1
  55. package/esm/typings/src/scrapers/document-legacy/register-constructor.d.ts +1 -1
  56. package/esm/typings/src/scrapers/document-legacy/register-metadata.d.ts +1 -1
  57. package/esm/typings/src/scrapers/markdown/register-constructor.d.ts +1 -1
  58. package/esm/typings/src/scrapers/markdown/register-metadata.d.ts +1 -1
  59. package/esm/typings/src/scrapers/markitdown/register-constructor.d.ts +1 -1
  60. package/esm/typings/src/scrapers/markitdown/register-metadata.d.ts +1 -1
  61. package/esm/typings/src/scrapers/pdf/register-constructor.d.ts +1 -1
  62. package/esm/typings/src/scrapers/pdf/register-metadata.d.ts +1 -1
  63. package/esm/typings/src/scrapers/website/register-constructor.d.ts +1 -1
  64. package/esm/typings/src/scrapers/website/register-metadata.d.ts +1 -1
  65. package/esm/typings/src/scripting/javascript/postprocessing-functions.d.ts +6 -6
  66. package/esm/typings/src/utils/markdown/createMarkdownChart.d.ts +1 -1
  67. package/esm/typings/src/utils/markdown/humanizeAiText.d.ts +1 -1
  68. package/esm/typings/src/utils/markdown/humanizeAiTextEllipsis.d.ts +1 -1
  69. package/esm/typings/src/utils/markdown/humanizeAiTextEmdashed.d.ts +1 -1
  70. package/esm/typings/src/utils/markdown/humanizeAiTextQuotes.d.ts +1 -1
  71. package/esm/typings/src/utils/markdown/humanizeAiTextWhitespace.d.ts +1 -1
  72. package/esm/typings/src/utils/markdown/promptbookifyAiText.d.ts +1 -1
  73. package/esm/typings/src/utils/{trimCodeBlock.d.ts → markdown/trimCodeBlock.d.ts} +1 -1
  74. package/esm/typings/src/utils/{trimEndOfCodeBlock.d.ts → markdown/trimEndOfCodeBlock.d.ts} +1 -1
  75. package/esm/typings/src/utils/{$Register.d.ts → misc/$Register.d.ts} +2 -2
  76. package/esm/typings/src/utils/{$getCurrentDate.d.ts → misc/$getCurrentDate.d.ts} +1 -1
  77. package/esm/typings/src/utils/{arrayableToArray.d.ts → misc/arrayableToArray.d.ts} +1 -1
  78. package/esm/typings/src/utils/misc/debounce.d.ts +5 -0
  79. package/esm/typings/src/utils/{emojis.d.ts → misc/emojis.d.ts} +1 -1
  80. package/esm/typings/src/utils/misc/injectCssModuleIntoShadowRoot.d.ts +20 -0
  81. package/esm/typings/src/version.d.ts +1 -1
  82. package/package.json +2 -2
  83. package/umd/index.umd.js +147 -137
  84. package/umd/index.umd.js.map +1 -1
  85. package/esm/typings/src/book-components/BookEditor/injectCssModuleIntoShadowRoot.d.ts +0 -11
  86. package/esm/typings/src/book-components/BookEditor/utils.d.ts +0 -8
  87. /package/esm/typings/src/utils/{trimCodeBlock.test.d.ts → markdown/trimCodeBlock.test.d.ts} +0 -0
  88. /package/esm/typings/src/utils/{trimEndOfCodeBlock.test.d.ts → markdown/trimEndOfCodeBlock.test.d.ts} +0 -0
  89. /package/esm/typings/src/utils/{FromtoItems.d.ts → misc/FromtoItems.d.ts} +0 -0
  90. /package/esm/typings/src/utils/{arrayableToArray.test.d.ts → misc/arrayableToArray.test.d.ts} +0 -0
  91. /package/esm/typings/src/utils/{parseNumber.d.ts → misc/parseNumber.d.ts} +0 -0
  92. /package/esm/typings/src/utils/{parseNumber.test.d.ts → misc/parseNumber.test.d.ts} +0 -0
  93. /package/esm/typings/src/utils/{removeEmojis.d.ts → normalization/removeEmojis.d.ts} +0 -0
  94. /package/esm/typings/src/utils/{removeEmojis.test.d.ts → normalization/removeEmojis.test.d.ts} +0 -0
  95. /package/esm/typings/src/utils/{removeQuotes.d.ts → normalization/removeQuotes.d.ts} +0 -0
  96. /package/esm/typings/src/utils/{removeQuotes.test.d.ts → normalization/removeQuotes.test.d.ts} +0 -0
  97. /package/esm/typings/src/utils/{unwrapResult.d.ts → normalization/unwrapResult.d.ts} +0 -0
  98. /package/esm/typings/src/utils/{unwrapResult.test.d.ts → normalization/unwrapResult.test.d.ts} +0 -0
package/esm/index.es.js CHANGED
@@ -14,7 +14,7 @@ const BOOK_LANGUAGE_VERSION = '1.0.0';
14
14
  * @generated
15
15
  * @see https://github.com/webgptorg/promptbook
16
16
  */
17
- const PROMPTBOOK_ENGINE_VERSION = '0.102.0-5';
17
+ const PROMPTBOOK_ENGINE_VERSION = '0.102.0-6';
18
18
  /**
19
19
  * TODO: string_promptbook_version should be constrained to the all versions of Promptbook engine
20
20
  * Note: [💞] Ignore a discrepancy between file name and entity name
@@ -1563,23 +1563,28 @@ function getTemplatesPipelineCollection() {
1563
1563
  "models": [
1564
1564
  {
1565
1565
  "modelName": "gpt-4.1",
1566
- "systemMessage": "You are a senior developer of the Promptbook Project acting as a virtual assistant. Be pragmatic, precise, and solutionoriented. Use clear, concise language, ask clarifying questions when requirements are ambiguous, provide step‑by‑step reasoning only when it improves accuracy, and follow Promptbook best practices. Prefer deterministic outputs, reproducible examples, and minimal fluff.",
1566
+ "systemMessage": "You are a senior AI engineer and the developer of the Promptbook Project. Act as a pragmatic virtual assistant: precise, reliable, and solution-oriented. Produce succinct answers, robust code, and reproducible steps. Ask clarifying questions when requirements are ambiguous. Avoid revealing internal chain-of-thought; provide final reasoning only as short summaries.",
1567
1567
  "temperature": 0.3
1568
1568
  },
1569
1569
  {
1570
1570
  "modelName": "chatgpt-4o-latest",
1571
- "systemMessage": "You are a senior developer of the Promptbook Project and a friendly yet highly capable assistant. Provide concise, actionable guidance, adhere to Promptbook conventions, and prioritize correctness and clarity. Ask focused clarifying questions when needed and keep responses structured and to the point.",
1572
- "temperature": 0.4
1571
+ "systemMessage": "You are a friendly, knowledgeable virtual assistant and developer of the Promptbook Project. Provide helpful guidance, examples, and clear explanations. Keep responses concise and actionable. Clarify assumptions before proceeding.",
1572
+ "temperature": 0.5
1573
1573
  },
1574
1574
  {
1575
- "modelName": "gpt-4",
1576
- "systemMessage": "You are a developer of the Promptbook Project. Offer accurate, succinct assistance with strong reasoning when necessary. Follow Promptbook best practices, propose practical solutions, and include concise examples or snippets. Clarify assumptions before proceeding when requirements are unclear.",
1577
- "temperature": 0.3
1575
+ "modelName": "o4-mini",
1576
+ "systemMessage": "You are a fast, cost-aware assistant for the Promptbook Project. Prioritize efficiency, minimal tokens, and useful outputs. Be deterministic and concise. Escalate to deeper reasoning only when necessary.",
1577
+ "temperature": 0.2
1578
1578
  },
1579
1579
  {
1580
- "modelName": "gpt-3.5-turbo-1106",
1581
- "systemMessage": "You are a helpful developer of the Promptbook Project. Be concise, deterministic, and practical. Follow Promptbook conventions, ask brief clarifying questions if needed, and provide minimal but sufficient examples that are easy to copy and run.",
1582
- "temperature": 0.3
1580
+ "modelName": "o3",
1581
+ "systemMessage": "You are a rigorous problem-solver supporting the Promptbook Project. When tasks are complex, reason privately and deliver clear conclusions with key steps and justifications. Be precise with math, code, and specifications. Do not expose chain-of-thought.",
1582
+ "temperature": 0.2
1583
+ },
1584
+ {
1585
+ "modelName": "gpt-3.5-turbo-16k",
1586
+ "systemMessage": "You are a reliable budget assistant for the Promptbook Project. Follow instructions closely, keep answers short and practical, and request clarification when input is ambiguous.",
1587
+ "temperature": 0.2
1583
1588
  }
1584
1589
  ]
1585
1590
  }
@@ -1592,10 +1597,10 @@ function getTemplatesPipelineCollection() {
1592
1597
  "preparations": [
1593
1598
  {
1594
1599
  "id": 1,
1595
- "promptbookVersion": "0.102.0-4",
1600
+ "promptbookVersion": "0.102.0-5",
1596
1601
  "usage": {
1597
1602
  "price": {
1598
- "value": 0.031242500000000003
1603
+ "value": 0.028992500000000004
1599
1604
  },
1600
1605
  "input": {
1601
1606
  "tokensCount": {
@@ -1622,25 +1627,25 @@ function getTemplatesPipelineCollection() {
1622
1627
  },
1623
1628
  "output": {
1624
1629
  "tokensCount": {
1625
- "value": 2355
1630
+ "value": 2130
1626
1631
  },
1627
1632
  "charactersCount": {
1628
- "value": 1648
1633
+ "value": 1740
1629
1634
  },
1630
1635
  "wordsCount": {
1631
- "value": 213
1636
+ "value": 223
1632
1637
  },
1633
1638
  "sentencesCount": {
1634
- "value": 21
1639
+ "value": 27
1635
1640
  },
1636
1641
  "linesCount": {
1637
- "value": 44
1642
+ "value": 49
1638
1643
  },
1639
1644
  "paragraphsCount": {
1640
1645
  "value": 1
1641
1646
  },
1642
1647
  "pagesCount": {
1643
- "value": 1
1648
+ "value": 2
1644
1649
  }
1645
1650
  }
1646
1651
  }
@@ -2123,23 +2128,28 @@ function getTemplatesPipelineCollection() {
2123
2128
  "models": [
2124
2129
  {
2125
2130
  "modelName": "gpt-4.1",
2126
- "systemMessage": "You are a senior developer of the Promptbook Project acting as a virtual assistant. Be pragmatic, precise, and solutionoriented. Use clear, concise language, ask clarifying questions when requirements are ambiguous, provide step‑by‑step reasoning only when it improves accuracy, and follow Promptbook best practices. Prefer deterministic outputs, reproducible examples, and minimal fluff.",
2131
+ "systemMessage": "You are a senior AI engineer and the developer of the Promptbook Project. Act as a pragmatic virtual assistant: precise, reliable, and solution-oriented. Produce succinct answers, robust code, and reproducible steps. Ask clarifying questions when requirements are ambiguous. Avoid revealing internal chain-of-thought; provide final reasoning only as short summaries.",
2127
2132
  "temperature": 0.3
2128
2133
  },
2129
2134
  {
2130
2135
  "modelName": "chatgpt-4o-latest",
2131
- "systemMessage": "You are a senior developer of the Promptbook Project and a friendly yet highly capable assistant. Provide concise, actionable guidance, adhere to Promptbook conventions, and prioritize correctness and clarity. Ask focused clarifying questions when needed and keep responses structured and to the point.",
2132
- "temperature": 0.4
2136
+ "systemMessage": "You are a friendly, knowledgeable virtual assistant and developer of the Promptbook Project. Provide helpful guidance, examples, and clear explanations. Keep responses concise and actionable. Clarify assumptions before proceeding.",
2137
+ "temperature": 0.5
2133
2138
  },
2134
2139
  {
2135
- "modelName": "gpt-4",
2136
- "systemMessage": "You are a developer of the Promptbook Project. Offer accurate, succinct assistance with strong reasoning when necessary. Follow Promptbook best practices, propose practical solutions, and include concise examples or snippets. Clarify assumptions before proceeding when requirements are unclear.",
2137
- "temperature": 0.3
2140
+ "modelName": "o4-mini",
2141
+ "systemMessage": "You are a fast, cost-aware assistant for the Promptbook Project. Prioritize efficiency, minimal tokens, and useful outputs. Be deterministic and concise. Escalate to deeper reasoning only when necessary.",
2142
+ "temperature": 0.2
2138
2143
  },
2139
2144
  {
2140
- "modelName": "gpt-3.5-turbo-1106",
2141
- "systemMessage": "You are a helpful developer of the Promptbook Project. Be concise, deterministic, and practical. Follow Promptbook conventions, ask brief clarifying questions if needed, and provide minimal but sufficient examples that are easy to copy and run.",
2142
- "temperature": 0.3
2145
+ "modelName": "o3",
2146
+ "systemMessage": "You are a rigorous problem-solver supporting the Promptbook Project. When tasks are complex, reason privately and deliver clear conclusions with key steps and justifications. Be precise with math, code, and specifications. Do not expose chain-of-thought.",
2147
+ "temperature": 0.2
2148
+ },
2149
+ {
2150
+ "modelName": "gpt-3.5-turbo-16k",
2151
+ "systemMessage": "You are a reliable budget assistant for the Promptbook Project. Follow instructions closely, keep answers short and practical, and request clarification when input is ambiguous.",
2152
+ "temperature": 0.2
2143
2153
  }
2144
2154
  ]
2145
2155
  }
@@ -2152,10 +2162,10 @@ function getTemplatesPipelineCollection() {
2152
2162
  "preparations": [
2153
2163
  {
2154
2164
  "id": 1,
2155
- "promptbookVersion": "0.102.0-4",
2165
+ "promptbookVersion": "0.102.0-5",
2156
2166
  "usage": {
2157
2167
  "price": {
2158
- "value": 0.031242500000000003
2168
+ "value": 0.028992500000000004
2159
2169
  },
2160
2170
  "input": {
2161
2171
  "tokensCount": {
@@ -2182,25 +2192,25 @@ function getTemplatesPipelineCollection() {
2182
2192
  },
2183
2193
  "output": {
2184
2194
  "tokensCount": {
2185
- "value": 2355
2195
+ "value": 2130
2186
2196
  },
2187
2197
  "charactersCount": {
2188
- "value": 1648
2198
+ "value": 1740
2189
2199
  },
2190
2200
  "wordsCount": {
2191
- "value": 213
2201
+ "value": 223
2192
2202
  },
2193
2203
  "sentencesCount": {
2194
- "value": 21
2204
+ "value": 27
2195
2205
  },
2196
2206
  "linesCount": {
2197
- "value": 44
2207
+ "value": 49
2198
2208
  },
2199
2209
  "paragraphsCount": {
2200
2210
  "value": 1
2201
2211
  },
2202
2212
  "pagesCount": {
2203
- "value": 1
2213
+ "value": 2
2204
2214
  }
2205
2215
  }
2206
2216
  }
@@ -2824,28 +2834,28 @@ function getTemplatesPipelineCollection() {
2824
2834
  "models": [
2825
2835
  {
2826
2836
  "modelName": "gpt-4.1",
2827
- "systemMessage": "You are a professional linguist and meticulous text corrector. Identify and fix grammar, spelling, punctuation, and typographical issues. Improve clarity, coherence, tone, and style while preserving the author's intent and meaning. Follow the requested dialect/locale (default to the text's original). Be concise and precise; explain changes only when asked. If instructions say 'proofread only,' avoid unnecessary paraphrasing. Ask for clarifications when needed.",
2837
+ "systemMessage": "You are an expert linguist and meticulous text corrector. Detect the input language and reply in it. Correct grammar, spelling, punctuation, syntax, and usage; improve clarity and flow while preserving meaning and tone. Keep edits minimal unless asked to rewrite. Follow any provided style guide; otherwise apply standard style. By default, return only the corrected text; provide explanations or change tone/register only if requested. Ask a brief clarifying question when requirements are ambiguous.",
2828
2838
  "temperature": 0.2
2829
2839
  },
2830
2840
  {
2831
2841
  "modelName": "chatgpt-4o-latest",
2832
- "systemMessage": "You are a professional linguist and meticulous text corrector. Correct grammar, spelling, punctuation, and typography; enhance clarity and tone without altering meaning or voice. Respect the specified dialect/locale (default to the original). Provide concise, high-quality corrections; give brief explanations only on request. Ask clarifying questions if requirements are unclear.",
2842
+ "systemMessage": "You are an expert linguist and meticulous text corrector. Detect the input language and reply in it. Correct grammar, spelling, punctuation, syntax, and usage; improve clarity and flow while preserving meaning and tone. Keep edits minimal unless asked to rewrite. Follow any provided style guide; otherwise apply standard style. By default, return only the corrected text; provide explanations or change tone/register only if requested. Ask a brief clarifying question when requirements are ambiguous.",
2833
2843
  "temperature": 0.25
2834
2844
  },
2835
2845
  {
2836
2846
  "modelName": "gpt-4",
2837
- "systemMessage": "You are a professional linguist and careful text corrector. Proofread and edit for grammar, spelling, punctuation, and style. Preserve intent and voice, adapt to the requested dialect/locale, and keep changes minimal unless improvement is requested. Offer explanations when asked; otherwise return the corrected text. Ask for clarification when context is missing.",
2847
+ "systemMessage": "You are an expert linguist and meticulous text corrector. Detect the input language and reply in it. Correct grammar, spelling, punctuation, syntax, and usage; improve clarity and flow while preserving meaning and tone. Keep edits minimal unless asked to rewrite. Follow any provided style guide; otherwise apply standard style. By default, return only the corrected text; provide explanations or change tone/register only if requested. Ask a brief clarifying question when requirements are ambiguous.",
2838
2848
  "temperature": 0.2
2839
2849
  },
2840
2850
  {
2841
2851
  "modelName": "gpt-3.5-turbo-16k",
2842
- "systemMessage": "You are a linguist and text corrector. Fix grammar, spelling, punctuation, and style issues while preserving meaning and voice. Follow the indicated dialect/locale (default to the original). Keep edits minimal for 'proofread only' requests, and explain changes only when asked.",
2843
- "temperature": 0.3
2852
+ "systemMessage": "You are an expert linguist and meticulous text corrector. Detect the input language and reply in it. Correct grammar, spelling, punctuation, syntax, and usage; improve clarity and flow while preserving meaning and tone. Keep edits minimal unless asked to rewrite. Follow any provided style guide; otherwise apply standard style. By default, return only the corrected text; provide explanations or change tone/register only if requested. Ask a brief clarifying question when requirements are ambiguous.",
2853
+ "temperature": 0.15
2844
2854
  },
2845
2855
  {
2846
2856
  "modelName": "gpt-3.5-turbo",
2847
- "systemMessage": "You are a linguist and precise text corrector. Correct grammar, spelling, punctuation, and style; maintain the author's intent and tone; follow the specified dialect/locale. Be concise and avoid unnecessary rewrites unless requested.",
2848
- "temperature": 0.35
2857
+ "systemMessage": "You are an expert linguist and meticulous text corrector. Detect the input language and reply in it. Correct grammar, spelling, punctuation, syntax, and usage; improve clarity and flow while preserving meaning and tone. Keep edits minimal unless asked to rewrite. Follow any provided style guide; otherwise apply standard style. By default, return only the corrected text; provide explanations or change tone/register only if requested. Ask a brief clarifying question when requirements are ambiguous.",
2858
+ "temperature": 0.15
2849
2859
  }
2850
2860
  ]
2851
2861
  }
@@ -2858,10 +2868,10 @@ function getTemplatesPipelineCollection() {
2858
2868
  "preparations": [
2859
2869
  {
2860
2870
  "id": 1,
2861
- "promptbookVersion": "0.102.0-4",
2871
+ "promptbookVersion": "0.102.0-5",
2862
2872
  "usage": {
2863
2873
  "price": {
2864
- "value": 0.028141250000000003
2874
+ "value": 0.034621250000000006
2865
2875
  },
2866
2876
  "input": {
2867
2877
  "tokensCount": {
@@ -2888,19 +2898,19 @@ function getTemplatesPipelineCollection() {
2888
2898
  },
2889
2899
  "output": {
2890
2900
  "tokensCount": {
2891
- "value": 2045
2901
+ "value": 2693
2892
2902
  },
2893
2903
  "charactersCount": {
2894
- "value": 2239
2904
+ "value": 3027
2895
2905
  },
2896
2906
  "wordsCount": {
2897
- "value": 296
2907
+ "value": 423
2898
2908
  },
2899
2909
  "sentencesCount": {
2900
- "value": 33
2910
+ "value": 44
2901
2911
  },
2902
2912
  "linesCount": {
2903
- "value": 56
2913
+ "value": 69
2904
2914
  },
2905
2915
  "paragraphsCount": {
2906
2916
  "value": 1
@@ -2972,28 +2982,23 @@ function getTemplatesPipelineCollection() {
2972
2982
  "models": [
2973
2983
  {
2974
2984
  "modelName": "gpt-4.1",
2975
- "systemMessage": "You are a skilled e-commerce copywriter for an online shop. Write persuasive, brand-aligned copy for product pages, categories, emails, and ads. Use benefit-led messaging, scannable structure (short paragraphs, bullets), natural SEO keywords, and clear CTAs. Match provided brand voice and audience; ask for missing details. Avoid unsupported claims and ensure accuracy and compliance.",
2976
- "temperature": 0.7
2977
- },
2978
- {
2979
- "modelName": "gpt-4",
2980
- "systemMessage": "You are a skilled e-commerce copywriter for an online shop. Write persuasive, brand-aligned copy for product pages, categories, emails, and ads. Use benefit-led messaging, scannable structure (short paragraphs, bullets), natural SEO keywords, and clear CTAs. Match provided brand voice and audience; ask for missing details. Avoid unsupported claims and ensure accuracy and compliance.",
2985
+ "systemMessage": "You are a skilled e-commerce copywriter for an online shop. Craft persuasive, brand-aligned, SEO-friendly copy: product titles, descriptions, benefit bullets, headlines, ads, emails, and microcopy. Prioritize clarity, benefits over features, scannability, and strong calls to action. Match the given brand voice; if missing, ask three quick questions (target audience, tone/voice, key USPs/keywords) before writing. When helpful, provide 2–3 variants and short/medium/long options, plus meta title/description suggestions. Avoid unverifiable claims, legal/medical promises, and jargon. Output should be ready to paste into an e-commerce CMS.",
2981
2986
  "temperature": 0.7
2982
2987
  },
2983
2988
  {
2984
2989
  "modelName": "chatgpt-4o-latest",
2985
- "systemMessage": "You are a skilled e-commerce copywriter for an online shop. Write persuasive, brand-aligned copy for product pages, categories, emails, and ads. Use benefit-led messaging, scannable structure (short paragraphs, bullets), natural SEO keywords, and clear CTAs. Match provided brand voice and audience; ask for missing details. Avoid unsupported claims and ensure accuracy and compliance.",
2990
+ "systemMessage": "You are a skilled e-commerce copywriter focused on conversion and SEO. Write concise, benefit-led product copy, headlines, ads, emails, and UX microcopy. Mirror the brand voice; if unclear, ask for audience, tone, and top 3 USPs/keywords. Provide variants (A/B), CTA options, and meta title/description when useful. Keep language natural, avoid hype or unsupported claims, and favor scannable structure.",
2986
2991
  "temperature": 0.7
2987
2992
  },
2988
2993
  {
2989
- "modelName": "gpt-3.5-turbo-16k",
2990
- "systemMessage": "You are a skilled e-commerce copywriter for an online shop. Write persuasive, brand-aligned copy for product pages, categories, emails, and ads. Use benefit-led messaging, scannable structure (short paragraphs, bullets), natural SEO keywords, and clear CTAs. Match provided brand voice and audience; ask for missing details. Avoid unsupported claims and ensure accuracy and compliance.",
2991
- "temperature": 0.8
2994
+ "modelName": "gpt-4",
2995
+ "systemMessage": "You are a professional e-commerce copywriter. Produce persuasive, SEO-aware product descriptions and marketing copy that aligns with the brand voice. Emphasize benefits, clarity, and conversion; use strong verbs and concise sentences. If key inputs are missing, ask for audience, tone, and primary USPs/keywords first. Offer variants and meta snippets when appropriate, and avoid unverifiable or non-compliant claims.",
2996
+ "temperature": 0.65
2992
2997
  },
2993
2998
  {
2994
- "modelName": "gpt-3.5-turbo",
2995
- "systemMessage": "You are a skilled e-commerce copywriter for an online shop. Write persuasive, brand-aligned copy for product pages, categories, emails, and ads. Use benefit-led messaging, scannable structure (short paragraphs, bullets), natural SEO keywords, and clear CTAs. Match provided brand voice and audience; ask for missing details. Avoid unsupported claims and ensure accuracy and compliance.",
2996
- "temperature": 0.8
2999
+ "modelName": "gpt-3.5-turbo-16k",
3000
+ "systemMessage": "You are a cost-efficient e-commerce copywriter. Create clear, benefit-driven, SEO-friendly product copy and marketing text aligned with the brand voice. If details are missing, ask for audience, tone, and main USPs/keywords. Provide concise variants and optional meta title/description. Avoid exaggerated or unsupported claims.",
3001
+ "temperature": 0.6
2997
3002
  }
2998
3003
  ]
2999
3004
  }
@@ -3006,10 +3011,10 @@ function getTemplatesPipelineCollection() {
3006
3011
  "preparations": [
3007
3012
  {
3008
3013
  "id": 1,
3009
- "promptbookVersion": "0.102.0-4",
3014
+ "promptbookVersion": "0.102.0-5",
3010
3015
  "usage": {
3011
3016
  "price": {
3012
- "value": 0.02998125
3017
+ "value": 0.031491250000000005
3013
3018
  },
3014
3019
  "input": {
3015
3020
  "tokensCount": {
@@ -3036,19 +3041,19 @@ function getTemplatesPipelineCollection() {
3036
3041
  },
3037
3042
  "output": {
3038
3043
  "tokensCount": {
3039
- "value": 2229
3044
+ "value": 2380
3040
3045
  },
3041
3046
  "charactersCount": {
3042
- "value": 2444
3047
+ "value": 2207
3043
3048
  },
3044
3049
  "wordsCount": {
3045
- "value": 333
3050
+ "value": 309
3046
3051
  },
3047
3052
  "sentencesCount": {
3048
- "value": 34
3053
+ "value": 29
3049
3054
  },
3050
3055
  "linesCount": {
3051
- "value": 59
3056
+ "value": 52
3052
3057
  },
3053
3058
  "paragraphsCount": {
3054
3059
  "value": 1
@@ -3102,7 +3107,7 @@ function getTemplatesPipelineCollection() {
3102
3107
  "preparations": [
3103
3108
  {
3104
3109
  "id": 1,
3105
- "promptbookVersion": "0.102.0-4",
3110
+ "promptbookVersion": "0.102.0-5",
3106
3111
  "usage": {
3107
3112
  "price": {
3108
3113
  "value": 0
@@ -3211,28 +3216,28 @@ function getTemplatesPipelineCollection() {
3211
3216
  "models": [
3212
3217
  {
3213
3218
  "modelName": "gpt-4.1",
3214
- "systemMessage": "You are an experienced marketing specialist and business consultant. Provide strategic, data-driven guidance with clear reasoning and practical frameworks. Structure responses as: 1) Executive summary, 2) Key insights and assumptions, 3) Recommendations, 4) Next steps and metrics. Ask up to 3 targeted clarifying questions when requirements are ambiguous. Use concise business writing with bullet points. Include ICP, JTBD, positioning, messaging, channel mix, budget ranges, KPIs, timelines, and simple calculations when helpful. If information is uncertain, state assumptions and how to validate.",
3215
- "temperature": 0.3
3219
+ "systemMessage": "You are an experienced marketing specialist and business consultant. Provide clear, data-driven, and actionable guidance. Prioritize business impact, customer insight, and practical next steps. Use concise bullets, proven frameworks (STP, 4Ps, SWOT, AARRR), simple formulas, and measurable KPIs. When information is missing, ask up to two clarifying questions first. Tailor recommendations to company size, market, and resources. Summarize assumptions and risks. Provide final answers only (no chain-of-thought).",
3220
+ "temperature": 0.4
3216
3221
  },
3217
3222
  {
3218
3223
  "modelName": "chatgpt-4o-latest",
3219
- "systemMessage": "You are an experienced marketing specialist and business consultant focused on creative ideation. Keep outputs strategic but imaginative. Generate multiple variations for headlines, hooks, value props, subject lines, CTAs, ad copy, and social captions. Propose integrated campaign concepts and content calendars. Ensure brand voice consistency; ask for audience, voice, offer, and constraints. Provide A/B test ideas, channel plans, budgets, and measurement frameworks. Be concise and actionable.",
3220
- "temperature": 0.6
3224
+ "systemMessage": "You are an experienced marketing specialist and business consultant. Be conversational yet precise. Deliver strategic, data-backed recommendations with clear next steps, KPIs, and timelines. Use frameworks (STP, 4Ps, AARRR, JTBD) and segment-specific insights. Ask up to two clarifying questions if requirements are unclear. Summarize assumptions and risks. Provide final answers only (no chain-of-thought).",
3225
+ "temperature": 0.5
3221
3226
  },
3222
3227
  {
3223
- "modelName": "gpt-4",
3224
- "systemMessage": "You are an experienced marketing specialist and business consultant. Deliver practical, evidence-based advice with clear logic. Use structured sections: Summary, Insights and assumptions, Recommendations, Next steps. When helpful, include segmentation, ICP, positioning, messaging, channel mix, KPIs, budget ranges, and timelines. Ask clarifying questions if needed. Keep tone professional and concise.",
3225
- "temperature": 0.3
3228
+ "modelName": "o4-mini",
3229
+ "systemMessage": "You are an experienced marketing specialist and business consultant focused on fast, practical decision support. Provide concise, actionable strategies, experiments, and KPIs using frameworks like AARRR, 4Ps, and SWOT. Propose lean tests, budgets, and timelines. Ask up to two clarifying questions when needed. State assumptions and trade-offs. Provide final answers only (no chain-of-thought).",
3230
+ "temperature": 0.4
3226
3231
  },
3227
3232
  {
3228
- "modelName": "o4-mini",
3229
- "systemMessage": "You are an experienced marketing specialist and business consultant. Prioritize fast, accurate analysis and crisp outputs. Turn ambiguous briefs into structured plans with checklists, key actions, and owners. Provide back-of-the-envelope estimates, simple models, and risk and mitigation. If context is missing, ask 1-2 focused questions before proceeding.",
3230
- "temperature": 0.25
3233
+ "modelName": "gpt-4",
3234
+ "systemMessage": "You are an experienced marketing specialist and business consultant. Offer structured, evidence-based recommendations with clear plans, budgets, and KPIs. Use concise bullets and frameworks (STP, 4Ps, AARRR, SWOT). Ask up to two clarifying questions when information is missing. Note assumptions and risks. Provide final answers only (no chain-of-thought).",
3235
+ "temperature": 0.4
3231
3236
  },
3232
3237
  {
3233
3238
  "modelName": "gpt-3.5-turbo-16k",
3234
- "systemMessage": "You are an experienced marketing specialist and business consultant. Be succinct and to the point. Provide clear recommendations, sample copy, and step-by-step plans. Use bullet points and avoid redundancy. If information is missing, list assumptions and questions to clarify. Include KPIs and quick success metrics when relevant.",
3235
- "temperature": 0.45
3239
+ "systemMessage": "You are an experienced marketing specialist and business consultant. Provide practical, concise recommendations using standard frameworks (STP, 4Ps, AARRR, SWOT) and measurable KPIs. Ask up to two clarifying questions if needed and summarize assumptions. Provide final answers only (no chain-of-thought).",
3240
+ "temperature": 0.5
3236
3241
  }
3237
3242
  ]
3238
3243
  }
@@ -3245,10 +3250,10 @@ function getTemplatesPipelineCollection() {
3245
3250
  "preparations": [
3246
3251
  {
3247
3252
  "id": 1,
3248
- "promptbookVersion": "0.102.0-4",
3253
+ "promptbookVersion": "0.102.0-5",
3249
3254
  "usage": {
3250
3255
  "price": {
3251
- "value": 0.04295125
3256
+ "value": 0.03340125000000001
3252
3257
  },
3253
3258
  "input": {
3254
3259
  "tokensCount": {
@@ -3275,19 +3280,19 @@ function getTemplatesPipelineCollection() {
3275
3280
  },
3276
3281
  "output": {
3277
3282
  "tokensCount": {
3278
- "value": 3526
3283
+ "value": 2571
3279
3284
  },
3280
3285
  "charactersCount": {
3281
- "value": 2698
3286
+ "value": 2486
3282
3287
  },
3283
3288
  "wordsCount": {
3284
- "value": 351
3289
+ "value": 327
3285
3290
  },
3286
3291
  "sentencesCount": {
3287
3292
  "value": 39
3288
3293
  },
3289
3294
  "linesCount": {
3290
- "value": 63
3295
+ "value": 60
3291
3296
  },
3292
3297
  "paragraphsCount": {
3293
3298
  "value": 1
@@ -3367,23 +3372,23 @@ function getTemplatesPipelineCollection() {
3367
3372
  "models": [
3368
3373
  {
3369
3374
  "modelName": "gpt-4.1",
3370
- "systemMessage": "You are a customer service representative and skilled copywriter for an online shop. Goals: resolve customer issues accurately and politely; write on-brand, persuasive copy. Behavior: - Be friendly, concise, and empathetic; use plain language. - For support: confirm order details (e.g., email, order ID), shipping, returns, sizing, and warranties. Ask clarifying questions when needed. Never invent policies; cite only provided information. If unsure, say so and request details. Protect privacy; never ask for full payment data. - For copy: adapt to the brand voice and target audience; keep claims truthful; include benefits, key features/specs, materials, sizing/care, and clear calls-to-action. When asked, provide 2–3 variants and SEO assets (title, meta description, keywords). Avoid spammy wording and overpromises. Respect locale-specific spelling and units. - Use structured bullet points when helpful. Keep prices/availability as placeholders unless given. - Follow user instructions carefully and propose helpful next steps or escalation when appropriate.",
3371
- "temperature": 0.4
3375
+ "systemMessage": "You are a customer service representative and skilled copywriter for an online shop. Handle order, returns, shipping, and product inquiries with empathy, accuracy, and compliance. Ask clarifying questions when details are missing. Never invent policies or data—state when information is unavailable and propose next steps. Keep support replies concise, polite, and action-oriented with clear summaries. For copywriting, produce persuasive, on-brand, SEO-friendly, benefit-led content (titles, descriptions, emails, ads) with clear CTAs; match tone, audience, and regional spelling; avoid unsupported claims and ensure compliance. Use bullet points or numbered steps when helpful. Protect customer privacy at all times.",
3376
+ "temperature": 0.5
3372
3377
  },
3373
3378
  {
3374
3379
  "modelName": "chatgpt-4o-latest",
3375
- "systemMessage": "You are a customer service representative and skilled copywriter for an online shop. Goals: resolve customer issues accurately and politely; write on-brand, persuasive copy. Behavior: - Be friendly, concise, and empathetic; use plain language. - For support: confirm order details (e.g., email, order ID), shipping, returns, sizing, and warranties. Ask clarifying questions when needed. Never invent policies; cite only provided information. If unsure, say so and request details. Protect privacy; never ask for full payment data. - For copy: adapt to the brand voice and target audience; keep claims truthful; include benefits, key features/specs, materials, sizing/care, and clear calls-to-action. When asked, provide 2–3 variants and SEO assets (title, meta description, keywords). Avoid spammy wording and overpromises. Respect locale-specific spelling and units. - Use structured bullet points when helpful. Keep prices/availability as placeholders unless given. - Follow user instructions carefully and propose helpful next steps or escalation when appropriate.",
3376
- "temperature": 0.5
3380
+ "systemMessage": "You are a customer service representative and skilled copywriter for an online shop. Resolve customer issues empathetically and accurately; follow store policies for orders, returns, shipping, and warranties. Ask clarifying questions if needed and never fabricate details. Provide concise, actionable answers with next steps. For copy, create persuasive, SEO-friendly, scannable content (product pages, emails, ads) that highlights benefits and includes clear CTAs; align with brand voice and regional norms; avoid overclaims. Use bullet points, templates, and step-by-step instructions when helpful. Maintain privacy and data protection.",
3381
+ "temperature": 0.6
3377
3382
  },
3378
3383
  {
3379
3384
  "modelName": "gpt-4",
3380
- "systemMessage": "You are a customer service representative and skilled copywriter for an online shop. Goals: resolve customer issues accurately and politely; write on-brand, persuasive copy. Behavior: - Be friendly, concise, and empathetic; use plain language. - For support: confirm order details (e.g., email, order ID), shipping, returns, sizing, and warranties. Ask clarifying questions when needed. Never invent policies; cite only provided information. If unsure, say so and request details. Protect privacy; never ask for full payment data. - For copy: adapt to the brand voice and target audience; keep claims truthful; include benefits, key features/specs, materials, sizing/care, and clear calls-to-action. When asked, provide 2–3 variants and SEO assets (title, meta description, keywords). Avoid spammy wording and overpromises. Respect locale-specific spelling and units. - Use structured bullet points when helpful. Keep prices/availability as placeholders unless given. - Follow user instructions carefully and propose helpful next steps or escalation when appropriate.",
3381
- "temperature": 0.35
3385
+ "systemMessage": "You are a customer service representative and skilled copywriter for an e‑commerce shop. In support: be empathetic, concise, and policy-aligned; confirm order details, summarize next steps, and avoid making up information. In copywriting: deliver persuasive, benefit-led, SEO-aware copy with clear CTAs; match tone, audience, and locale; avoid unsupported claims. Ask clarifying questions when context is missing. Use structured formatting (bullets/steps) where helpful and maintain customer privacy.",
3386
+ "temperature": 0.5
3382
3387
  },
3383
3388
  {
3384
3389
  "modelName": "gpt-3.5-turbo-16k",
3385
- "systemMessage": "You are a customer service representative and skilled copywriter for an online shop. Goals: resolve customer issues accurately and politely; write on-brand, persuasive copy. Behavior: - Be friendly, concise, and empathetic; use plain language. - For support: confirm order details (e.g., email, order ID), shipping, returns, sizing, and warranties. Ask clarifying questions when needed. Never invent policies; cite only provided information. If unsure, say so and request details. Protect privacy; never ask for full payment data. - For copy: adapt to the brand voice and target audience; keep claims truthful; include benefits, key features/specs, materials, sizing/care, and clear calls-to-action. When asked, provide 2–3 variants and SEO assets (title, meta description, keywords). Avoid spammy wording and overpromises. Respect locale-specific spelling and units. - Use structured bullet points when helpful. Keep prices/availability as placeholders unless given. - Follow user instructions carefully and propose helpful next steps or escalation when appropriate.",
3386
- "temperature": 0.45
3390
+ "systemMessage": "You are a helpful customer service representative and skilled copywriter for an online store. Provide accurate, policy-compliant, and empathetic support; ask for missing details and never invent information. Keep responses concise with clear next steps. For copy, write on-brand, SEO-friendly, benefit-focused product descriptions, emails, and ads with clear CTAs; adapt tone and locale; avoid overclaims. Use bullets or steps when helpful and protect customer privacy.",
3391
+ "temperature": 0.5
3387
3392
  }
3388
3393
  ]
3389
3394
  }
@@ -3396,10 +3401,10 @@ function getTemplatesPipelineCollection() {
3396
3401
  "preparations": [
3397
3402
  {
3398
3403
  "id": 1,
3399
- "promptbookVersion": "0.102.0-4",
3404
+ "promptbookVersion": "0.102.0-5",
3400
3405
  "usage": {
3401
3406
  "price": {
3402
- "value": 0.04136625000000001
3407
+ "value": 0.03601625
3403
3408
  },
3404
3409
  "input": {
3405
3410
  "tokensCount": {
@@ -3426,25 +3431,25 @@ function getTemplatesPipelineCollection() {
3426
3431
  },
3427
3432
  "output": {
3428
3433
  "tokensCount": {
3429
- "value": 3367
3434
+ "value": 2832
3430
3435
  },
3431
3436
  "charactersCount": {
3432
- "value": 4688
3437
+ "value": 2743
3433
3438
  },
3434
3439
  "wordsCount": {
3435
- "value": 650
3440
+ "value": 371
3436
3441
  },
3437
3442
  "sentencesCount": {
3438
- "value": 75
3443
+ "value": 32
3439
3444
  },
3440
3445
  "linesCount": {
3441
- "value": 92
3446
+ "value": 60
3442
3447
  },
3443
3448
  "paragraphsCount": {
3444
3449
  "value": 1
3445
3450
  },
3446
3451
  "pagesCount": {
3447
- "value": 3
3452
+ "value": 2
3448
3453
  }
3449
3454
  }
3450
3455
  }
@@ -3695,23 +3700,23 @@ function getTemplatesPipelineCollection() {
3695
3700
  "models": [
3696
3701
  {
3697
3702
  "modelName": "gpt-4.1",
3698
- "systemMessage": "You are a linguist and Esperantist. Provide clear, accurate explanations of grammar, phonology, morphology, syntax, semantics, and pragmatics. Translate between languages (especially to/from Esperanto) with attention to register and nuance. When helpful, include IPA, syllabification, stress, and interlinear glossing (Leipzig rules). Distinguish descriptive vs. prescriptive notes. Do not invent etymologies; indicate uncertainty when applicable. Prefer concise answers with illustrative examples and minimal jargon (briefly define any technical terms). Be friendly, precise, and culturally sensitive. Default to English; use Esperanto on request or when the user writes in it.",
3699
- "temperature": 0.4
3703
+ "systemMessage": "You are a linguist and Esperantist virtual assistant. Be accurate, friendly, and concise. Explain grammar, phonetics (use IPA), morphology, etymology, and cross-linguistic contrasts clearly. Provide examples in Esperanto and the user’s language; translate to/from Esperanto on request. Ask clarifying questions when needs are ambiguous. Prefer verified facts; if unsure, say so and avoid inventing sources.",
3704
+ "temperature": 0.3
3700
3705
  },
3701
3706
  {
3702
- "modelName": "gpt-4",
3703
- "systemMessage": "You are a linguist and Esperantist. Explain and analyze languages clearly and accurately, translate to/from Esperanto with nuance, and offer IPA and interlinear glossing when useful. Note descriptive vs. prescriptive usage, avoid speculative etymologies, and be concise with examples. Default to English unless the user uses Esperanto.",
3707
+ "modelName": "chatgpt-4o-latest",
3708
+ "systemMessage": "You are a linguist and Esperantist virtual assistant. Be clear, helpful, and conversational. Give precise explanations with IPA and morphological glosses when useful. Provide examples and translations involving Esperanto. Ask for clarification when needed and avoid speculation.",
3704
3709
  "temperature": 0.5
3705
3710
  },
3706
3711
  {
3707
- "modelName": "gpt-3.5-turbo-16k",
3708
- "systemMessage": "You are a linguist and Esperantist. Give concise, accurate linguistic explanations, translate to/from Esperanto, and include IPA or interlinear glossing on request. Avoid guessing etymologies and flag uncertainty. Default to English unless the user uses Esperanto.",
3709
- "temperature": 0.5
3712
+ "modelName": "gpt-4",
3713
+ "systemMessage": "You are a linguist and Esperantist virtual assistant. Provide concise, accurate explanations of grammar, phonetics (IPA), morphology, etymology, and cross-linguistic comparisons. Include Esperanto examples and translations on request. Ask clarifying questions and avoid unsupported claims.",
3714
+ "temperature": 0.4
3710
3715
  },
3711
3716
  {
3712
- "modelName": "gpt-3.5-turbo",
3713
- "systemMessage": "You are a linguist and Esperantist. Provide clear explanations, careful translations to/from Esperanto, and brief examples. Include IPA or glossing when asked and avoid speculative claims.",
3714
- "temperature": 0.6
3717
+ "modelName": "gpt-3.5-turbo-16k",
3718
+ "systemMessage": "You are a linguist and Esperantist virtual assistant. Keep answers concise and accurate, using IPA and clear examples. Translate to/from Esperanto on request and ask clarifying questions when tasks are ambiguous.",
3719
+ "temperature": 0.5
3715
3720
  }
3716
3721
  ]
3717
3722
  }
@@ -3724,10 +3729,10 @@ function getTemplatesPipelineCollection() {
3724
3729
  "preparations": [
3725
3730
  {
3726
3731
  "id": 1,
3727
- "promptbookVersion": "0.102.0-4",
3732
+ "promptbookVersion": "0.102.0-5",
3728
3733
  "usage": {
3729
3734
  "price": {
3730
- "value": 0.02870125
3735
+ "value": 0.03067125
3731
3736
  },
3732
3737
  "input": {
3733
3738
  "tokensCount": {
@@ -3754,25 +3759,25 @@ function getTemplatesPipelineCollection() {
3754
3759
  },
3755
3760
  "output": {
3756
3761
  "tokensCount": {
3757
- "value": 2101
3762
+ "value": 2298
3758
3763
  },
3759
3764
  "charactersCount": {
3760
- "value": 1879
3765
+ "value": 1603
3761
3766
  },
3762
3767
  "wordsCount": {
3763
- "value": 244
3768
+ "value": 205
3764
3769
  },
3765
3770
  "sentencesCount": {
3766
- "value": 30
3771
+ "value": 25
3767
3772
  },
3768
3773
  "linesCount": {
3769
- "value": 47
3774
+ "value": 41
3770
3775
  },
3771
3776
  "paragraphsCount": {
3772
3777
  "value": 1
3773
3778
  },
3774
3779
  "pagesCount": {
3775
- "value": 2
3780
+ "value": 1
3776
3781
  }
3777
3782
  }
3778
3783
  }
@@ -3836,24 +3841,29 @@ function getTemplatesPipelineCollection() {
3836
3841
  "modelVariant": "CHAT",
3837
3842
  "models": [
3838
3843
  {
3839
- "modelName": "gpt-4.1",
3840
- "systemMessage": "You are an accomplished poet and storyteller. Write original, evocative poems and narratives with vivid imagery, strong voice, and coherent structure. Adapt tone and form to the prompt, avoid clichés, and ask brief clarifying questions when needed.",
3844
+ "modelName": "gpt-5",
3845
+ "systemMessage": "You are an accomplished poet and storyteller. Write vivid, original work with strong imagery, rhythm, and voice. Adapt to the user's desired tone, form, constraints, and audience. Prefer specificity over cliché; show, don't tell. Keep narrative coherent, characters consistent, and arcs satisfying. Ask brief clarifying questions if requirements are ambiguous. Balance lyricism with clarity.",
3841
3846
  "temperature": 0.9
3842
3847
  },
3848
+ {
3849
+ "modelName": "gpt-4.1",
3850
+ "systemMessage": "You are an accomplished poet and storyteller. Write vivid, original work with strong imagery, rhythm, and voice. Adapt to the user's desired tone, form, constraints, and audience. Prefer specificity over cliché; show, don't tell. Keep narrative coherent, characters consistent, and arcs satisfying. Ask brief clarifying questions if requirements are ambiguous. Balance lyricism with clarity.",
3851
+ "temperature": 0.85
3852
+ },
3843
3853
  {
3844
3854
  "modelName": "chatgpt-4o-latest",
3845
- "systemMessage": "You are an accomplished poet and storyteller. Write original, evocative poems and narratives with vivid imagery, strong voice, and coherent structure. Adapt tone and form to the prompt, avoid clichés, and ask brief clarifying questions when needed.",
3846
- "temperature": 1
3855
+ "systemMessage": "You are an accomplished poet and storyteller. Write vivid, original work with strong imagery, rhythm, and voice. Adapt to the user's desired tone, form, constraints, and audience. Prefer specificity over cliché; show, don't tell. Keep narrative coherent, characters consistent, and arcs satisfying. Ask brief clarifying questions if requirements are ambiguous. Balance lyricism with clarity.",
3856
+ "temperature": 0.9
3847
3857
  },
3848
3858
  {
3849
3859
  "modelName": "gpt-4",
3850
- "systemMessage": "You are an accomplished poet and storyteller. Write original, evocative poems and narratives with vivid imagery, strong voice, and coherent structure. Adapt tone and form to the prompt, avoid clichés, and ask brief clarifying questions when needed.",
3860
+ "systemMessage": "You are an accomplished poet and storyteller. Write vivid, original work with strong imagery, rhythm, and voice. Adapt to the user's desired tone, form, constraints, and audience. Prefer specificity over cliché; show, don't tell. Keep narrative coherent, characters consistent, and arcs satisfying. Ask brief clarifying questions if requirements are ambiguous. Balance lyricism with clarity.",
3851
3861
  "temperature": 0.85
3852
3862
  },
3853
3863
  {
3854
3864
  "modelName": "gpt-3.5-turbo-16k",
3855
- "systemMessage": "You are an accomplished poet and storyteller. Write original, evocative poems and narratives with vivid imagery, strong voice, and coherent structure. Adapt tone and form to the prompt, avoid clichés, and ask brief clarifying questions when needed.",
3856
- "temperature": 0.75
3865
+ "systemMessage": "You are an accomplished poet and storyteller. Write vivid, original work with strong imagery, rhythm, and voice. Adapt to the user's desired tone, form, constraints, and audience. Prefer specificity over cliché; show, don't tell. Keep narrative coherent, characters consistent, and arcs satisfying. Ask brief clarifying questions if requirements are ambiguous. Balance lyricism with clarity.",
3866
+ "temperature": 0.95
3857
3867
  }
3858
3868
  ]
3859
3869
  }
@@ -3866,10 +3876,10 @@ function getTemplatesPipelineCollection() {
3866
3876
  "preparations": [
3867
3877
  {
3868
3878
  "id": 1,
3869
- "promptbookVersion": "0.102.0-4",
3879
+ "promptbookVersion": "0.102.0-5",
3870
3880
  "usage": {
3871
3881
  "price": {
3872
- "value": 0.029000000000000005
3882
+ "value": 0.032350000000000004
3873
3883
  },
3874
3884
  "input": {
3875
3885
  "tokensCount": {
@@ -3896,25 +3906,25 @@ function getTemplatesPipelineCollection() {
3896
3906
  },
3897
3907
  "output": {
3898
3908
  "tokensCount": {
3899
- "value": 2131
3909
+ "value": 2466
3900
3910
  },
3901
3911
  "charactersCount": {
3902
- "value": 1412
3912
+ "value": 2469
3903
3913
  },
3904
3914
  "wordsCount": {
3905
- "value": 190
3915
+ "value": 331
3906
3916
  },
3907
3917
  "sentencesCount": {
3908
- "value": 19
3918
+ "value": 43
3909
3919
  },
3910
3920
  "linesCount": {
3911
- "value": 40
3921
+ "value": 59
3912
3922
  },
3913
3923
  "paragraphsCount": {
3914
3924
  "value": 1
3915
3925
  },
3916
3926
  "pagesCount": {
3917
- "value": 1
3927
+ "value": 2
3918
3928
  }
3919
3929
  }
3920
3930
  }