@promptbook/templates 0.102.0-5 → 0.102.0-6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (98) hide show
  1. package/esm/index.es.js +147 -137
  2. package/esm/index.es.js.map +1 -1
  3. package/esm/typings/books/index.d.ts +81 -0
  4. package/esm/typings/src/_packages/components.index.d.ts +2 -0
  5. package/esm/typings/src/_packages/markdown-utils.index.d.ts +4 -0
  6. package/esm/typings/src/_packages/types.index.d.ts +8 -6
  7. package/esm/typings/src/_packages/utils.index.d.ts +12 -14
  8. package/esm/typings/src/book-2.0/agent-source/createAgentModelRequirements.d.ts +1 -1
  9. package/esm/typings/src/book-2.0/utils/generateGravatarUrl.d.ts +1 -1
  10. package/esm/typings/src/book-2.0/utils/generatePlaceholderAgentProfileImageUrl.d.ts +1 -1
  11. package/esm/typings/src/book-components/BookEditor/BookEditor.d.ts +1 -1
  12. package/esm/typings/src/book-components/BookEditor/BookEditorInner.d.ts +1 -1
  13. package/esm/typings/src/book-components/Chat/Chat/Chat.d.ts +1 -5
  14. package/esm/typings/src/book-components/Chat/Chat/ChatMessageItem.d.ts +27 -0
  15. package/esm/typings/src/book-components/Chat/Chat/ChatProps.d.ts +13 -6
  16. package/esm/typings/src/book-components/Chat/Chat/constants.d.ts +7 -0
  17. package/esm/typings/src/book-components/Chat/LlmChat/LlmChatProps.d.ts +1 -1
  18. package/esm/typings/src/book-components/Chat/MockedChat/MockedChat.d.ts +1 -1
  19. package/esm/typings/src/book-components/Chat/MockedChat/constants.d.ts +1 -1
  20. package/esm/typings/src/book-components/Chat/save/_common/ChatSaveFormatDefinition.d.ts +1 -1
  21. package/esm/typings/src/book-components/Chat/save/_common/getChatSaveFormatDefinitions.d.ts +2 -2
  22. package/esm/typings/src/book-components/Chat/save/_common/string_chat_format_name.d.ts +1 -1
  23. package/esm/typings/src/execution/LlmExecutionToolsConstructor.d.ts +1 -1
  24. package/esm/typings/src/execution/execution-report/countWorkingDuration.d.ts +1 -1
  25. package/esm/typings/src/llm-providers/_common/register/$llmToolsMetadataRegister.d.ts +1 -1
  26. package/esm/typings/src/llm-providers/_common/register/$llmToolsRegister.d.ts +1 -1
  27. package/esm/typings/src/llm-providers/_common/register/$registeredLlmToolsMessage.d.ts +1 -2
  28. package/esm/typings/src/llm-providers/_common/register/LlmToolsConfiguration.d.ts +1 -1
  29. package/esm/typings/src/llm-providers/_common/register/LlmToolsMetadata.d.ts +1 -1
  30. package/esm/typings/src/llm-providers/_multiple/joinLlmExecutionTools.d.ts +1 -1
  31. package/esm/typings/src/llm-providers/agent/register-configuration.d.ts +1 -1
  32. package/esm/typings/src/llm-providers/agent/register-constructor.d.ts +1 -1
  33. package/esm/typings/src/llm-providers/anthropic-claude/register-configuration.d.ts +1 -1
  34. package/esm/typings/src/llm-providers/anthropic-claude/register-constructor.d.ts +1 -1
  35. package/esm/typings/src/llm-providers/azure-openai/register-configuration.d.ts +1 -1
  36. package/esm/typings/src/llm-providers/azure-openai/register-constructor.d.ts +1 -1
  37. package/esm/typings/src/llm-providers/deepseek/register-configuration.d.ts +1 -1
  38. package/esm/typings/src/llm-providers/deepseek/register-constructor.d.ts +1 -1
  39. package/esm/typings/src/llm-providers/google/register-configuration.d.ts +1 -1
  40. package/esm/typings/src/llm-providers/google/register-constructor.d.ts +1 -1
  41. package/esm/typings/src/llm-providers/ollama/register-configuration.d.ts +1 -1
  42. package/esm/typings/src/llm-providers/ollama/register-constructor.d.ts +1 -1
  43. package/esm/typings/src/llm-providers/openai/OpenAiAssistantExecutionTools.d.ts +1 -3
  44. package/esm/typings/src/llm-providers/openai/OpenAiCompatibleExecutionTools.d.ts +4 -0
  45. package/esm/typings/src/llm-providers/openai/register-configuration.d.ts +1 -1
  46. package/esm/typings/src/llm-providers/openai/register-constructor.d.ts +1 -1
  47. package/esm/typings/src/scrapers/_boilerplate/register-constructor.d.ts +1 -1
  48. package/esm/typings/src/scrapers/_boilerplate/register-metadata.d.ts +1 -1
  49. package/esm/typings/src/scrapers/_common/register/$scrapersMetadataRegister.d.ts +1 -1
  50. package/esm/typings/src/scrapers/_common/register/$scrapersRegister.d.ts +1 -1
  51. package/esm/typings/src/scrapers/_common/register/ScraperAndConverterMetadata.d.ts +2 -4
  52. package/esm/typings/src/scrapers/_common/register/ScraperConstructor.d.ts +1 -1
  53. package/esm/typings/src/scrapers/document/register-constructor.d.ts +1 -1
  54. package/esm/typings/src/scrapers/document/register-metadata.d.ts +1 -1
  55. package/esm/typings/src/scrapers/document-legacy/register-constructor.d.ts +1 -1
  56. package/esm/typings/src/scrapers/document-legacy/register-metadata.d.ts +1 -1
  57. package/esm/typings/src/scrapers/markdown/register-constructor.d.ts +1 -1
  58. package/esm/typings/src/scrapers/markdown/register-metadata.d.ts +1 -1
  59. package/esm/typings/src/scrapers/markitdown/register-constructor.d.ts +1 -1
  60. package/esm/typings/src/scrapers/markitdown/register-metadata.d.ts +1 -1
  61. package/esm/typings/src/scrapers/pdf/register-constructor.d.ts +1 -1
  62. package/esm/typings/src/scrapers/pdf/register-metadata.d.ts +1 -1
  63. package/esm/typings/src/scrapers/website/register-constructor.d.ts +1 -1
  64. package/esm/typings/src/scrapers/website/register-metadata.d.ts +1 -1
  65. package/esm/typings/src/scripting/javascript/postprocessing-functions.d.ts +6 -6
  66. package/esm/typings/src/utils/markdown/createMarkdownChart.d.ts +1 -1
  67. package/esm/typings/src/utils/markdown/humanizeAiText.d.ts +1 -1
  68. package/esm/typings/src/utils/markdown/humanizeAiTextEllipsis.d.ts +1 -1
  69. package/esm/typings/src/utils/markdown/humanizeAiTextEmdashed.d.ts +1 -1
  70. package/esm/typings/src/utils/markdown/humanizeAiTextQuotes.d.ts +1 -1
  71. package/esm/typings/src/utils/markdown/humanizeAiTextWhitespace.d.ts +1 -1
  72. package/esm/typings/src/utils/markdown/promptbookifyAiText.d.ts +1 -1
  73. package/esm/typings/src/utils/{trimCodeBlock.d.ts → markdown/trimCodeBlock.d.ts} +1 -1
  74. package/esm/typings/src/utils/{trimEndOfCodeBlock.d.ts → markdown/trimEndOfCodeBlock.d.ts} +1 -1
  75. package/esm/typings/src/utils/{$Register.d.ts → misc/$Register.d.ts} +2 -2
  76. package/esm/typings/src/utils/{$getCurrentDate.d.ts → misc/$getCurrentDate.d.ts} +1 -1
  77. package/esm/typings/src/utils/{arrayableToArray.d.ts → misc/arrayableToArray.d.ts} +1 -1
  78. package/esm/typings/src/utils/misc/debounce.d.ts +5 -0
  79. package/esm/typings/src/utils/{emojis.d.ts → misc/emojis.d.ts} +1 -1
  80. package/esm/typings/src/utils/misc/injectCssModuleIntoShadowRoot.d.ts +20 -0
  81. package/esm/typings/src/version.d.ts +1 -1
  82. package/package.json +2 -2
  83. package/umd/index.umd.js +147 -137
  84. package/umd/index.umd.js.map +1 -1
  85. package/esm/typings/src/book-components/BookEditor/injectCssModuleIntoShadowRoot.d.ts +0 -11
  86. package/esm/typings/src/book-components/BookEditor/utils.d.ts +0 -8
  87. /package/esm/typings/src/utils/{trimCodeBlock.test.d.ts → markdown/trimCodeBlock.test.d.ts} +0 -0
  88. /package/esm/typings/src/utils/{trimEndOfCodeBlock.test.d.ts → markdown/trimEndOfCodeBlock.test.d.ts} +0 -0
  89. /package/esm/typings/src/utils/{FromtoItems.d.ts → misc/FromtoItems.d.ts} +0 -0
  90. /package/esm/typings/src/utils/{arrayableToArray.test.d.ts → misc/arrayableToArray.test.d.ts} +0 -0
  91. /package/esm/typings/src/utils/{parseNumber.d.ts → misc/parseNumber.d.ts} +0 -0
  92. /package/esm/typings/src/utils/{parseNumber.test.d.ts → misc/parseNumber.test.d.ts} +0 -0
  93. /package/esm/typings/src/utils/{removeEmojis.d.ts → normalization/removeEmojis.d.ts} +0 -0
  94. /package/esm/typings/src/utils/{removeEmojis.test.d.ts → normalization/removeEmojis.test.d.ts} +0 -0
  95. /package/esm/typings/src/utils/{removeQuotes.d.ts → normalization/removeQuotes.d.ts} +0 -0
  96. /package/esm/typings/src/utils/{removeQuotes.test.d.ts → normalization/removeQuotes.test.d.ts} +0 -0
  97. /package/esm/typings/src/utils/{unwrapResult.d.ts → normalization/unwrapResult.d.ts} +0 -0
  98. /package/esm/typings/src/utils/{unwrapResult.test.d.ts → normalization/unwrapResult.test.d.ts} +0 -0
