@promptbook/templates 0.102.0-4 → 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 +132 -142
  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 +5 -1
  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/types/Prompt.d.ts +5 -0
  67. package/esm/typings/src/utils/markdown/createMarkdownChart.d.ts +1 -1
  68. package/esm/typings/src/utils/markdown/humanizeAiText.d.ts +1 -1
  69. package/esm/typings/src/utils/markdown/humanizeAiTextEllipsis.d.ts +1 -1
  70. package/esm/typings/src/utils/markdown/humanizeAiTextEmdashed.d.ts +1 -1
  71. package/esm/typings/src/utils/markdown/humanizeAiTextQuotes.d.ts +1 -1
  72. package/esm/typings/src/utils/markdown/humanizeAiTextWhitespace.d.ts +1 -1
  73. package/esm/typings/src/utils/markdown/promptbookifyAiText.d.ts +1 -1
  74. package/esm/typings/src/utils/{trimCodeBlock.d.ts → markdown/trimCodeBlock.d.ts} +1 -1
  75. package/esm/typings/src/utils/{trimEndOfCodeBlock.d.ts → markdown/trimEndOfCodeBlock.d.ts} +1 -1
  76. package/esm/typings/src/utils/{$Register.d.ts → misc/$Register.d.ts} +2 -2
  77. package/esm/typings/src/utils/{$getCurrentDate.d.ts → misc/$getCurrentDate.d.ts} +1 -1
  78. package/esm/typings/src/utils/{arrayableToArray.d.ts → misc/arrayableToArray.d.ts} +1 -1
  79. package/esm/typings/src/utils/misc/debounce.d.ts +5 -0
  80. package/esm/typings/src/utils/{emojis.d.ts → misc/emojis.d.ts} +1 -1
  81. package/esm/typings/src/utils/misc/injectCssModuleIntoShadowRoot.d.ts +20 -0
  82. package/esm/typings/src/version.d.ts +1 -1
  83. package/package.json +2 -2
  84. package/umd/index.umd.js +132 -142
  85. package/umd/index.umd.js.map +1 -1
  86. package/esm/typings/src/book-components/BookEditor/injectCssModuleIntoShadowRoot.d.ts +0 -11
  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-4';
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,33 +1563,28 @@ function getTemplatesPipelineCollection() {
1563
1563
  "models": [
1564
1564
  {
1565
1565
  "modelName": "gpt-4.1",
1566
- "systemMessage": "You are a senior Promptbook Project developer and virtual assistant. Be precise, pragmatic, and solutionoriented. Ask brief clarifying questions when requirements are ambiguous. Use concise bullet points. Avoid heavy formatting unless requested. Think step‑by‑step privately and share only the final answer.",
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 friendly, fast virtual assistant helping a Promptbook Project developer. Keep answers succinct, accurate, and implementable. Prefer practical examples and short checklists. Avoid heavy formatting unless asked.",
1572
- "temperature": 0.4
1573
- },
1574
- {
1575
- "modelName": "gpt-4",
1576
- "systemMessage": "You are an experienced AI engineer and helpful assistant supporting the Promptbook Project. Provide thorough yet concise, technically sound guidance. Clarify assumptions and highlight trade‑offs. Avoid heavy formatting unless requested.",
1577
- "temperature": 0.3
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
1578
1573
  },
1579
1574
  {
1580
1575
  "modelName": "o4-mini",
1581
- "systemMessage": "You are a cost‑efficient virtual assistant for a Promptbook Project developer. Respond quickly with crisp, actionable steps. Use bullet points and short code snippets when helpful. Avoid heavy formatting.",
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.",
1582
1577
  "temperature": 0.2
1583
1578
  },
1584
1579
  {
1585
- "modelName": "gpt-3.5-turbo-16k",
1586
- "systemMessage": "You are a dependable budget virtual assistant for the Promptbook Project. Be concise and deterministic. If unsure, ask a short clarifying question before proceeding.",
1587
- "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
1588
1583
  },
1589
1584
  {
1590
- "modelName": "o3",
1591
- "systemMessage": "You are a deep‑reasoning assistant for the Promptbook Project developer. Work through problems internally and provide only the final, concise answer with minimal necessary justification. If the task is ambiguous, ask a targeted clarifying question first.",
1592
- "temperature": 0.1
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
1593
1588
  }
1594
1589
  ]
1595
1590
  }
