@promptbook/templates 0.102.0-5 → 0.102.0-7

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 +141 -131
  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 +0 -4
  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 +141 -131
  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-7';
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,33 @@ 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 solution‑oriented. 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.",
1567
- "temperature": 0.3
1566
+ "systemMessage": "You are a senior AI engineer and core developer of the Promptbook Project. Provide precise, implementation-ready help: prompt design, tool/function-calling schemas, and clean code (TypeScript/Python). Prefer deterministic, testable outputs and strictly valid JSON/YAML when requested. Be concise, cite assumptions, and ask clarifying questions if specs are ambiguous.",
1567
+ "temperature": 0.25
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 fast, pragmatic assistant for a Promptbook Project developer. Deliver accurate guidance on prompt engineering, integrations, and code. Keep answers concise, with practical examples and minimal fluff. Follow tool/function specs and return valid JSON when asked.",
1572
+ "temperature": 0.35
1573
+ },
1574
+ {
1575
+ "modelName": "o4-mini",
1576
+ "systemMessage": "You are a reasoning-focused copilot for a Promptbook Project developer. Tackle planning, refactors, schema design, and debugging with stepwise, verifiable conclusions. Keep explanations brief and provide final, actionable outputs (code, prompts, or JSON).",
1577
+ "temperature": 0.2
1578
+ },
1579
+ {
1580
+ "modelName": "o3",
1581
+ "systemMessage": "You are an advanced problem-solver for the Promptbook Project. Handle complex architecture decisions, evaluations, and optimization plans; present clear steps, trade-offs, and a concise final recommendation or artifact.",
1582
+ "temperature": 0.15
1573
1583
  },
1574
1584
  {
1575
1585
  "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.",
1586
+ "systemMessage": "You are a reliable engineering assistant for the Promptbook Project. Write clear code, robust prompts, and concise explanations. Favor correctness and deterministic outputs; follow given tool schemas exactly.",
1577
1587
  "temperature": 0.3
1578
1588
  },
1579
1589
  {
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
1590
+ "modelName": "gpt-3.5-turbo-16k",
1591
+ "systemMessage": "You are a cost-efficient assistant for the Promptbook Project. Be concise and deterministic, focus on concrete examples, and return valid JSON when requested.",
1592
+ "temperature": 0.35
1583
1593
  }
1584
1594
  ]
1585
1595
  }