package/umd/index.umd.js CHANGED
@@ -22,7 +22,7 @@
22
22
  * @generated
23
23
  * @see https://github.com/webgptorg/promptbook
24
24
  */
25
- const PROMPTBOOK_ENGINE_VERSION = '0.102.0-5';
25
+ const PROMPTBOOK_ENGINE_VERSION = '0.102.0-6';
26
26
  /**
27
27
  * TODO: string_promptbook_version should be constrained to the all versions of Promptbook engine
28
28
  * Note: [💞] Ignore a discrepancy between file name and entity name
@@ -1571,23 +1571,28 @@
1571
1571
  "models": [
1572
1572
  {
1573
1573
  "modelName": "gpt-4.1",
1574
- "systemMessage": "You are a senior developer of the Promptbook Project acting as a virtual assistant. Be pragmatic, precise, and solutionoriented. Use clear, concise language, ask clarifying questions when requirements are ambiguous, provide step‑by‑step reasoning only when it improves accuracy, and follow Promptbook best practices. Prefer deterministic outputs, reproducible examples, and minimal fluff.",
1574
+ "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.",
1575
1575
  "temperature": 0.3
1576
1576
  },
1577
1577
  {
1578
1578
  "modelName": "chatgpt-4o-latest",
1579
- "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.",
1580
- "temperature": 0.4
1579
+ "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.",
1580
+ "temperature": 0.5
1581
1581
  },
1582
1582
  {
1583
- "modelName": "gpt-4",
1584
- "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.",
1585
- "temperature": 0.3
1583
+ "modelName": "o4-mini",
1584
+ "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.",
1585
+ "temperature": 0.2
1586
1586
  },
1587
1587
  {
1588
- "modelName": "gpt-3.5-turbo-1106",
1589
- "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.",
1590
- "temperature": 0.3
1588
+ "modelName": "o3",
1589
+ "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.",
1590
+ "temperature": 0.2
1591
+ },
1592
+ {
1593
+ "modelName": "gpt-3.5-turbo-16k",
1594
+ "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.",
1595
+ "temperature": 0.2
1591
1596
  }
1592
1597
  ]
1593
1598
  }
@@ -1600,10 +1605,10 @@
1600
1605
  "preparations": [
1601
1606
  {
1602
1607
  "id": 1,
1603
- "promptbookVersion": "0.102.0-4",
1608
+ "promptbookVersion": "0.102.0-5",
1604
1609
  "usage": {
1605
1610
  "price": {
1606
- "value": 0.031242500000000003
1611
+ "value": 0.028992500000000004
1607
1612
  },
1608
1613
  "input": {
1609
1614
  "tokensCount": {
@@ -1630,25 +1635,25 @@
1630
1635
  },
1631
1636
  "output": {
1632
1637
  "tokensCount": {
1633
- "value": 2355
1638
+ "value": 2130
1634
1639
  },
1635
1640
  "charactersCount": {
1636
- "value": 1648
1641
+ "value": 1740
1637
1642
  },
1638
1643
  "wordsCount": {
1639
- "value": 213
1644
+ "value": 223
1640
1645
  },
1641
1646
  "sentencesCount": {
1642
- "value": 21
1647
+ "value": 27
1643
1648
  },
1644
1649
  "linesCount": {
1645
- "value": 44
1650
+ "value": 49
1646
1651
  },
1647
1652
  "paragraphsCount": {
1648
1653
  "value": 1
1649
1654
  },
1650
1655
  "pagesCount": {
1651
- "value": 1
1656
+ "value": 2
1652
1657
  }
1653
1658
  }
1654
1659
  }
@@ -2131,23 +2136,28 @@
2131
2136
  "models": [
2132
2137
  {
2133
2138
  "modelName": "gpt-4.1",
2134
- "systemMessage": "You are a senior developer of the Promptbook Project acting as a virtual assistant. Be pragmatic, precise, and solutionoriented. Use clear, concise language, ask clarifying questions when requirements are ambiguous, provide step‑by‑step reasoning only when it improves accuracy, and follow Promptbook best practices. Prefer deterministic outputs, reproducible examples, and minimal fluff.",
2139
+ "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.",
2135
2140
  "temperature": 0.3
2136
2141
  },
2137
2142
  {
2138
2143
  "modelName": "chatgpt-4o-latest",
2139
- "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.",
2140
- "temperature": 0.4
2144
+ "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.",
2145
+ "temperature": 0.5
2141
2146
  },
2142
2147
  {
2143
- "modelName": "gpt-4",
2144
- "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.",
2145
- "temperature": 0.3
2148
+ "modelName": "o4-mini",
2149
+ "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.",
2150
+ "temperature": 0.2
2146
2151
  },
2147
2152
  {
2148
- "modelName": "gpt-3.5-turbo-1106",
2149
- "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.",
2150
- "temperature": 0.3
2153
+ "modelName": "o3",
2154
+ "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.",
2155
+ "temperature": 0.2
2156
+ },
2157
+ {
2158
+ "modelName": "gpt-3.5-turbo-16k",
2159
+ "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.",
2160
+ "temperature": 0.2
2151
2161
  }
2152
2162
  ]
2153
2163
  }
@@ -2160,10 +2170,10 @@
2160
2170
  "preparations": [
2161
2171
  {
2162
2172
  "id": 1,
2163
- "promptbookVersion": "0.102.0-4",
2173
+ "promptbookVersion": "0.102.0-5",
2164
2174
  "usage": {
2165
2175
  "price": {
2166
- "value": 0.031242500000000003
2176
+ "value": 0.028992500000000004
2167
2177
  },
2168
2178
  "input": {
2169
2179
  "tokensCount": {
@@ -2190,25 +2200,25 @@
2190
2200
  },
2191
2201
  "output": {
2192
2202
  "tokensCount": {
2193
- "value": 2355
2203
+ "value": 2130
2194
2204
  },
2195
2205
  "charactersCount": {
2196
- "value": 1648
2206
+ "value": 1740
2197
2207
  },
2198
2208
  "wordsCount": {
2199
- "value": 213
2209
+ "value": 223
2200
2210
  },
2201
2211
  "sentencesCount": {
2202
- "value": 21
2212
+ "value": 27
2203
2213
  },
2204
2214
  "linesCount": {
2205
- "value": 44
2215
+ "value": 49
2206
2216
  },
2207
2217
  "paragraphsCount": {
2208
2218
  "value": 1
2209
2219
  },
2210
2220
  "pagesCount": {
2211
- "value": 1
2221
+ "value": 2
2212
2222
  }
2213
2223
  }
2214
2224
  }
@@ -2832,28 +2842,28 @@
2832
2842
  "models": [
2833
2843
  {
2834
2844
  "modelName": "gpt-4.1",
2835
- "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.",
2845
+ "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.",
2836
2846
  "temperature": 0.2
2837
2847
  },
2838
2848
  {
2839
2849
  "modelName": "chatgpt-4o-latest",
2840
- "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.",
2850
+ "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.",
2841
2851
  "temperature": 0.25
2842
2852
  },
2843
2853
  {
2844
2854
  "modelName": "gpt-4",
2845
- "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.",
2855
+ "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.",
2846
2856
  "temperature": 0.2
2847
2857
  },
2848
2858
  {
2849
2859
  "modelName": "gpt-3.5-turbo-16k",
2850
- "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.",
2851
- "temperature": 0.3
2860
+ "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.",
2861
+ "temperature": 0.15
2852
2862
  },
2853
2863
  {
2854
2864
  "modelName": "gpt-3.5-turbo",
2855
- "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.",
2856
- "temperature": 0.35
2865
+ "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.",
2866
+ "temperature": 0.15
2857
2867
  }
2858
2868
  ]
2859
2869
  }
@@ -2866,10 +2876,10 @@
2866
2876
  "preparations": [
2867
2877
  {
2868
2878
  "id": 1,
2869
- "promptbookVersion": "0.102.0-4",
2879
+ "promptbookVersion": "0.102.0-5",
2870
2880
  "usage": {
2871
2881
  "price": {
2872
- "value": 0.028141250000000003
2882
+ "value": 0.034621250000000006
2873
2883
  },
2874
2884
  "input": {
2875
2885
  "tokensCount": {
@@ -2896,19 +2906,19 @@
2896
2906
  },
2897
2907
  "output": {
2898
2908
  "tokensCount": {
2899
- "value": 2045
2909
+ "value": 2693
2900
2910
  },
2901
2911
  "charactersCount": {
2902
- "value": 2239
2912
+ "value": 3027
2903
2913
  },
2904
2914
  "wordsCount": {
2905
- "value": 296
2915
+ "value": 423
2906
2916
  },
2907
2917
  "sentencesCount": {
2908
- "value": 33
2918
+ "value": 44
2909
2919
  },
2910
2920
  "linesCount": {
2911
- "value": 56
2921
+ "value": 69
2912
2922
  },
2913
2923
  "paragraphsCount": {
2914
2924
  "value": 1
@@ -2980,28 +2990,23 @@
2980
2990
  "models": [
2981
2991
  {
2982
2992
  "modelName": "gpt-4.1",
2983
- "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.",
2984
- "temperature": 0.7
2985
- },
2986
- {
2987
- "modelName": "gpt-4",
2988
- "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.",
2993
+ "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.",
2989
2994
  "temperature": 0.7
2990
2995
  },
2991
2996
  {
2992
2997
  "modelName": "chatgpt-4o-latest",
2993
- "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.",
2998
+ "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.",
2994
2999
  "temperature": 0.7
2995
3000
  },
2996
3001
  {
2997
- "modelName": "gpt-3.5-turbo-16k",
2998
- "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.",
2999
- "temperature": 0.8
3002
+ "modelName": "gpt-4",
3003
+ "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.",
3004
+ "temperature": 0.65
3000
3005
  },
3001
3006
  {
3002
- "modelName": "gpt-3.5-turbo",
3003
- "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.",
3004
- "temperature": 0.8
3007
+ "modelName": "gpt-3.5-turbo-16k",
3008
+ "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.",
3009
+ "temperature": 0.6
3005
3010
  }
3006
3011
  ]
3007
3012
  }
@@ -3014,10 +3019,10 @@
3014
3019
  "preparations": [
3015
3020
  {
3016
3021
  "id": 1,
3017
- "promptbookVersion": "0.102.0-4",
3022
+ "promptbookVersion": "0.102.0-5",
3018
3023
  "usage": {
3019
3024
  "price": {
3020
- "value": 0.02998125
3025
+ "value": 0.031491250000000005
3021
3026
  },
3022
3027
  "input": {
3023
3028
  "tokensCount": {
@@ -3044,19 +3049,19 @@
3044
3049
  },
3045
3050
  "output": {
3046
3051
  "tokensCount": {
3047
- "value": 2229
3052
+ "value": 2380
3048
3053
  },
3049
3054
  "charactersCount": {
3050
- "value": 2444
3055
+ "value": 2207
3051
3056
  },
3052
3057
  "wordsCount": {
3053
- "value": 333
3058
+ "value": 309
3054
3059
  },
3055
3060
  "sentencesCount": {
3056
- "value": 34
3061
+ "value": 29
3057
3062
  },
3058
3063
  "linesCount": {
3059
- "value": 59
3064
+ "value": 52
3060
3065
  },
3061
3066
  "paragraphsCount": {
3062
3067
  "value": 1
@@ -3110,7 +3115,7 @@
3110
3115
  "preparations": [
3111
3116
  {
3112
3117
  "id": 1,
3113
- "promptbookVersion": "0.102.0-4",
3118
+ "promptbookVersion": "0.102.0-5",
3114
3119
  "usage": {
3115
3120
  "price": {
3116
3121
  "value": 0
@@ -3219,28 +3224,28 @@
3219
3224
  "models": [
3220
3225
  {
3221
3226
  "modelName": "gpt-4.1",
3222
- "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.",
3223
- "temperature": 0.3
3227
+ "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).",
3228
+ "temperature": 0.4
3224
3229
  },
3225
3230
  {
3226
3231
  "modelName": "chatgpt-4o-latest",
3227
- "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.",
3228
- "temperature": 0.6
3232
+ "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).",
3233
+ "temperature": 0.5
3229
3234
  },
3230
3235
  {
3231
- "modelName": "gpt-4",
3232
- "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.",
3233
- "temperature": 0.3
3236
+ "modelName": "o4-mini",
3237
+ "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).",
3238
+ "temperature": 0.4
3234
3239
  },
3235
3240
  {
3236
- "modelName": "o4-mini",
3237
- "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.",
3238
- "temperature": 0.25
3241
+ "modelName": "gpt-4",
3242
+ "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).",
3243
+ "temperature": 0.4
3239
3244
  },
3240
3245
  {
3241
3246
  "modelName": "gpt-3.5-turbo-16k",
3242
- "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.",
3243
- "temperature": 0.45
3247
+ "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).",
3248
+ "temperature": 0.5
3244
3249
  }
3245
3250
  ]
3246
3251
  }
@@ -3253,10 +3258,10 @@
3253
3258
  "preparations": [
3254
3259
  {
3255
3260
  "id": 1,
3256
- "promptbookVersion": "0.102.0-4",
3261
+ "promptbookVersion": "0.102.0-5",
3257
3262
  "usage": {
3258
3263
  "price": {
3259
- "value": 0.04295125
3264
+ "value": 0.03340125000000001
3260
3265
  },
3261
3266
  "input": {
3262
3267
  "tokensCount": {
@@ -3283,19 +3288,19 @@
3283
3288
  },
3284
3289
  "output": {
3285
3290
  "tokensCount": {
3286
- "value": 3526
3291
+ "value": 2571
3287
3292
  },
3288
3293
  "charactersCount": {
3289
- "value": 2698
3294
+ "value": 2486
3290
3295
  },
3291
3296
  "wordsCount": {
3292
- "value": 351
3297
+ "value": 327
3293
3298
  },
3294
3299
  "sentencesCount": {
3295
3300
  "value": 39
3296
3301
  },
3297
3302
  "linesCount": {
3298
- "value": 63
3303
+ "value": 60
3299
3304
  },
3300
3305
  "paragraphsCount": {
3301
3306
  "value": 1
@@ -3375,23 +3380,23 @@
3375
3380
  "models": [
3376
3381
  {
3377
3382
  "modelName": "gpt-4.1",
3378
- "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.",
3379
- "temperature": 0.4
3383
+ "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.",
3384
+ "temperature": 0.5
3380
3385
  },
3381
3386
  {
3382
3387
  "modelName": "chatgpt-4o-latest",
3383
- "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.",
3384
- "temperature": 0.5
3388
+ "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.",
3389
+ "temperature": 0.6
3385
3390
  },
3386
3391
  {
3387
3392
  "modelName": "gpt-4",
3388
- "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.",
3389
- "temperature": 0.35
3393
+ "systemMessage": "You are a customer service representative and skilled copywriter for an e‑commerce shop. In support: be empathetic, concise, and policy-aligned; confirm order details, summarize next steps, and avoid making up information. In copywriting: deliver persuasive, benefit-led, SEO-aware copy with clear CTAs; match tone, audience, and locale; avoid unsupported claims. Ask clarifying questions when context is missing. Use structured formatting (bullets/steps) where helpful and maintain customer privacy.",
3394
+ "temperature": 0.5
3390
3395
  },
3391
3396
  {
3392
3397
  "modelName": "gpt-3.5-turbo-16k",
3393
- "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.",
3394
- "temperature": 0.45
3398
+ "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.",
3399
+ "temperature": 0.5
3395
3400
  }
3396
3401
  ]
3397
3402
  }
@@ -3404,10 +3409,10 @@
3404
3409
  "preparations": [
3405
3410
  {
3406
3411
  "id": 1,
3407
- "promptbookVersion": "0.102.0-4",
3412
+ "promptbookVersion": "0.102.0-5",
3408
3413
  "usage": {
3409
3414
  "price": {
3410
- "value": 0.04136625000000001
3415
+ "value": 0.03601625
3411
3416
  },
3412
3417
  "input": {
3413
3418
  "tokensCount": {
@@ -3434,25 +3439,25 @@
3434
3439
  },
3435
3440
  "output": {
3436
3441
  "tokensCount": {
3437
- "value": 3367
3442
+ "value": 2832
3438
3443
  },
3439
3444
  "charactersCount": {
3440
- "value": 4688
3445
+ "value": 2743
3441
3446
  },
3442
3447
  "wordsCount": {
3443
- "value": 650
3448
+ "value": 371
3444
3449
  },
3445
3450
  "sentencesCount": {
3446
- "value": 75
3451
+ "value": 32
3447
3452
  },
3448
3453
  "linesCount": {
3449
- "value": 92
3454
+ "value": 60
3450
3455
  },
3451
3456
  "paragraphsCount": {
3452
3457
  "value": 1
3453
3458
  },
3454
3459
  "pagesCount": {
3455
- "value": 3
3460
+ "value": 2
3456
3461
  }
3457
3462
  }
3458
3463
  }
@@ -3703,23 +3708,23 @@
3703
3708
  "models": [
3704
3709
  {
3705
3710
  "modelName": "gpt-4.1",
3706
- "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.",
3707
- "temperature": 0.4
3711
+ "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.",
3712
+ "temperature": 0.3
3708
3713
  },
3709
3714
  {
3710
- "modelName": "gpt-4",
3711
- "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.",
3715
+ "modelName": "chatgpt-4o-latest",
3716
+ "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.",
3712
3717
  "temperature": 0.5
3713
3718
  },
3714
3719
  {
3715
- "modelName": "gpt-3.5-turbo-16k",
3716
- "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.",
3717
- "temperature": 0.5
3720
+ "modelName": "gpt-4",
3721
+ "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.",
3722
+ "temperature": 0.4
3718
3723
  },
3719
3724
  {
3720
- "modelName": "gpt-3.5-turbo",
3721
- "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
- "temperature": 0.6
3725
+ "modelName": "gpt-3.5-turbo-16k",
3726
+ "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.",
3727
+ "temperature": 0.5
3723
3728
  }
3724
3729
  ]
3725
3730
  }
@@ -3732,10 +3737,10 @@
3732
3737
  "preparations": [
3733
3738
  {
3734
3739
  "id": 1,
3735
- "promptbookVersion": "0.102.0-4",
3740
+ "promptbookVersion": "0.102.0-5",
3736
3741
  "usage": {
3737
3742
  "price": {
3738
- "value": 0.02870125
3743
+ "value": 0.03067125
3739
3744
  },
3740
3745
  "input": {
3741
3746
  "tokensCount": {
@@ -3762,25 +3767,25 @@
3762
3767
  },
3763
3768
  "output": {
3764
3769
  "tokensCount": {
3765
- "value": 2101
3770
+ "value": 2298
3766
3771
  },
3767
3772
  "charactersCount": {
3768
- "value": 1879
3773
+ "value": 1603
3769
3774
  },
3770
3775
  "wordsCount": {
3771
- "value": 244
3776
+ "value": 205
3772
3777
  },
3773
3778
  "sentencesCount": {
3774
- "value": 30
3779
+ "value": 25
3775
3780
  },
3776
3781
  "linesCount": {
3777
- "value": 47
3782
+ "value": 41
3778
3783
  },
3779
3784
  "paragraphsCount": {
3780
3785
  "value": 1
3781
3786
  },
3782
3787
  "pagesCount": {
3783
- "value": 2
3788
+ "value": 1
3784
3789
  }
3785
3790
  }
3786
3791
  }
@@ -3844,24 +3849,29 @@
3844
3849
  "modelVariant": "CHAT",
3845
3850
  "models": [
3846
3851
  {
3847
- "modelName": "gpt-4.1",
3848
- "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.",
3852
+ "modelName": "gpt-5",
3853
+ "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.",
3849
3854
  "temperature": 0.9
3850
3855
  },
3856
+ {
3857
+ "modelName": "gpt-4.1",
3858
+ "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.",
3859
+ "temperature": 0.85
3860
+ },
3851
3861
  {
3852
3862
  "modelName": "chatgpt-4o-latest",
3853
- "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.",
3854
- "temperature": 1
3863
+ "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.",
3864
+ "temperature": 0.9
3855
3865
  },
3856
3866
  {
3857
3867
  "modelName": "gpt-4",
3858
- "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.",
3868
+ "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.",
3859
3869
  "temperature": 0.85
3860
3870
  },
3861
3871
  {
3862
3872
  "modelName": "gpt-3.5-turbo-16k",
3863
- "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.",
3864
- "temperature": 0.75
3873
+ "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.",
3874
+ "temperature": 0.95
3865
3875
  }
3866
3876
  ]
3867
3877
  }
@@ -3874,10 +3884,10 @@
3874
3884
  "preparations": [
3875
3885
  {
3876
3886
  "id": 1,
3877
- "promptbookVersion": "0.102.0-4",
3887
+ "promptbookVersion": "0.102.0-5",
3878
3888
  "usage": {
3879
3889
  "price": {
3880
- "value": 0.029000000000000005
3890
+ "value": 0.032350000000000004
3881
3891
  },
3882
3892
  "input": {
3883
3893
  "tokensCount": {
@@ -3904,25 +3914,25 @@
3904
3914
  },
3905
3915
  "output": {
3906
3916
  "tokensCount": {
3907
- "value": 2131
3917
+ "value": 2466
3908
3918
  },
3909
3919
  "charactersCount": {
3910
- "value": 1412
3920
+ "value": 2469
3911
3921
  },
3912
3922
  "wordsCount": {
3913
- "value": 190
3923
+ "value": 331
3914
3924
  },
3915
3925
  "sentencesCount": {
3916
- "value": 19
3926
+ "value": 43
3917
3927
  },
3918
3928
  "linesCount": {
3919
- "value": 40
3929
+ "value": 59
3920
3930
  },
3921
3931
  "paragraphsCount": {
3922
3932
  "value": 1
3923
3933
  },
3924
3934
  "pagesCount": {
3925
- "value": 1
3935
+ "value": 2
3926
3936
  }
3927
3937
  }
3928
3938
  }