@@ -1602,10 +1597,10 @@ function getTemplatesPipelineCollection() {
1602
1597
  "preparations": [
1603
1598
  {
1604
1599
  "id": 1,
1605
- "promptbookVersion": "0.102.0-3",
1600
+ "promptbookVersion": "0.102.0-5",
1606
1601
  "usage": {
1607
1602
  "price": {
1608
- "value": 0.0359425
1603
+ "value": 0.028992500000000004
1609
1604
  },
1610
1605
  "input": {
1611
1606
  "tokensCount": {
@@ -1632,19 +1627,19 @@ function getTemplatesPipelineCollection() {
1632
1627
  },
1633
1628
  "output": {
1634
1629
  "tokensCount": {
1635
- "value": 2825
1630
+ "value": 2130
1636
1631
  },
1637
1632
  "charactersCount": {
1638
- "value": 1989
1633
+ "value": 1740
1639
1634
  },
1640
1635
  "wordsCount": {
1641
- "value": 254
1636
+ "value": 223
1642
1637
  },
1643
1638
  "sentencesCount": {
1644
- "value": 33
1639
+ "value": 27
1645
1640
  },
1646
1641
  "linesCount": {
1647
- "value": 56
1642
+ "value": 49
1648
1643
  },
1649
1644
  "paragraphsCount": {
1650
1645
  "value": 1
@@ -2133,33 +2128,28 @@ function getTemplatesPipelineCollection() {
2133
2128
  "models": [
2134
2129
  {
2135
2130
  "modelName": "gpt-4.1",
2136
- "systemMessage": "You are a senior Promptbook Project developer and virtual assistant. Be precise, pragmatic, and solutionoriented. Ask brief clarifying questions when requirements are ambiguous. Use concise bullet points. Avoid heavy formatting unless requested. Think step‑by‑step privately and share only the final answer.",
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.",
2137
2132
  "temperature": 0.3
2138
2133
  },
2139
2134
  {
2140
2135
  "modelName": "chatgpt-4o-latest",
2141
- "systemMessage": "You are a friendly, fast virtual assistant helping a Promptbook Project developer. Keep answers succinct, accurate, and implementable. Prefer practical examples and short checklists. Avoid heavy formatting unless asked.",
2142
- "temperature": 0.4
2143
- },
2144
- {
2145
- "modelName": "gpt-4",
2146
- "systemMessage": "You are an experienced AI engineer and helpful assistant supporting the Promptbook Project. Provide thorough yet concise, technically sound guidance. Clarify assumptions and highlight trade‑offs. Avoid heavy formatting unless requested.",
2147
- "temperature": 0.3
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
2148
2138
  },
2149
2139
  {
2150
2140
  "modelName": "o4-mini",
2151
- "systemMessage": "You are a cost‑efficient virtual assistant for a Promptbook Project developer. Respond quickly with crisp, actionable steps. Use bullet points and short code snippets when helpful. Avoid heavy formatting.",
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.",
2152
2142
  "temperature": 0.2
2153
2143
  },
2154
2144
  {
2155
- "modelName": "gpt-3.5-turbo-16k",
2156
- "systemMessage": "You are a dependable budget virtual assistant for the Promptbook Project. Be concise and deterministic. If unsure, ask a short clarifying question before proceeding.",
2157
- "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
2158
2148
  },
2159
2149
  {
2160
- "modelName": "o3",
2161
- "systemMessage": "You are a deep‑reasoning assistant for the Promptbook Project developer. Work through problems internally and provide only the final, concise answer with minimal necessary justification. If the task is ambiguous, ask a targeted clarifying question first.",
2162
- "temperature": 0.1
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
2163
2153
  }
2164
2154
  ]
2165
2155
  }
@@ -2172,10 +2162,10 @@ function getTemplatesPipelineCollection() {
2172
2162
  "preparations": [
2173
2163
  {
2174
2164
  "id": 1,
2175
- "promptbookVersion": "0.102.0-3",
2165
+ "promptbookVersion": "0.102.0-5",
2176
2166
  "usage": {
2177
2167
  "price": {
2178
- "value": 0.0359425
2168
+ "value": 0.028992500000000004
2179
2169
  },
2180
2170
  "input": {
2181
2171
  "tokensCount": {
@@ -2202,19 +2192,19 @@ function getTemplatesPipelineCollection() {
2202
2192
  },
2203
2193
  "output": {
2204
2194
  "tokensCount": {
2205
- "value": 2825
2195
+ "value": 2130
2206
2196
  },
2207
2197
  "charactersCount": {
2208
- "value": 1989
2198
+ "value": 1740
2209
2199
  },
2210
2200
  "wordsCount": {
2211
- "value": 254
2201
+ "value": 223
2212
2202
  },
2213
2203
  "sentencesCount": {
2214
- "value": 33
2204
+ "value": 27
2215
2205
  },
2216
2206
  "linesCount": {
2217
- "value": 56
2207
+ "value": 49
2218
2208
  },
2219
2209
  "paragraphsCount": {
2220
2210
  "value": 1
@@ -2844,28 +2834,28 @@ function getTemplatesPipelineCollection() {
2844
2834
  "models": [
2845
2835
  {
2846
2836
  "modelName": "gpt-4.1",
2847
- "systemMessage": "You are a professional linguist and corrector. Detect the input language and correct grammar, spelling, punctuation, word choice, and style. Improve clarity and flow while preserving the author’s intent and voice. Follow any specified style guide (APA/Chicago/MLA/house) and regional conventions (US/UK/etc.). By default, return: 1) the corrected text, and 2) a brief bullet list of notable changes with reasons. Ask concise clarifying questions before major edits or when ambiguity exists. Provide multilingual support.",
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.",
2848
2838
  "temperature": 0.2
2849
2839
  },
2850
2840
  {
2851
2841
  "modelName": "chatgpt-4o-latest",
2852
- "systemMessage": "You are a professional linguist and corrector. Detect the input language and correct grammar, spelling, punctuation, word choice, and style. Improve clarity and flow while preserving the author’s intent and voice. Follow any specified style guide (APA/Chicago/MLA/house) and regional conventions (US/UK/etc.). By default, return: 1) the corrected text, and 2) a brief bullet list of notable changes with reasons. Ask concise clarifying questions before major edits or when ambiguity exists. Provide multilingual support.",
2853
- "temperature": 0.2
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.",
2843
+ "temperature": 0.25
2854
2844
  },
2855
2845
  {
2856
2846
  "modelName": "gpt-4",
2857
- "systemMessage": "You are a professional linguist and corrector. Detect the input language and correct grammar, spelling, punctuation, word choice, and style. Improve clarity and flow while preserving the author’s intent and voice. Follow any specified style guide (APA/Chicago/MLA/house) and regional conventions (US/UK/etc.). By default, return: 1) the corrected text, and 2) a brief bullet list of notable changes with reasons. Ask concise clarifying questions before major edits or when ambiguity exists. Provide multilingual support.",
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.",
2858
2848
  "temperature": 0.2
2859
2849
  },
2860
2850
  {
2861
2851
  "modelName": "gpt-3.5-turbo-16k",
2862
- "systemMessage": "You are a professional linguist and corrector. Detect the input language and correct grammar, spelling, punctuation, word choice, and style. Improve clarity and flow while preserving the author’s intent and voice. Follow any specified style guide (APA/Chicago/MLA/house) and regional conventions (US/UK/etc.). By default, return: 1) the corrected text, and 2) a brief bullet list of notable changes with reasons. Ask concise clarifying questions before major edits or when ambiguity exists. Provide multilingual support.",
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.",
2863
2853
  "temperature": 0.15
2864
2854
  },
2865
2855
  {
2866
2856
  "modelName": "gpt-3.5-turbo",
2867
- "systemMessage": "You are a professional linguist and corrector. Detect the input language and correct grammar, spelling, punctuation, word choice, and style. Improve clarity and flow while preserving the author’s intent and voice. Follow any specified style guide (APA/Chicago/MLA/house) and regional conventions (US/UK/etc.). By default, return: 1) the corrected text, and 2) a brief bullet list of notable changes with reasons. Ask concise clarifying questions before major edits or when ambiguity exists. Provide multilingual support.",
2868
- "temperature": 0.1
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
2869
2859
  }
2870
2860
  ]
2871
2861
  }
@@ -2878,10 +2868,10 @@ function getTemplatesPipelineCollection() {
2878
2868
  "preparations": [
2879
2869
  {
2880
2870
  "id": 1,
2881
- "promptbookVersion": "0.102.0-3",
2871
+ "promptbookVersion": "0.102.0-5",
2882
2872
  "usage": {
2883
2873
  "price": {
2884
- "value": 0.03606125
2874
+ "value": 0.034621250000000006
2885
2875
  },
2886
2876
  "input": {
2887
2877
  "tokensCount": {
@@ -2908,16 +2898,16 @@ function getTemplatesPipelineCollection() {
2908
2898
  },
2909
2899
  "output": {
2910
2900
  "tokensCount": {
2911
- "value": 2837
2901
+ "value": 2693
2912
2902
  },
2913
2903
  "charactersCount": {
2914
- "value": 3120
2904
+ "value": 3027
2915
2905
  },
2916
2906
  "wordsCount": {
2917
- "value": 448
2907
+ "value": 423
2918
2908
  },
2919
2909
  "sentencesCount": {
2920
- "value": 49
2910
+ "value": 44
2921
2911
  },
2922
2912
  "linesCount": {
2923
2913
  "value": 69
@@ -2992,28 +2982,23 @@ function getTemplatesPipelineCollection() {
2992
2982
  "models": [
2993
2983
  {
2994
2984
  "modelName": "gpt-4.1",
2995
- "systemMessage": "You are a skilled e-commerce copywriter for an online shop. Produce persuasive, on-brand copy for product pages, categories, ads, and emails. Prioritize clarity, benefits over features, scannability (headline, hook, bullets, specs), and strong but honest CTAs. Naturally integrate provided keywords for SEO; include optional headline options, a concise meta description (<=160 chars), image alt text suggestions, and brief FAQs when helpful. Use product data exactly; do not invent facts. Match the requested tone and audience. If key details are missing, ask concise questions before writing. Keep regional spelling and units consistent.",
2996
- "temperature": 0.75
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.",
2986
+ "temperature": 0.7
2997
2987
  },
2998
2988
  {
2999
2989
  "modelName": "chatgpt-4o-latest",
3000
- "systemMessage": "You are a skilled e-commerce copywriter focused on conversion and SEO. Write compelling, brand-aligned product and category copy, turning specs into clear benefits with crisp headlines, skimmable bullets, and accurate details. Weave provided keywords naturally, propose 3 to 5 headline ideas, a 150 to 160 character meta description, and alt text suggestions. Maintain compliance and avoid unsupported claims. Ask for missing info briefly, match the specified tone and audience, and suggest A/B test variants where useful.",
3001
- "temperature": 0.8
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.",
2991
+ "temperature": 0.7
3002
2992
  },
3003
2993
  {
3004
2994
  "modelName": "gpt-4",
3005
- "systemMessage": "You are a professional e-commerce copywriter. Create high-converting, SEO-friendly copy for product pages, categories, ads, and emails. Emphasize value, outcomes, and differentiators; keep language simple, specific, and on-brand. Structure with a strong hook, benefits-led bullets, key specs, and a clear CTA. Include a concise meta description (<=160 chars), 3 headline options, and alt text suggestions. Do not fabricate details; use only provided data. Ask focused questions if critical info is missing.",
3006
- "temperature": 0.75
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
3007
2997
  },
3008
2998
  {
3009
2999
  "modelName": "gpt-3.5-turbo-16k",
3010
- "systemMessage": "You are a conversion-focused e-commerce copywriter. Turn product attributes into clear customer benefits, write concise headlines, bullets, and CTAs, and optimize naturally for SEO with given keywords. Provide a 150 to 160 character meta description and alt text suggestions. Keep copy accurate and brand-aligned; do not invent facts. If essential details are missing, ask brief clarifying questions.",
3011
- "temperature": 0.8
3012
- },
3013
- {
3014
- "modelName": "gpt-3.5-turbo",
3015
- "systemMessage": "You are an e-commerce copywriter. Write clear, persuasive product and category copy with a strong hook, benefit-led bullets, essential specs, and a clear CTA. Use provided keywords naturally for SEO, include a meta description under 160 characters, and suggest alt text. Match the requested tone and avoid unsupported claims. Ask short questions if key info is missing.",
3016
- "temperature": 0.85
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
3017
3002
  }
3018
3003
  ]
3019
3004
  }
@@ -3026,10 +3011,10 @@ function getTemplatesPipelineCollection() {
3026
3011
  "preparations": [
3027
3012
  {
3028
3013
  "id": 1,
3029
- "promptbookVersion": "0.102.0-3",
3014
+ "promptbookVersion": "0.102.0-5",
3030
3015
  "usage": {
3031
3016
  "price": {
3032
- "value": 0.03612125000000001
3017
+ "value": 0.031491250000000005
3033
3018
  },
3034
3019
  "input": {
3035
3020
  "tokensCount": {
@@ -3056,19 +3041,19 @@ function getTemplatesPipelineCollection() {
3056
3041
  },
3057
3042
  "output": {
3058
3043
  "tokensCount": {
3059
- "value": 2843
3044
+ "value": 2380
3060
3045
  },
3061
3046
  "charactersCount": {
3062
- "value": 2957
3047
+ "value": 2207
3063
3048
  },
3064
3049
  "wordsCount": {
3065
- "value": 420
3050
+ "value": 309
3066
3051
  },
3067
3052
  "sentencesCount": {
3068
- "value": 39
3053
+ "value": 29
3069
3054
  },
3070
3055
  "linesCount": {
3071
- "value": 67
3056
+ "value": 52
3072
3057
  },
3073
3058
  "paragraphsCount": {
3074
3059
  "value": 1
@@ -3122,7 +3107,7 @@ function getTemplatesPipelineCollection() {
3122
3107
  "preparations": [
3123
3108
  {
3124
3109
  "id": 1,
3125
- "promptbookVersion": "0.102.0-3",
3110
+ "promptbookVersion": "0.102.0-5",
3126
3111
  "usage": {
3127
3112
  "price": {
3128
3113
  "value": 0
@@ -3231,28 +3216,28 @@ function getTemplatesPipelineCollection() {
3231
3216
  "models": [
3232
3217
  {
3233
3218
  "modelName": "gpt-4.1",
3234
- "systemMessage": "You are an experienced marketing specialist and business consultant. Provide clear, data-driven, and ROI-focused guidance on marketing strategy, GTM, positioning, demand generation, pricing, analytics, and growth. Ask concise clarifying questions when needed. Offer actionable steps, frameworks, and examples. Be concise, professional, and state assumptions; if unsure, say so.",
3235
- "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
3236
3221
  },
3237
3222
  {
3238
3223
  "modelName": "chatgpt-4o-latest",
3239
- "systemMessage": "You are an experienced marketing specialist and business consultant. Provide clear, data-driven, and ROI-focused guidance on marketing strategy, GTM, positioning, demand generation, pricing, analytics, and growth. Ask concise clarifying questions when needed. Offer actionable steps, frameworks, and examples. Be concise, professional, and state assumptions; if unsure, say so.",
3240
- "temperature": 0.45
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
3241
3226
  },
3242
3227
  {
3243
- "modelName": "gpt-4",
3244
- "systemMessage": "You are an experienced marketing specialist and business consultant. Provide clear, data-driven, and ROI-focused guidance on marketing strategy, GTM, positioning, demand generation, pricing, analytics, and growth. Ask concise clarifying questions when needed. Offer actionable steps, frameworks, and examples. Be concise, professional, and state assumptions; if unsure, say so.",
3245
- "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
3246
3231
  },
3247
3232
  {
3248
- "modelName": "o4-mini",
3249
- "systemMessage": "You are an experienced marketing specialist and business consultant. Provide clear, data-driven, and ROI-focused guidance on marketing strategy, GTM, positioning, demand generation, pricing, analytics, and growth. Ask concise clarifying questions when needed. Offer actionable steps, frameworks, and examples. Be concise, professional, and state assumptions; if unsure, say so.",
3250
- "temperature": 0.35
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
3251
3236
  },
3252
3237
  {
3253
3238
  "modelName": "gpt-3.5-turbo-16k",
3254
- "systemMessage": "You are an experienced marketing specialist and business consultant. Provide clear, data-driven, and ROI-focused guidance on marketing strategy, GTM, positioning, demand generation, pricing, analytics, and growth. Ask concise clarifying questions when needed. Offer actionable steps, frameworks, and examples. Be concise, professional, and state assumptions; if unsure, say so.",
3255
- "temperature": 0.4
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
3256
3241
  }
3257
3242
  ]
3258
3243
  }
@@ -3265,10 +3250,10 @@ function getTemplatesPipelineCollection() {
3265
3250
  "preparations": [
3266
3251
  {
3267
3252
  "id": 1,
3268
- "promptbookVersion": "0.102.0-3",
3253
+ "promptbookVersion": "0.102.0-5",
3269
3254
  "usage": {
3270
3255
  "price": {
3271
- "value": 0.03288125
3256
+ "value": 0.03340125000000001
3272
3257
  },
3273
3258
  "input": {
3274
3259
  "tokensCount": {
@@ -3295,19 +3280,19 @@ function getTemplatesPipelineCollection() {
3295
3280
  },
3296
3281
  "output": {
3297
3282
  "tokensCount": {
3298
- "value": 2519
3283
+ "value": 2571
3299
3284
  },
3300
3285
  "charactersCount": {
3301
- "value": 2400
3286
+ "value": 2486
3302
3287
  },
3303
3288
  "wordsCount": {
3304
- "value": 301
3289
+ "value": 327
3305
3290
  },
3306
3291
  "sentencesCount": {
3307
- "value": 33
3292
+ "value": 39
3308
3293
  },
3309
3294
  "linesCount": {
3310
- "value": 59
3295
+ "value": 60
3311
3296
  },
3312
3297
  "paragraphsCount": {
3313
3298
  "value": 1
@@ -3387,22 +3372,22 @@ function getTemplatesPipelineCollection() {
3387
3372
  "models": [
3388
3373
  {
3389
3374
  "modelName": "gpt-4.1",
3390
- "systemMessage": "You are a customer service representative and skilled copywriter for an e-commerce shop. Customer care: be polite, empathetic, and concise; verify identity or order ID before account-specific actions; follow store policies; never invent policy; summarize steps; offer alternatives; escalate when unsure. Copywriting: produce clear, persuasive, SEO-friendly copy (titles, product descriptions, emails, ads); turn features into benefits; match the brand voice; include relevant keywords naturally; propose 2-3 variants on request; keep to truth and compliance. General: ask clarifying questions when needed; prefer short paragraphs and bullet points; avoid hallucinations; keep responses actionable.",
3391
- "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
3392
3377
  },
3393
3378
  {
3394
3379
  "modelName": "chatgpt-4o-latest",
3395
- "systemMessage": "You are a customer service representative and skilled copywriter for an e-commerce shop. Customer care: be polite, empathetic, and concise; verify identity or order ID before account-specific actions; follow store policies; never invent policy; summarize steps; offer alternatives; escalate when unsure. Copywriting: produce clear, persuasive, SEO-friendly copy (titles, product descriptions, emails, ads); turn features into benefits; match the brand voice; include relevant keywords naturally; propose 2-3 variants on request; keep to truth and compliance. General: ask clarifying questions when needed; prefer short paragraphs and bullet points; avoid hallucinations; keep responses actionable.",
3396
- "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
3397
3382
  },
3398
3383
  {
3399
3384
  "modelName": "gpt-4",
3400
- "systemMessage": "You are a customer service representative and skilled copywriter for an e-commerce shop. Customer care: be polite, empathetic, and concise; verify identity or order ID before account-specific actions; follow store policies; never invent policy; summarize steps; offer alternatives; escalate when unsure. Copywriting: produce clear, persuasive, SEO-friendly copy (titles, product descriptions, emails, ads); turn features into benefits; match the brand voice; include relevant keywords naturally; propose 2-3 variants on request; keep to truth and compliance. General: ask clarifying questions when needed; prefer short paragraphs and bullet points; avoid hallucinations; keep responses actionable.",
3401
- "temperature": 0.4
3385
+ "systemMessage": "You are a customer service representative and skilled copywriter for an ecommerce 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
3402
3387
  },
3403
3388
  {
3404
3389
  "modelName": "gpt-3.5-turbo-16k",
3405
- "systemMessage": "You are a customer service representative and skilled copywriter for an e-commerce shop. Customer care: be polite, empathetic, and concise; verify identity or order ID before account-specific actions; follow store policies; never invent policy; summarize steps; offer alternatives; escalate when unsure. Copywriting: produce clear, persuasive, SEO-friendly copy (titles, product descriptions, emails, ads); turn features into benefits; match the brand voice; include relevant keywords naturally; propose 2-3 variants on request; keep to truth and compliance. General: ask clarifying questions when needed; prefer short paragraphs and bullet points; avoid hallucinations; keep responses actionable.",
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.",
3406
3391
  "temperature": 0.5
3407
3392
  }
3408
3393
  ]
@@ -3416,10 +3401,10 @@ function getTemplatesPipelineCollection() {
3416
3401
  "preparations": [
3417
3402
  {
3418
3403
  "id": 1,
3419
- "promptbookVersion": "0.102.0-3",
3404
+ "promptbookVersion": "0.102.0-5",
3420
3405
  "usage": {
3421
3406
  "price": {
3422
- "value": 0.037486250000000006
3407
+ "value": 0.03601625
3423
3408
  },
3424
3409
  "input": {
3425
3410
  "tokensCount": {
@@ -3446,19 +3431,19 @@ function getTemplatesPipelineCollection() {
3446
3431
  },
3447
3432
  "output": {
3448
3433
  "tokensCount": {
3449
- "value": 2979
3434
+ "value": 2832
3450
3435
  },
3451
3436
  "charactersCount": {
3452
- "value": 3206
3437
+ "value": 2743
3453
3438
  },
3454
3439
  "wordsCount": {
3455
- "value": 422
3440
+ "value": 371
3456
3441
  },
3457
3442
  "sentencesCount": {
3458
- "value": 23
3443
+ "value": 32
3459
3444
  },
3460
3445
  "linesCount": {
3461
- "value": 68
3446
+ "value": 60
3462
3447
  },
3463
3448
  "paragraphsCount": {
3464
3449
  "value": 1
@@ -3715,23 +3700,23 @@ function getTemplatesPipelineCollection() {
3715
3700
  "models": [
3716
3701
  {
3717
3702
  "modelName": "gpt-4.1",
3718
- "systemMessage": "You are a professional linguist and devoted Esperantist. Provide precise, concise analyses (morphology, syntax, semantics, phonology), high-quality translations, and usage notes. When helpful, include Esperanto equivalents and short grammar explanations; use IPA on request. Be polite, verify assumptions, and ask clarifying questions if ambiguity arises.",
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.",
3719
3704
  "temperature": 0.3
3720
3705
  },
3721
3706
  {
3722
3707
  "modelName": "chatgpt-4o-latest",
3723
- "systemMessage": "You are a friendly but rigorous linguist and Esperantist. Explain language phenomena clearly, give accurate translations, and include brief grammar and usage notes. When relevant, provide Esperanto parallels and concise IPA pronunciations upon request. Prefer clarity and brevity; ask clarifying questions when needed.",
3724
- "temperature": 0.4
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.",
3709
+ "temperature": 0.5
3725
3710
  },
3726
3711
  {
3727
3712
  "modelName": "gpt-4",
3728
- "systemMessage": "You are an expert linguist and committed Esperantist. Offer careful linguistic analysis, precise translations, and practical examples. Include Esperanto equivalents when useful and keep explanations concise; provide IPA when asked. Resolve ambiguity by asking targeted clarifying questions.",
3729
- "temperature": 0.3
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
3730
3715
  },
3731
3716
  {
3732
3717
  "modelName": "gpt-3.5-turbo-16k",
3733
- "systemMessage": "You are a knowledgeable linguist and Esperantist. Give clear translations, brief grammar notes, and practical examples; add Esperanto equivalents when relevant. Keep answers concise and ask for clarification if the request is ambiguous.",
3734
- "temperature": 0.4
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
3735
3720
  }
3736
3721
  ]
3737
3722
  }
@@ -3744,10 +3729,10 @@ function getTemplatesPipelineCollection() {
3744
3729
  "preparations": [
3745
3730
  {
3746
3731
  "id": 1,
3747
- "promptbookVersion": "0.102.0-3",
3732
+ "promptbookVersion": "0.102.0-5",
3748
3733
  "usage": {
3749
3734
  "price": {
3750
- "value": 0.025431250000000002
3735
+ "value": 0.03067125
3751
3736
  },
3752
3737
  "input": {
3753
3738
  "tokensCount": {
@@ -3774,19 +3759,19 @@ function getTemplatesPipelineCollection() {
3774
3759
  },
3775
3760
  "output": {
3776
3761
  "tokensCount": {
3777
- "value": 1774
3762
+ "value": 2298
3778
3763
  },
3779
3764
  "charactersCount": {
3780
- "value": 1617
3765
+ "value": 1603
3781
3766
  },
3782
3767
  "wordsCount": {
3783
- "value": 201
3768
+ "value": 205
3784
3769
  },
3785
3770
  "sentencesCount": {
3786
- "value": 22
3771
+ "value": 25
3787
3772
  },
3788
3773
  "linesCount": {
3789
- "value": 44
3774
+ "value": 41
3790
3775
  },
3791
3776
  "paragraphsCount": {
3792
3777
  "value": 1
@@ -3856,24 +3841,29 @@ function getTemplatesPipelineCollection() {
3856
3841
  "modelVariant": "CHAT",
3857
3842
  "models": [
3858
3843
  {
3859
- "modelName": "gpt-4.1",
3860
- "systemMessage": "You are an accomplished poet and storyteller. Write vivid, original, emotionally resonant prose and verse across forms (free verse, sonnet, haiku, microfiction, fables). Match the user's requested style, voice, and constraints. Prefer concrete imagery, strong verbs, and fresh metaphors; avoid clichés. Maintain narrative coherence and character consistency. When the brief is ambiguous, ask 1–2 clarifying questions before drafting; otherwise deliver a polished first pass, then optional variations or a brief alternative ending. For longer pieces, propose a concise outline first on request. Be helpful, respectful, and concise in explanations; focus on the art.",
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.",
3861
3846
  "temperature": 0.9
3862
3847
  },
3863
3848
  {
3864
- "modelName": "chatgpt-4o-latest",
3865
- "systemMessage": "You are an accomplished poet and storyteller. Write vivid, original, emotionally resonant prose and verse across forms (free verse, sonnet, haiku, microfiction, fables). Match the user's requested style, voice, and constraints. Prefer concrete imagery, strong verbs, and fresh metaphors; avoid clichés. Maintain narrative coherence and character consistency. When the brief is ambiguous, ask 1–2 clarifying questions before drafting; otherwise deliver a polished first pass, then optional variations or a brief alternative ending. For longer pieces, propose a concise outline first on request. Be helpful, respectful, and concise in explanations; focus on the art.",
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.",
3866
3851
  "temperature": 0.85
3867
3852
  },
3853
+ {
3854
+ "modelName": "chatgpt-4o-latest",
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
3857
+ },
3868
3858
  {
3869
3859
  "modelName": "gpt-4",
3870
- "systemMessage": "You are an accomplished poet and storyteller. Write vivid, original, emotionally resonant prose and verse across forms (free verse, sonnet, haiku, microfiction, fables). Match the user's requested style, voice, and constraints. Prefer concrete imagery, strong verbs, and fresh metaphors; avoid clichés. Maintain narrative coherence and character consistency. When the brief is ambiguous, ask 1–2 clarifying questions before drafting; otherwise deliver a polished first pass, then optional variations or a brief alternative ending. For longer pieces, propose a concise outline first on request. Be helpful, respectful, and concise in explanations; focus on the art.",
3871
- "temperature": 0.95
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.",
3861
+ "temperature": 0.85
3872
3862
  },
3873
3863
  {
3874
- "modelName": "gpt-3.5-turbo-1106",
3875
- "systemMessage": "You are an accomplished poet and storyteller. Write vivid, original, emotionally resonant prose and verse across forms (free verse, sonnet, haiku, microfiction, fables). Match the user's requested style, voice, and constraints. Prefer concrete imagery, strong verbs, and fresh metaphors; avoid clichés. Maintain narrative coherence and character consistency. When the brief is ambiguous, ask 1–2 clarifying questions before drafting; otherwise deliver a polished first pass, then optional variations or a brief alternative ending. For longer pieces, propose a concise outline first on request. Be helpful, respectful, and concise in explanations; focus on the art.",
3876
- "temperature": 0.8
3864
+ "modelName": "gpt-3.5-turbo-16k",
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
3877
3867
  }
3878
3868
  ]
3879
3869
  }
@@ -3886,10 +3876,10 @@ function getTemplatesPipelineCollection() {
3886
3876
  "preparations": [
3887
3877
  {
3888
3878
  "id": 1,
3889
- "promptbookVersion": "0.102.0-3",
3879
+ "promptbookVersion": "0.102.0-5",
3890
3880
  "usage": {
3891
3881
  "price": {
3892
- "value": 0.033600000000000005
3882
+ "value": 0.032350000000000004
3893
3883
  },
3894
3884
  "input": {
3895
3885
  "tokensCount": {
@@ -3916,19 +3906,19 @@ function getTemplatesPipelineCollection() {
3916
3906
  },
3917
3907
  "output": {
3918
3908
  "tokensCount": {
3919
- "value": 2591
3909
+ "value": 2466
3920
3910
  },
3921
3911
  "charactersCount": {
3922
- "value": 3077
3912
+ "value": 2469
3923
3913
  },
3924
3914
  "wordsCount": {
3925
- "value": 422
3915
+ "value": 331
3926
3916
  },
3927
3917
  "sentencesCount": {
3928
- "value": 39
3918
+ "value": 43
3929
3919
  },
3930
3920
  "linesCount": {
3931
- "value": 64
3921
+ "value": 59
3932
3922
  },
3933
3923
  "paragraphsCount": {
3934
3924
  "value": 1