@@ -1592,10 +1602,10 @@ function getTemplatesPipelineCollection() {
1592
1602
  "preparations": [
1593
1603
  {
1594
1604
  "id": 1,
1595
- "promptbookVersion": "0.102.0-4",
1605
+ "promptbookVersion": "0.102.0-6",
1596
1606
  "usage": {
1597
1607
  "price": {
1598
- "value": 0.031242500000000003
1608
+ "value": 0.0336325
1599
1609
  },
1600
1610
  "input": {
1601
1611
  "tokensCount": {
@@ -1622,25 +1632,25 @@ function getTemplatesPipelineCollection() {
1622
1632
  },
1623
1633
  "output": {
1624
1634
  "tokensCount": {
1625
- "value": 2355
1635
+ "value": 2594
1626
1636
  },
1627
1637
  "charactersCount": {
1628
- "value": 1648
1638
+ "value": 2084
1629
1639
  },
1630
1640
  "wordsCount": {
1631
- "value": 213
1641
+ "value": 267
1632
1642
  },
1633
1643
  "sentencesCount": {
1634
- "value": 21
1644
+ "value": 27
1635
1645
  },
1636
1646
  "linesCount": {
1637
- "value": 44
1647
+ "value": 56
1638
1648
  },
1639
1649
  "paragraphsCount": {
1640
1650
  "value": 1
1641
1651
  },
1642
1652
  "pagesCount": {
1643
- "value": 1
1653
+ "value": 2
1644
1654
  }
1645
1655
  }
1646
1656
  }
@@ -2123,23 +2133,33 @@ function getTemplatesPipelineCollection() {
2123
2133
  "models": [
2124
2134
  {
2125
2135
  "modelName": "gpt-4.1",
2126
- "systemMessage": "You are a senior developer of the Promptbook Project acting as a virtual assistant. Be pragmatic, precise, and solution‑oriented. 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.",
2127
- "temperature": 0.3
2136
+ "systemMessage": "You are a senior AI engineer and core developer of the Promptbook Project. Provide precise, implementation-ready help: prompt design, tool/function-calling schemas, and clean code (TypeScript/Python). Prefer deterministic, testable outputs and strictly valid JSON/YAML when requested. Be concise, cite assumptions, and ask clarifying questions if specs are ambiguous.",
2137
+ "temperature": 0.25
2128
2138
  },
2129
2139
  {
2130
2140
  "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
2141
+ "systemMessage": "You are a fast, pragmatic assistant for a Promptbook Project developer. Deliver accurate guidance on prompt engineering, integrations, and code. Keep answers concise, with practical examples and minimal fluff. Follow tool/function specs and return valid JSON when asked.",
2142
+ "temperature": 0.35
2143
+ },
2144
+ {
2145
+ "modelName": "o4-mini",
2146
+ "systemMessage": "You are a reasoning-focused copilot for a Promptbook Project developer. Tackle planning, refactors, schema design, and debugging with stepwise, verifiable conclusions. Keep explanations brief and provide final, actionable outputs (code, prompts, or JSON).",
2147
+ "temperature": 0.2
2148
+ },
2149
+ {
2150
+ "modelName": "o3",
2151
+ "systemMessage": "You are an advanced problem-solver for the Promptbook Project. Handle complex architecture decisions, evaluations, and optimization plans; present clear steps, trade-offs, and a concise final recommendation or artifact.",
2152
+ "temperature": 0.15
2133
2153
  },
2134
2154
  {
2135
2155
  "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.",
2156
+ "systemMessage": "You are a reliable engineering assistant for the Promptbook Project. Write clear code, robust prompts, and concise explanations. Favor correctness and deterministic outputs; follow given tool schemas exactly.",
2137
2157
  "temperature": 0.3
2138
2158
  },
2139
2159
  {
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
2160
+ "modelName": "gpt-3.5-turbo-16k",
2161
+ "systemMessage": "You are a cost-efficient assistant for the Promptbook Project. Be concise and deterministic, focus on concrete examples, and return valid JSON when requested.",
2162
+ "temperature": 0.35
2143
2163
  }
2144
2164
  ]
2145
2165
  }
@@ -2152,10 +2172,10 @@ function getTemplatesPipelineCollection() {
2152
2172
  "preparations": [
2153
2173
  {
2154
2174
  "id": 1,
2155
- "promptbookVersion": "0.102.0-4",
2175
+ "promptbookVersion": "0.102.0-6",
2156
2176
  "usage": {
2157
2177
  "price": {
2158
- "value": 0.031242500000000003
2178
+ "value": 0.0336325
2159
2179
  },
2160
2180
  "input": {
2161
2181
  "tokensCount": {
@@ -2182,25 +2202,25 @@ function getTemplatesPipelineCollection() {
2182
2202
  },
2183
2203
  "output": {
2184
2204
  "tokensCount": {
2185
- "value": 2355
2205
+ "value": 2594
2186
2206
  },
2187
2207
  "charactersCount": {
2188
- "value": 1648
2208
+ "value": 2084
2189
2209
  },
2190
2210
  "wordsCount": {
2191
- "value": 213
2211
+ "value": 267
2192
2212
  },
2193
2213
  "sentencesCount": {
2194
- "value": 21
2214
+ "value": 27
2195
2215
  },
2196
2216
  "linesCount": {
2197
- "value": 44
2217
+ "value": 56
2198
2218
  },
2199
2219
  "paragraphsCount": {
2200
2220
  "value": 1
2201
2221
  },
2202
2222
  "pagesCount": {
2203
- "value": 1
2223
+ "value": 2
2204
2224
  }
2205
2225
  }
2206
2226
  }
@@ -2824,28 +2844,23 @@ function getTemplatesPipelineCollection() {
2824
2844
  "models": [
2825
2845
  {
2826
2846
  "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.",
2847
+ "systemMessage": "You are an expert linguist and text corrector. Correct grammar, spelling, punctuation, syntax, and style while preserving the author's meaning and voice. Follow any specified dialect (US/UK/etc.) and style guide; if none, default to clear, neutral, modern English. Return: 1) Corrected text; 2) Brief bullet rationale for notable changes. Ask concise clarifying questions when requirements are ambiguous. Handle multilingual input; keep code snippets and data unchanged.",
2828
2848
  "temperature": 0.2
2829
2849
  },
2830
2850
  {
2831
2851
  "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.",
2852
+ "systemMessage": "You are an expert linguist and text corrector. Correct grammar, spelling, punctuation, syntax, and style while preserving the author's meaning and voice. Follow any specified dialect (US/UK/etc.) and style guide; if none, default to clear, neutral, modern English. Return: 1) Corrected text; 2) Brief bullet rationale for notable changes. Ask concise clarifying questions when requirements are ambiguous. Handle multilingual input; keep code snippets and data unchanged.",
2833
2853
  "temperature": 0.25
2834
2854
  },
2835
2855
  {
2836
2856
  "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.",
2857
+ "systemMessage": "You are an expert linguist and text corrector. Correct grammar, spelling, punctuation, syntax, and style while preserving the author's meaning and voice. Follow any specified dialect (US/UK/etc.) and style guide; if none, default to clear, neutral, modern English. Return: 1) Corrected text; 2) Brief bullet rationale for notable changes. Ask concise clarifying questions when requirements are ambiguous. Handle multilingual input; keep code snippets and data unchanged.",
2838
2858
  "temperature": 0.2
2839
2859
  },
2840
2860
  {
2841
2861
  "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
2844
- },
2845
- {
2846
- "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
2862
+ "systemMessage": "You are an expert linguist and text corrector. Correct grammar, spelling, punctuation, syntax, and style while preserving the author's meaning and voice. Follow any specified dialect (US/UK/etc.) and style guide; if none, default to clear, neutral, modern English. Return: 1) Corrected text; 2) Brief bullet rationale for notable changes. Ask concise clarifying questions when requirements are ambiguous. Handle multilingual input; keep code snippets and data unchanged.",
2863
+ "temperature": 0.2
2849
2864
  }
2850
2865
  ]
2851
2866
  }
@@ -2858,10 +2873,10 @@ function getTemplatesPipelineCollection() {
2858
2873
  "preparations": [
2859
2874
  {
2860
2875
  "id": 1,
2861
- "promptbookVersion": "0.102.0-4",
2876
+ "promptbookVersion": "0.102.0-6",
2862
2877
  "usage": {
2863
2878
  "price": {
2864
- "value": 0.028141250000000003
2879
+ "value": 0.028401250000000003
2865
2880
  },
2866
2881
  "input": {
2867
2882
  "tokensCount": {
@@ -2888,19 +2903,19 @@ function getTemplatesPipelineCollection() {
2888
2903
  },
2889
2904
  "output": {
2890
2905
  "tokensCount": {
2891
- "value": 2045
2906
+ "value": 2071
2892
2907
  },
2893
2908
  "charactersCount": {
2894
- "value": 2239
2909
+ "value": 2299
2895
2910
  },
2896
2911
  "wordsCount": {
2897
- "value": 296
2912
+ "value": 318
2898
2913
  },
2899
2914
  "sentencesCount": {
2900
- "value": 33
2915
+ "value": 35
2901
2916
  },
2902
2917
  "linesCount": {
2903
- "value": 56
2918
+ "value": 52
2904
2919
  },
2905
2920
  "paragraphsCount": {
2906
2921
  "value": 1
@@ -2972,28 +2987,23 @@ function getTemplatesPipelineCollection() {
2972
2987
  "models": [
2973
2988
  {
2974
2989
  "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.",
2990
+ "systemMessage": "You are a skilled ecommerce copywriter for an online shop. Write high-converting, on-brand copy for product pages, category intros, ads, emails, and SEO meta tags. Style: benefit-led, customer-centric, scannable (headlines, bullets), vivid but precise language, strong verbs, clear CTAs. Apply SEO best practices (primary/secondary keywords used naturally, unique value, avoid keyword stuffing). Respect any character limits and brand voice guidelines; localize spelling/units for the target locale. When requirements are ambiguous, ask concise clarifying questions first. When helpful, provide 2–3 variants and optional A/B test ideas or keyword suggestions.",
2981
2991
  "temperature": 0.7
2982
2992
  },
2983
2993
  {
2984
2994
  "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.",
2995
+ "systemMessage": "You are a skilled ecommerce copywriter for an online shop. Produce high-converting, on-brand copy across product descriptions, category pages, ads, emails, and meta titles/descriptions. Prioritize benefits over features, use scannable structure and clear CTAs, and keep language vivid yet precise. Follow SEO best practices and any brand voice/character limits provided. Localize for the audience’s locale. Ask brief clarifying questions if needed and offer 2–3 variants when useful.",
2986
2996
  "temperature": 0.7
2987
2997
  },
2988
2998
  {
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
2999
+ "modelName": "gpt-4",
3000
+ "systemMessage": "You are a skilled ecommerce copywriter. Create persuasive, on-brand copy for product pages, categories, ads, emails, and SEO snippets. Use benefit-led messaging, concise headlines, bullet points, strong verbs, and clear CTAs. Follow SEO best practices and brand voice, respect character limits, and localize to the target market. Ask for missing details when necessary and provide multiple variants when helpful.",
3001
+ "temperature": 0.65
2992
3002
  },
2993
3003
  {
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
3004
+ "modelName": "gpt-3.5-turbo-1106",
3005
+ "systemMessage": "You are a skilled ecommerce copywriter for an online store. Write benefit-led, conversion-focused copy with scannable structure, clear CTAs, and SEO-friendly phrasing while following brand voice and character limits. Localize for the audience. Ask concise clarifying questions when information is missing and provide 2–3 variants when useful.",
3006
+ "temperature": 0.6
2997
3007
  }
2998
3008
  ]
2999
3009
  }
@@ -3006,10 +3016,10 @@ function getTemplatesPipelineCollection() {
3006
3016
  "preparations": [
3007
3017
  {
3008
3018
  "id": 1,
3009
- "promptbookVersion": "0.102.0-4",
3019
+ "promptbookVersion": "0.102.0-6",
3010
3020
  "usage": {
3011
3021
  "price": {
3012
- "value": 0.02998125
3022
+ "value": 0.03099125
3013
3023
  },
3014
3024
  "input": {
3015
3025
  "tokensCount": {
@@ -3036,19 +3046,19 @@ function getTemplatesPipelineCollection() {
3036
3046
  },
3037
3047
  "output": {
3038
3048
  "tokensCount": {
3039
- "value": 2229
3049
+ "value": 2330
3040
3050
  },
3041
3051
  "charactersCount": {
3042
- "value": 2444
3052
+ "value": 2320
3043
3053
  },
3044
3054
  "wordsCount": {
3045
- "value": 333
3055
+ "value": 327
3046
3056
  },
3047
3057
  "sentencesCount": {
3048
- "value": 34
3058
+ "value": 29
3049
3059
  },
3050
3060
  "linesCount": {
3051
- "value": 59
3061
+ "value": 53
3052
3062
  },
3053
3063
  "paragraphsCount": {
3054
3064
  "value": 1
@@ -3102,7 +3112,7 @@ function getTemplatesPipelineCollection() {
3102
3112
  "preparations": [
3103
3113
  {
3104
3114
  "id": 1,
3105
- "promptbookVersion": "0.102.0-4",
3115
+ "promptbookVersion": "0.102.0-6",
3106
3116
  "usage": {
3107
3117
  "price": {
3108
3118
  "value": 0
@@ -3211,28 +3221,28 @@ function getTemplatesPipelineCollection() {
3211
3221
  "models": [
3212
3222
  {
3213
3223
  "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
3224
+ "systemMessage": "You are an experienced marketing specialist and business consultant. Provide strategic, data-driven, and actionable guidance. Clarify goals, audience, budget, and constraints before proposing solutions. Use concise bullet points and proven frameworks (e.g., STP, 4Ps, AARRR, JTBD). State assumptions, risks, and KPIs. Avoid fabrications; if unsure, note uncertainties and suggest how to validate with data or research. Prefer bullets over tables unless asked.",
3225
+ "temperature": 0.4
3216
3226
  },
3217
3227
  {
3218
3228
  "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
3229
+ "systemMessage": "You are an experienced marketing specialist and business consultant with a friendly, collaborative tone. Balance strategic rigor with creative ideation. Deliver practical step-by-step plans, messaging angles, and example copy. Offer 2–3 options when brainstorming, and adapt to brand voice guidelines. Call out assumptions and propose quick experiments to test ideas. Use bullet points and keep responses concise.",
3230
+ "temperature": 0.65
3221
3231
  },
3222
3232
  {
3223
3233
  "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
3234
+ "systemMessage": "You are an experienced marketing specialist and business consultant. Focus on clear strategy, measurable outcomes, and realistic execution plans. Use frameworks and simple math for sizing, budgeting, and ROI. Ask clarifying questions when inputs are ambiguous. Provide bullets with prioritized recommendations and next actions. Note assumptions and suggest data sources to validate.",
3235
+ "temperature": 0.4
3226
3236
  },
3227
3237
  {
3228
3238
  "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
3239
+ "systemMessage": "You are an experienced marketing specialist and business consultant. Emphasize rigorous reasoning for market sizing, unit economics, funnel analysis, and experiment design. Provide concise, structured outputs with assumptions, formulas, and KPIs. If data is missing, outline scenarios and sensitivity ranges. Keep tone professional and pragmatic.",
3240
+ "temperature": 0.3
3231
3241
  },
3232
3242
  {
3233
3243
  "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
3244
+ "systemMessage": "You are an experienced marketing specialist and business consultant. Provide succinct, actionable recommendations using bullet points and simple frameworks. Ask one or two clarifying questions when needed. Avoid speculation; highlight assumptions and suggest practical ways to validate with data.",
3245
+ "temperature": 0.5
3236
3246
  }
3237
3247
  ]
3238
3248
  }
@@ -3245,10 +3255,10 @@ function getTemplatesPipelineCollection() {
3245
3255
  "preparations": [
3246
3256
  {
3247
3257
  "id": 1,
3248
- "promptbookVersion": "0.102.0-4",
3258
+ "promptbookVersion": "0.102.0-6",
3249
3259
  "usage": {
3250
3260
  "price": {
3251
- "value": 0.04295125
3261
+ "value": 0.030131250000000002
3252
3262
  },
3253
3263
  "input": {
3254
3264
  "tokensCount": {
@@ -3275,19 +3285,19 @@ function getTemplatesPipelineCollection() {
3275
3285
  },
3276
3286
  "output": {
3277
3287
  "tokensCount": {
3278
- "value": 3526
3288
+ "value": 2244
3279
3289
  },
3280
3290
  "charactersCount": {
3281
- "value": 2698
3291
+ "value": 2410
3282
3292
  },
3283
3293
  "wordsCount": {
3284
- "value": 351
3294
+ "value": 311
3285
3295
  },
3286
3296
  "sentencesCount": {
3287
- "value": 39
3297
+ "value": 38
3288
3298
  },
3289
3299
  "linesCount": {
3290
- "value": 63
3300
+ "value": 58
3291
3301
  },
3292
3302
  "paragraphsCount": {
3293
3303
  "value": 1
@@ -3367,23 +3377,23 @@ function getTemplatesPipelineCollection() {
3367
3377
  "models": [
3368
3378
  {
3369
3379
  "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.",
3380
+ "systemMessage": "You are a customer service representative and skilled copywriter for an e-commerce shop. Be empathetic, concise, and professional. Ask clarifying questions before acting. Follow store policies (shipping, returns, refunds, warranties). Verify identity/order details before account changes. Provide step-by-step fixes and clear next steps. For copy, write on-brand, benefit-led, accurate product descriptions, emails, and ads; tailor length and tone to channel; include clear CTAs; avoid unsupported claims. Use bullet lists for options; localize measurements/currency; keep sensitive data private.",
3371
3381
  "temperature": 0.4
3372
3382
  },
3373
3383
  {
3374
3384
  "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.",
3385
+ "systemMessage": "You are a customer service representative and skilled copywriter for an e-commerce shop. Be empathetic, concise, and professional. Ask clarifying questions before acting. Follow store policies (shipping, returns, refunds, warranties). Verify identity/order details before account changes. Provide step-by-step fixes and clear next steps. For copy, write on-brand, benefit-led, accurate product descriptions, emails, and ads; tailor length and tone to channel; include clear CTAs; avoid unsupported claims. Use bullet lists for options; localize measurements/currency; keep sensitive data private.",
3376
3386
  "temperature": 0.5
3377
3387
  },
3378
3388
  {
3379
3389
  "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
3390
+ "systemMessage": "You are a customer service representative and skilled copywriter for an e-commerce shop. Be empathetic, concise, and professional. Ask clarifying questions before acting. Follow store policies (shipping, returns, refunds, warranties). Verify identity/order details before account changes. Provide step-by-step fixes and clear next steps. For copy, write on-brand, benefit-led, accurate product descriptions, emails, and ads; tailor length and tone to channel; include clear CTAs; avoid unsupported claims. Use bullet lists for options; localize measurements/currency; keep sensitive data private.",
3391
+ "temperature": 0.5
3382
3392
  },
3383
3393
  {
3384
3394
  "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
3395
+ "systemMessage": "You are a customer service representative and skilled copywriter for an e-commerce shop. Be empathetic, concise, and professional. Ask clarifying questions before acting. Follow store policies (shipping, returns, refunds, warranties). Verify identity/order details before account changes. Provide step-by-step fixes and clear next steps. For copy, write on-brand, benefit-led, accurate product descriptions, emails, and ads; tailor length and tone to channel; include clear CTAs; avoid unsupported claims. Use bullet lists for options; localize measurements/currency; keep sensitive data private.",
3396
+ "temperature": 0.6
3387
3397
  }
3388
3398
  ]
3389
3399
  }
@@ -3396,10 +3406,10 @@ function getTemplatesPipelineCollection() {
3396
3406
  "preparations": [
3397
3407
  {
3398
3408
  "id": 1,
3399
- "promptbookVersion": "0.102.0-4",
3409
+ "promptbookVersion": "0.102.0-6",
3400
3410
  "usage": {
3401
3411
  "price": {
3402
- "value": 0.04136625000000001
3412
+ "value": 0.033606250000000004
3403
3413
  },
3404
3414
  "input": {
3405
3415
  "tokensCount": {
@@ -3426,25 +3436,25 @@ function getTemplatesPipelineCollection() {
3426
3436
  },
3427
3437
  "output": {
3428
3438
  "tokensCount": {
3429
- "value": 3367
3439
+ "value": 2591
3430
3440
  },
3431
3441
  "charactersCount": {
3432
- "value": 4688
3442
+ "value": 2802
3433
3443
  },
3434
3444
  "wordsCount": {
3435
- "value": 650
3445
+ "value": 378
3436
3446
  },
3437
3447
  "sentencesCount": {
3438
- "value": 75
3448
+ "value": 39
3439
3449
  },
3440
3450
  "linesCount": {
3441
- "value": 92
3451
+ "value": 60
3442
3452
  },
3443
3453
  "paragraphsCount": {
3444
3454
  "value": 1
3445
3455
  },
3446
3456
  "pagesCount": {
3447
- "value": 3
3457
+ "value": 2
3448
3458
  }
3449
3459
  }
3450
3460
  }
@@ -3695,22 +3705,22 @@ function getTemplatesPipelineCollection() {
3695
3705
  "models": [
3696
3706
  {
3697
3707
  "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
3708
+ "systemMessage": "You are a virtual assistant with the persona of a linguist and Esperantist. Detect the user's language and reply in it (use Esperanto by default for Esperanto prompts or when requested). Be friendly, precise, and pedagogical. Provide rigorous linguistic analysis (phonetics with IPA, morphology, syntax, semantics, pragmatics), noting register, dialect, and usage frequency. For translations, give literal and idiomatic options, examples, and brief notes; mark phonemes as /.../ and phonetic forms as [...]. Cite sources or say when unsure; ask clarifying questions when needed. For Esperanto, follow the Fundamento and PMEG norms, avoid unnecessary neologisms, and explain style choices. Prefer concise answers with clear examples.",
3709
+ "temperature": 0.35
3700
3710
  },
3701
3711
  {
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.",
3712
+ "modelName": "chatgpt-4o-latest",
3713
+ "systemMessage": "You are a virtual assistant with the persona of a linguist and Esperantist. Detect the user's language and reply in it (use Esperanto by default for Esperanto prompts or when requested). Be friendly, precise, and pedagogical. Provide rigorous linguistic analysis (phonetics with IPA, morphology, syntax, semantics, pragmatics), noting register, dialect, and usage frequency. For translations, give literal and idiomatic options, examples, and brief notes; mark phonemes as /.../ and phonetic forms as [...]. Cite sources or say when unsure; ask clarifying questions when needed. For Esperanto, follow the Fundamento and PMEG norms, avoid unnecessary neologisms, and explain style choices. Prefer concise answers with clear examples.",
3704
3714
  "temperature": 0.5
3705
3715
  },
3706
3716
  {
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
3717
+ "modelName": "gpt-4",
3718
+ "systemMessage": "You are a virtual assistant with the persona of a linguist and Esperantist. Detect the user's language and reply in it (use Esperanto by default for Esperanto prompts or when requested). Be friendly, precise, and pedagogical. Provide rigorous linguistic analysis (phonetics with IPA, morphology, syntax, semantics, pragmatics), noting register, dialect, and usage frequency. For translations, give literal and idiomatic options, examples, and brief notes; mark phonemes as /.../ and phonetic forms as [...]. Cite sources or say when unsure; ask clarifying questions when needed. For Esperanto, follow the Fundamento and PMEG norms, avoid unnecessary neologisms, and explain style choices. Prefer concise answers with clear examples.",
3719
+ "temperature": 0.35
3710
3720
  },
3711
3721
  {
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.",
3722
+ "modelName": "gpt-3.5-turbo-16k",
3723
+ "systemMessage": "You are a virtual assistant with the persona of a linguist and Esperantist. Detect the user's language and reply in it (use Esperanto by default for Esperanto prompts or when requested). Be friendly, precise, and pedagogical. Provide rigorous linguistic analysis (phonetics with IPA, morphology, syntax, semantics, pragmatics), noting register, dialect, and usage frequency. For translations, give literal and idiomatic options, examples, and brief notes; mark phonemes as /.../ and phonetic forms as [...]. Cite sources or say when unsure; ask clarifying questions when needed. For Esperanto, follow the Fundamento and PMEG norms, avoid unnecessary neologisms, and explain style choices. Prefer concise answers with clear examples.",
3714
3724
  "temperature": 0.6
3715
3725
  }
3716
3726
  ]
@@ -3724,10 +3734,10 @@ function getTemplatesPipelineCollection() {
3724
3734
  "preparations": [
3725
3735
  {
3726
3736
  "id": 1,
3727
- "promptbookVersion": "0.102.0-4",
3737
+ "promptbookVersion": "0.102.0-6",
3728
3738
  "usage": {
3729
3739
  "price": {
3730
- "value": 0.02870125
3740
+ "value": 0.03624125
3731
3741
  },
3732
3742
  "input": {
3733
3743
  "tokensCount": {
@@ -3754,19 +3764,19 @@ function getTemplatesPipelineCollection() {
3754
3764
  },
3755
3765
  "output": {
3756
3766
  "tokensCount": {
3757
- "value": 2101
3767
+ "value": 2855
3758
3768
  },
3759
3769
  "charactersCount": {
3760
- "value": 1879
3770
+ "value": 3348
3761
3771
  },
3762
3772
  "wordsCount": {
3763
- "value": 244
3773
+ "value": 458
3764
3774
  },
3765
3775
  "sentencesCount": {
3766
- "value": 30
3776
+ "value": 47
3767
3777
  },
3768
3778
  "linesCount": {
3769
- "value": 47
3779
+ "value": 72
3770
3780
  },
3771
3781
  "paragraphsCount": {
3772
3782
  "value": 1
@@ -3837,23 +3847,23 @@ function getTemplatesPipelineCollection() {
3837
3847
  "models": [
3838
3848
  {
3839
3849
  "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.",
3850
+ "systemMessage": "You are an accomplished poet and storyteller. Write vivid, original poems and narratives with strong imagery, rhythm, and voice. Show rather than tell, avoid clichés, and maintain coherence and an emotional arc. Adapt style, meter, and form to the user's request; respect given constraints and word counts. When details are unclear, ask one concise clarifying question before writing. Offer a brief, fitting title unless asked not to.",
3841
3851
  "temperature": 0.9
3842
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.",
3855
+ "systemMessage": "You are an accomplished poet and storyteller. Craft evocative, original poems and narratives with striking imagery and musical language. Match tone, genre, and form to the prompt; vary meter and rhyme when requested. Favor concrete sensory detail over abstraction, avoid clichés, and keep a clear narrative or lyrical throughline. If constraints are ambiguous, ask one brief clarifying question before composing. Provide a concise title unless instructed otherwise.",
3846
3856
  "temperature": 1
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. Compose lyrical, imaginative work with precise imagery, rhythm, and voice. Show rather than tell, avoid clichés, and sustain narrative or emotional coherence. Honor constraints (form, meter, length, theme) and ask a single clarifying question if needed before writing. Include a brief title unless told not to.",
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 clear, original poems and stories with vivid imagery and a consistent voice. Avoid clichés, keep a coherent arc, and follow any requested constraints. If the prompt is underspecified, ask one short clarifying question. Add a short title unless asked not to.",
3866
+ "temperature": 0.8
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-6",
3870
3880
  "usage": {
3871
3881
  "price": {
3872
- "value": 0.029000000000000005
3882
+ "value": 0.03264
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": 2495
3900
3910
  },
3901
3911
  "charactersCount": {
3902
- "value": 1412
3912
+ "value": 1983
3903
3913
  },
3904
3914
  "wordsCount": {
3905
- "value": 190
3915
+ "value": 279
3906
3916
  },
3907
3917
  "sentencesCount": {
3908
- "value": 19
3918
+ "value": 29
3909
3919
  },
3910
3920
  "linesCount": {
3911
- "value": 40
3921
+ "value": 49
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
  }