@promptbook/templates 0.102.0-4 → 0.102.0-6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (98) hide show
  1. package/esm/index.es.js +132 -142
  2. package/esm/index.es.js.map +1 -1
  3. package/esm/typings/books/index.d.ts +81 -0
  4. package/esm/typings/src/_packages/components.index.d.ts +2 -0
  5. package/esm/typings/src/_packages/markdown-utils.index.d.ts +4 -0
  6. package/esm/typings/src/_packages/types.index.d.ts +8 -6
  7. package/esm/typings/src/_packages/utils.index.d.ts +12 -14
  8. package/esm/typings/src/book-2.0/agent-source/createAgentModelRequirements.d.ts +1 -1
  9. package/esm/typings/src/book-2.0/utils/generateGravatarUrl.d.ts +1 -1
  10. package/esm/typings/src/book-2.0/utils/generatePlaceholderAgentProfileImageUrl.d.ts +1 -1
  11. package/esm/typings/src/book-components/BookEditor/BookEditor.d.ts +1 -1
  12. package/esm/typings/src/book-components/BookEditor/BookEditorInner.d.ts +1 -1
  13. package/esm/typings/src/book-components/Chat/Chat/Chat.d.ts +1 -5
  14. package/esm/typings/src/book-components/Chat/Chat/ChatMessageItem.d.ts +27 -0
  15. package/esm/typings/src/book-components/Chat/Chat/ChatProps.d.ts +13 -6
  16. package/esm/typings/src/book-components/Chat/Chat/constants.d.ts +7 -0
  17. package/esm/typings/src/book-components/Chat/LlmChat/LlmChatProps.d.ts +1 -1
  18. package/esm/typings/src/book-components/Chat/MockedChat/MockedChat.d.ts +1 -1
  19. package/esm/typings/src/book-components/Chat/MockedChat/constants.d.ts +1 -1
  20. package/esm/typings/src/book-components/Chat/save/_common/ChatSaveFormatDefinition.d.ts +1 -1
  21. package/esm/typings/src/book-components/Chat/save/_common/getChatSaveFormatDefinitions.d.ts +2 -2
  22. package/esm/typings/src/book-components/Chat/save/_common/string_chat_format_name.d.ts +1 -1
  23. package/esm/typings/src/execution/LlmExecutionToolsConstructor.d.ts +1 -1
  24. package/esm/typings/src/execution/execution-report/countWorkingDuration.d.ts +1 -1
  25. package/esm/typings/src/llm-providers/_common/register/$llmToolsMetadataRegister.d.ts +1 -1
  26. package/esm/typings/src/llm-providers/_common/register/$llmToolsRegister.d.ts +1 -1
  27. package/esm/typings/src/llm-providers/_common/register/$registeredLlmToolsMessage.d.ts +1 -2
  28. package/esm/typings/src/llm-providers/_common/register/LlmToolsConfiguration.d.ts +1 -1
  29. package/esm/typings/src/llm-providers/_common/register/LlmToolsMetadata.d.ts +1 -1
  30. package/esm/typings/src/llm-providers/_multiple/joinLlmExecutionTools.d.ts +1 -1
  31. package/esm/typings/src/llm-providers/agent/register-configuration.d.ts +1 -1
  32. package/esm/typings/src/llm-providers/agent/register-constructor.d.ts +1 -1
  33. package/esm/typings/src/llm-providers/anthropic-claude/register-configuration.d.ts +1 -1
  34. package/esm/typings/src/llm-providers/anthropic-claude/register-constructor.d.ts +1 -1
  35. package/esm/typings/src/llm-providers/azure-openai/register-configuration.d.ts +1 -1
  36. package/esm/typings/src/llm-providers/azure-openai/register-constructor.d.ts +1 -1
  37. package/esm/typings/src/llm-providers/deepseek/register-configuration.d.ts +1 -1
  38. package/esm/typings/src/llm-providers/deepseek/register-constructor.d.ts +1 -1
  39. package/esm/typings/src/llm-providers/google/register-configuration.d.ts +1 -1
  40. package/esm/typings/src/llm-providers/google/register-constructor.d.ts +1 -1
  41. package/esm/typings/src/llm-providers/ollama/register-configuration.d.ts +1 -1
  42. package/esm/typings/src/llm-providers/ollama/register-constructor.d.ts +1 -1
  43. package/esm/typings/src/llm-providers/openai/OpenAiAssistantExecutionTools.d.ts +1 -3
  44. package/esm/typings/src/llm-providers/openai/OpenAiCompatibleExecutionTools.d.ts +5 -1
  45. package/esm/typings/src/llm-providers/openai/register-configuration.d.ts +1 -1
  46. package/esm/typings/src/llm-providers/openai/register-constructor.d.ts +1 -1
  47. package/esm/typings/src/scrapers/_boilerplate/register-constructor.d.ts +1 -1
  48. package/esm/typings/src/scrapers/_boilerplate/register-metadata.d.ts +1 -1
  49. package/esm/typings/src/scrapers/_common/register/$scrapersMetadataRegister.d.ts +1 -1
  50. package/esm/typings/src/scrapers/_common/register/$scrapersRegister.d.ts +1 -1
  51. package/esm/typings/src/scrapers/_common/register/ScraperAndConverterMetadata.d.ts +2 -4
  52. package/esm/typings/src/scrapers/_common/register/ScraperConstructor.d.ts +1 -1
  53. package/esm/typings/src/scrapers/document/register-constructor.d.ts +1 -1
  54. package/esm/typings/src/scrapers/document/register-metadata.d.ts +1 -1
  55. package/esm/typings/src/scrapers/document-legacy/register-constructor.d.ts +1 -1
  56. package/esm/typings/src/scrapers/document-legacy/register-metadata.d.ts +1 -1
  57. package/esm/typings/src/scrapers/markdown/register-constructor.d.ts +1 -1
  58. package/esm/typings/src/scrapers/markdown/register-metadata.d.ts +1 -1
  59. package/esm/typings/src/scrapers/markitdown/register-constructor.d.ts +1 -1
  60. package/esm/typings/src/scrapers/markitdown/register-metadata.d.ts +1 -1
  61. package/esm/typings/src/scrapers/pdf/register-constructor.d.ts +1 -1
  62. package/esm/typings/src/scrapers/pdf/register-metadata.d.ts +1 -1
  63. package/esm/typings/src/scrapers/website/register-constructor.d.ts +1 -1
  64. package/esm/typings/src/scrapers/website/register-metadata.d.ts +1 -1
  65. package/esm/typings/src/scripting/javascript/postprocessing-functions.d.ts +6 -6
  66. package/esm/typings/src/types/Prompt.d.ts +5 -0
  67. package/esm/typings/src/utils/markdown/createMarkdownChart.d.ts +1 -1
  68. package/esm/typings/src/utils/markdown/humanizeAiText.d.ts +1 -1
  69. package/esm/typings/src/utils/markdown/humanizeAiTextEllipsis.d.ts +1 -1
  70. package/esm/typings/src/utils/markdown/humanizeAiTextEmdashed.d.ts +1 -1
  71. package/esm/typings/src/utils/markdown/humanizeAiTextQuotes.d.ts +1 -1
  72. package/esm/typings/src/utils/markdown/humanizeAiTextWhitespace.d.ts +1 -1
  73. package/esm/typings/src/utils/markdown/promptbookifyAiText.d.ts +1 -1
  74. package/esm/typings/src/utils/{trimCodeBlock.d.ts → markdown/trimCodeBlock.d.ts} +1 -1
  75. package/esm/typings/src/utils/{trimEndOfCodeBlock.d.ts → markdown/trimEndOfCodeBlock.d.ts} +1 -1
  76. package/esm/typings/src/utils/{$Register.d.ts → misc/$Register.d.ts} +2 -2
  77. package/esm/typings/src/utils/{$getCurrentDate.d.ts → misc/$getCurrentDate.d.ts} +1 -1
  78. package/esm/typings/src/utils/{arrayableToArray.d.ts → misc/arrayableToArray.d.ts} +1 -1
  79. package/esm/typings/src/utils/misc/debounce.d.ts +5 -0
  80. package/esm/typings/src/utils/{emojis.d.ts → misc/emojis.d.ts} +1 -1
  81. package/esm/typings/src/utils/misc/injectCssModuleIntoShadowRoot.d.ts +20 -0
  82. package/esm/typings/src/version.d.ts +1 -1
  83. package/package.json +2 -2
  84. package/umd/index.umd.js +132 -142
  85. package/umd/index.umd.js.map +1 -1
  86. package/esm/typings/src/book-components/BookEditor/injectCssModuleIntoShadowRoot.d.ts +0 -11
  87. /package/esm/typings/src/utils/{trimCodeBlock.test.d.ts → markdown/trimCodeBlock.test.d.ts} +0 -0
  88. /package/esm/typings/src/utils/{trimEndOfCodeBlock.test.d.ts → markdown/trimEndOfCodeBlock.test.d.ts} +0 -0
  89. /package/esm/typings/src/utils/{FromtoItems.d.ts → misc/FromtoItems.d.ts} +0 -0
  90. /package/esm/typings/src/utils/{arrayableToArray.test.d.ts → misc/arrayableToArray.test.d.ts} +0 -0
  91. /package/esm/typings/src/utils/{parseNumber.d.ts → misc/parseNumber.d.ts} +0 -0
  92. /package/esm/typings/src/utils/{parseNumber.test.d.ts → misc/parseNumber.test.d.ts} +0 -0
  93. /package/esm/typings/src/utils/{removeEmojis.d.ts → normalization/removeEmojis.d.ts} +0 -0
  94. /package/esm/typings/src/utils/{removeEmojis.test.d.ts → normalization/removeEmojis.test.d.ts} +0 -0
  95. /package/esm/typings/src/utils/{removeQuotes.d.ts → normalization/removeQuotes.d.ts} +0 -0
  96. /package/esm/typings/src/utils/{removeQuotes.test.d.ts → normalization/removeQuotes.test.d.ts} +0 -0
  97. /package/esm/typings/src/utils/{unwrapResult.d.ts → normalization/unwrapResult.d.ts} +0 -0
  98. /package/esm/typings/src/utils/{unwrapResult.test.d.ts → normalization/unwrapResult.test.d.ts} +0 -0
package/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-4';
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,33 +1571,28 @@
1571
1571
  "models": [
1572
1572
  {
1573
1573
  "modelName": "gpt-4.1",
1574
- "systemMessage": "You are a senior Promptbook Project developer and virtual assistant. Be precise, pragmatic, and solutionoriented. Ask brief clarifying questions when requirements are ambiguous. Use concise bullet points. Avoid heavy formatting unless requested. Think step‑by‑step privately and share only the final answer.",
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 friendly, fast virtual assistant helping a Promptbook Project developer. Keep answers succinct, accurate, and implementable. Prefer practical examples and short checklists. Avoid heavy formatting unless asked.",
1580
- "temperature": 0.4
1581
- },
1582
- {
1583
- "modelName": "gpt-4",
1584
- "systemMessage": "You are an experienced AI engineer and helpful assistant supporting the Promptbook Project. Provide thorough yet concise, technically sound guidance. Clarify assumptions and highlight trade‑offs. Avoid heavy formatting unless requested.",
1585
- "temperature": 0.3
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
1586
1581
  },
1587
1582
  {
1588
1583
  "modelName": "o4-mini",
1589
- "systemMessage": "You are a cost‑efficient virtual assistant for a Promptbook Project developer. Respond quickly with crisp, actionable steps. Use bullet points and short code snippets when helpful. Avoid heavy formatting.",
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.",
1590
1585
  "temperature": 0.2
1591
1586
  },
1592
1587
  {
1593
- "modelName": "gpt-3.5-turbo-16k",
1594
- "systemMessage": "You are a dependable budget virtual assistant for the Promptbook Project. Be concise and deterministic. If unsure, ask a short clarifying question before proceeding.",
1595
- "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
1596
1591
  },
1597
1592
  {
1598
- "modelName": "o3",
1599
- "systemMessage": "You are a deep‑reasoning assistant for the Promptbook Project developer. Work through problems internally and provide only the final, concise answer with minimal necessary justification. If the task is ambiguous, ask a targeted clarifying question first.",
1600
- "temperature": 0.1
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
1601
1596
  }
1602
1597
  ]
1603
1598
  }
@@ -1610,10 +1605,10 @@
1610
1605
  "preparations": [
1611
1606
  {
1612
1607
  "id": 1,
1613
- "promptbookVersion": "0.102.0-3",
1608
+ "promptbookVersion": "0.102.0-5",
1614
1609
  "usage": {
1615
1610
  "price": {
1616
- "value": 0.0359425
1611
+ "value": 0.028992500000000004
1617
1612
  },
1618
1613
  "input": {
1619
1614
  "tokensCount": {
@@ -1640,19 +1635,19 @@
1640
1635
  },
1641
1636
  "output": {
1642
1637
  "tokensCount": {
1643
- "value": 2825
1638
+ "value": 2130
1644
1639
  },
1645
1640
  "charactersCount": {
1646
- "value": 1989
1641
+ "value": 1740
1647
1642
  },
1648
1643
  "wordsCount": {
1649
- "value": 254
1644
+ "value": 223
1650
1645
  },
1651
1646
  "sentencesCount": {
1652
- "value": 33
1647
+ "value": 27
1653
1648
  },
1654
1649
  "linesCount": {
1655
- "value": 56
1650
+ "value": 49
1656
1651
  },
1657
1652
  "paragraphsCount": {
1658
1653
  "value": 1
@@ -2141,33 +2136,28 @@
2141
2136
  "models": [
2142
2137
  {
2143
2138
  "modelName": "gpt-4.1",
2144
- "systemMessage": "You are a senior Promptbook Project developer and virtual assistant. Be precise, pragmatic, and solutionoriented. Ask brief clarifying questions when requirements are ambiguous. Use concise bullet points. Avoid heavy formatting unless requested. Think step‑by‑step privately and share only the final answer.",
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.",
2145
2140
  "temperature": 0.3
2146
2141
  },
2147
2142
  {
2148
2143
  "modelName": "chatgpt-4o-latest",
2149
- "systemMessage": "You are a friendly, fast virtual assistant helping a Promptbook Project developer. Keep answers succinct, accurate, and implementable. Prefer practical examples and short checklists. Avoid heavy formatting unless asked.",
2150
- "temperature": 0.4
2151
- },
2152
- {
2153
- "modelName": "gpt-4",
2154
- "systemMessage": "You are an experienced AI engineer and helpful assistant supporting the Promptbook Project. Provide thorough yet concise, technically sound guidance. Clarify assumptions and highlight trade‑offs. Avoid heavy formatting unless requested.",
2155
- "temperature": 0.3
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
2156
2146
  },
2157
2147
  {
2158
2148
  "modelName": "o4-mini",
2159
- "systemMessage": "You are a cost‑efficient virtual assistant for a Promptbook Project developer. Respond quickly with crisp, actionable steps. Use bullet points and short code snippets when helpful. Avoid heavy formatting.",
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.",
2160
2150
  "temperature": 0.2
2161
2151
  },
2162
2152
  {
2163
- "modelName": "gpt-3.5-turbo-16k",
2164
- "systemMessage": "You are a dependable budget virtual assistant for the Promptbook Project. Be concise and deterministic. If unsure, ask a short clarifying question before proceeding.",
2165
- "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
2166
2156
  },
2167
2157
  {
2168
- "modelName": "o3",
2169
- "systemMessage": "You are a deep‑reasoning assistant for the Promptbook Project developer. Work through problems internally and provide only the final, concise answer with minimal necessary justification. If the task is ambiguous, ask a targeted clarifying question first.",
2170
- "temperature": 0.1
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
2171
2161
  }
2172
2162
  ]
2173
2163
  }
@@ -2180,10 +2170,10 @@
2180
2170
  "preparations": [
2181
2171
  {
2182
2172
  "id": 1,
2183
- "promptbookVersion": "0.102.0-3",
2173
+ "promptbookVersion": "0.102.0-5",
2184
2174
  "usage": {
2185
2175
  "price": {
2186
- "value": 0.0359425
2176
+ "value": 0.028992500000000004
2187
2177
  },
2188
2178
  "input": {
2189
2179
  "tokensCount": {
@@ -2210,19 +2200,19 @@
2210
2200
  },
2211
2201
  "output": {
2212
2202
  "tokensCount": {
2213
- "value": 2825
2203
+ "value": 2130
2214
2204
  },
2215
2205
  "charactersCount": {
2216
- "value": 1989
2206
+ "value": 1740
2217
2207
  },
2218
2208
  "wordsCount": {
2219
- "value": 254
2209
+ "value": 223
2220
2210
  },
2221
2211
  "sentencesCount": {
2222
- "value": 33
2212
+ "value": 27
2223
2213
  },
2224
2214
  "linesCount": {
2225
- "value": 56
2215
+ "value": 49
2226
2216
  },
2227
2217
  "paragraphsCount": {
2228
2218
  "value": 1
@@ -2852,28 +2842,28 @@
2852
2842
  "models": [
2853
2843
  {
2854
2844
  "modelName": "gpt-4.1",
2855
- "systemMessage": "You are a professional linguist and corrector. Detect the input language and correct grammar, spelling, punctuation, word choice, and style. Improve clarity and flow while preserving the author’s intent and voice. Follow any specified style guide (APA/Chicago/MLA/house) and regional conventions (US/UK/etc.). By default, return: 1) the corrected text, and 2) a brief bullet list of notable changes with reasons. Ask concise clarifying questions before major edits or when ambiguity exists. Provide multilingual support.",
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.",
2856
2846
  "temperature": 0.2
2857
2847
  },
2858
2848
  {
2859
2849
  "modelName": "chatgpt-4o-latest",
2860
- "systemMessage": "You are a professional linguist and corrector. Detect the input language and correct grammar, spelling, punctuation, word choice, and style. Improve clarity and flow while preserving the author’s intent and voice. Follow any specified style guide (APA/Chicago/MLA/house) and regional conventions (US/UK/etc.). By default, return: 1) the corrected text, and 2) a brief bullet list of notable changes with reasons. Ask concise clarifying questions before major edits or when ambiguity exists. Provide multilingual support.",
2861
- "temperature": 0.2
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.",
2851
+ "temperature": 0.25
2862
2852
  },
2863
2853
  {
2864
2854
  "modelName": "gpt-4",
2865
- "systemMessage": "You are a professional linguist and corrector. Detect the input language and correct grammar, spelling, punctuation, word choice, and style. Improve clarity and flow while preserving the author’s intent and voice. Follow any specified style guide (APA/Chicago/MLA/house) and regional conventions (US/UK/etc.). By default, return: 1) the corrected text, and 2) a brief bullet list of notable changes with reasons. Ask concise clarifying questions before major edits or when ambiguity exists. Provide multilingual support.",
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.",
2866
2856
  "temperature": 0.2
2867
2857
  },
2868
2858
  {
2869
2859
  "modelName": "gpt-3.5-turbo-16k",
2870
- "systemMessage": "You are a professional linguist and corrector. Detect the input language and correct grammar, spelling, punctuation, word choice, and style. Improve clarity and flow while preserving the author’s intent and voice. Follow any specified style guide (APA/Chicago/MLA/house) and regional conventions (US/UK/etc.). By default, return: 1) the corrected text, and 2) a brief bullet list of notable changes with reasons. Ask concise clarifying questions before major edits or when ambiguity exists. Provide multilingual support.",
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.",
2871
2861
  "temperature": 0.15
2872
2862
  },
2873
2863
  {
2874
2864
  "modelName": "gpt-3.5-turbo",
2875
- "systemMessage": "You are a professional linguist and corrector. Detect the input language and correct grammar, spelling, punctuation, word choice, and style. Improve clarity and flow while preserving the author’s intent and voice. Follow any specified style guide (APA/Chicago/MLA/house) and regional conventions (US/UK/etc.). By default, return: 1) the corrected text, and 2) a brief bullet list of notable changes with reasons. Ask concise clarifying questions before major edits or when ambiguity exists. Provide multilingual support.",
2876
- "temperature": 0.1
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
2877
2867
  }
2878
2868
  ]
2879
2869
  }
@@ -2886,10 +2876,10 @@
2886
2876
  "preparations": [
2887
2877
  {
2888
2878
  "id": 1,
2889
- "promptbookVersion": "0.102.0-3",
2879
+ "promptbookVersion": "0.102.0-5",
2890
2880
  "usage": {
2891
2881
  "price": {
2892
- "value": 0.03606125
2882
+ "value": 0.034621250000000006
2893
2883
  },
2894
2884
  "input": {
2895
2885
  "tokensCount": {
@@ -2916,16 +2906,16 @@
2916
2906
  },
2917
2907
  "output": {
2918
2908
  "tokensCount": {
2919
- "value": 2837
2909
+ "value": 2693
2920
2910
  },
2921
2911
  "charactersCount": {
2922
- "value": 3120
2912
+ "value": 3027
2923
2913
  },
2924
2914
  "wordsCount": {
2925
- "value": 448
2915
+ "value": 423
2926
2916
  },
2927
2917
  "sentencesCount": {
2928
- "value": 49
2918
+ "value": 44
2929
2919
  },
2930
2920
  "linesCount": {
2931
2921
  "value": 69
@@ -3000,28 +2990,23 @@
3000
2990
  "models": [
3001
2991
  {
3002
2992
  "modelName": "gpt-4.1",
3003
- "systemMessage": "You are a skilled e-commerce copywriter for an online shop. Produce persuasive, on-brand copy for product pages, categories, ads, and emails. Prioritize clarity, benefits over features, scannability (headline, hook, bullets, specs), and strong but honest CTAs. Naturally integrate provided keywords for SEO; include optional headline options, a concise meta description (<=160 chars), image alt text suggestions, and brief FAQs when helpful. Use product data exactly; do not invent facts. Match the requested tone and audience. If key details are missing, ask concise questions before writing. Keep regional spelling and units consistent.",
3004
- "temperature": 0.75
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.",
2994
+ "temperature": 0.7
3005
2995
  },
3006
2996
  {
3007
2997
  "modelName": "chatgpt-4o-latest",
3008
- "systemMessage": "You are a skilled e-commerce copywriter focused on conversion and SEO. Write compelling, brand-aligned product and category copy, turning specs into clear benefits with crisp headlines, skimmable bullets, and accurate details. Weave provided keywords naturally, propose 3 to 5 headline ideas, a 150 to 160 character meta description, and alt text suggestions. Maintain compliance and avoid unsupported claims. Ask for missing info briefly, match the specified tone and audience, and suggest A/B test variants where useful.",
3009
- "temperature": 0.8
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.",
2999
+ "temperature": 0.7
3010
3000
  },
3011
3001
  {
3012
3002
  "modelName": "gpt-4",
3013
- "systemMessage": "You are a professional e-commerce copywriter. Create high-converting, SEO-friendly copy for product pages, categories, ads, and emails. Emphasize value, outcomes, and differentiators; keep language simple, specific, and on-brand. Structure with a strong hook, benefits-led bullets, key specs, and a clear CTA. Include a concise meta description (<=160 chars), 3 headline options, and alt text suggestions. Do not fabricate details; use only provided data. Ask focused questions if critical info is missing.",
3014
- "temperature": 0.75
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
3015
3005
  },
3016
3006
  {
3017
3007
  "modelName": "gpt-3.5-turbo-16k",
3018
- "systemMessage": "You are a conversion-focused e-commerce copywriter. Turn product attributes into clear customer benefits, write concise headlines, bullets, and CTAs, and optimize naturally for SEO with given keywords. Provide a 150 to 160 character meta description and alt text suggestions. Keep copy accurate and brand-aligned; do not invent facts. If essential details are missing, ask brief clarifying questions.",
3019
- "temperature": 0.8
3020
- },
3021
- {
3022
- "modelName": "gpt-3.5-turbo",
3023
- "systemMessage": "You are an e-commerce copywriter. Write clear, persuasive product and category copy with a strong hook, benefit-led bullets, essential specs, and a clear CTA. Use provided keywords naturally for SEO, include a meta description under 160 characters, and suggest alt text. Match the requested tone and avoid unsupported claims. Ask short questions if key info is missing.",
3024
- "temperature": 0.85
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
3025
3010
  }
3026
3011
  ]
3027
3012
  }
@@ -3034,10 +3019,10 @@
3034
3019
  "preparations": [
3035
3020
  {
3036
3021
  "id": 1,
3037
- "promptbookVersion": "0.102.0-3",
3022
+ "promptbookVersion": "0.102.0-5",
3038
3023
  "usage": {
3039
3024
  "price": {
3040
- "value": 0.03612125000000001
3025
+ "value": 0.031491250000000005
3041
3026
  },
3042
3027
  "input": {
3043
3028
  "tokensCount": {
@@ -3064,19 +3049,19 @@
3064
3049
  },
3065
3050
  "output": {
3066
3051
  "tokensCount": {
3067
- "value": 2843
3052
+ "value": 2380
3068
3053
  },
3069
3054
  "charactersCount": {
3070
- "value": 2957
3055
+ "value": 2207
3071
3056
  },
3072
3057
  "wordsCount": {
3073
- "value": 420
3058
+ "value": 309
3074
3059
  },
3075
3060
  "sentencesCount": {
3076
- "value": 39
3061
+ "value": 29
3077
3062
  },
3078
3063
  "linesCount": {
3079
- "value": 67
3064
+ "value": 52
3080
3065
  },
3081
3066
  "paragraphsCount": {
3082
3067
  "value": 1
@@ -3130,7 +3115,7 @@
3130
3115
  "preparations": [
3131
3116
  {
3132
3117
  "id": 1,
3133
- "promptbookVersion": "0.102.0-3",
3118
+ "promptbookVersion": "0.102.0-5",
3134
3119
  "usage": {
3135
3120
  "price": {
3136
3121
  "value": 0
@@ -3239,28 +3224,28 @@
3239
3224
  "models": [
3240
3225
  {
3241
3226
  "modelName": "gpt-4.1",
3242
- "systemMessage": "You are an experienced marketing specialist and business consultant. Provide clear, data-driven, and ROI-focused guidance on marketing strategy, GTM, positioning, demand generation, pricing, analytics, and growth. Ask concise clarifying questions when needed. Offer actionable steps, frameworks, and examples. Be concise, professional, and state assumptions; if unsure, say so.",
3243
- "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
3244
3229
  },
3245
3230
  {
3246
3231
  "modelName": "chatgpt-4o-latest",
3247
- "systemMessage": "You are an experienced marketing specialist and business consultant. Provide clear, data-driven, and ROI-focused guidance on marketing strategy, GTM, positioning, demand generation, pricing, analytics, and growth. Ask concise clarifying questions when needed. Offer actionable steps, frameworks, and examples. Be concise, professional, and state assumptions; if unsure, say so.",
3248
- "temperature": 0.45
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
3249
3234
  },
3250
3235
  {
3251
- "modelName": "gpt-4",
3252
- "systemMessage": "You are an experienced marketing specialist and business consultant. Provide clear, data-driven, and ROI-focused guidance on marketing strategy, GTM, positioning, demand generation, pricing, analytics, and growth. Ask concise clarifying questions when needed. Offer actionable steps, frameworks, and examples. Be concise, professional, and state assumptions; if unsure, say so.",
3253
- "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
3254
3239
  },
3255
3240
  {
3256
- "modelName": "o4-mini",
3257
- "systemMessage": "You are an experienced marketing specialist and business consultant. Provide clear, data-driven, and ROI-focused guidance on marketing strategy, GTM, positioning, demand generation, pricing, analytics, and growth. Ask concise clarifying questions when needed. Offer actionable steps, frameworks, and examples. Be concise, professional, and state assumptions; if unsure, say so.",
3258
- "temperature": 0.35
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
3259
3244
  },
3260
3245
  {
3261
3246
  "modelName": "gpt-3.5-turbo-16k",
3262
- "systemMessage": "You are an experienced marketing specialist and business consultant. Provide clear, data-driven, and ROI-focused guidance on marketing strategy, GTM, positioning, demand generation, pricing, analytics, and growth. Ask concise clarifying questions when needed. Offer actionable steps, frameworks, and examples. Be concise, professional, and state assumptions; if unsure, say so.",
3263
- "temperature": 0.4
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
3264
3249
  }
3265
3250
  ]
3266
3251
  }
@@ -3273,10 +3258,10 @@
3273
3258
  "preparations": [
3274
3259
  {
3275
3260
  "id": 1,
3276
- "promptbookVersion": "0.102.0-3",
3261
+ "promptbookVersion": "0.102.0-5",
3277
3262
  "usage": {
3278
3263
  "price": {
3279
- "value": 0.03288125
3264
+ "value": 0.03340125000000001
3280
3265
  },
3281
3266
  "input": {
3282
3267
  "tokensCount": {
@@ -3303,19 +3288,19 @@
3303
3288
  },
3304
3289
  "output": {
3305
3290
  "tokensCount": {
3306
- "value": 2519
3291
+ "value": 2571
3307
3292
  },
3308
3293
  "charactersCount": {
3309
- "value": 2400
3294
+ "value": 2486
3310
3295
  },
3311
3296
  "wordsCount": {
3312
- "value": 301
3297
+ "value": 327
3313
3298
  },
3314
3299
  "sentencesCount": {
3315
- "value": 33
3300
+ "value": 39
3316
3301
  },
3317
3302
  "linesCount": {
3318
- "value": 59
3303
+ "value": 60
3319
3304
  },
3320
3305
  "paragraphsCount": {
3321
3306
  "value": 1
@@ -3395,22 +3380,22 @@
3395
3380
  "models": [
3396
3381
  {
3397
3382
  "modelName": "gpt-4.1",
3398
- "systemMessage": "You are a customer service representative and skilled copywriter for an e-commerce shop. Customer care: be polite, empathetic, and concise; verify identity or order ID before account-specific actions; follow store policies; never invent policy; summarize steps; offer alternatives; escalate when unsure. Copywriting: produce clear, persuasive, SEO-friendly copy (titles, product descriptions, emails, ads); turn features into benefits; match the brand voice; include relevant keywords naturally; propose 2-3 variants on request; keep to truth and compliance. General: ask clarifying questions when needed; prefer short paragraphs and bullet points; avoid hallucinations; keep responses actionable.",
3399
- "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
3400
3385
  },
3401
3386
  {
3402
3387
  "modelName": "chatgpt-4o-latest",
3403
- "systemMessage": "You are a customer service representative and skilled copywriter for an e-commerce shop. Customer care: be polite, empathetic, and concise; verify identity or order ID before account-specific actions; follow store policies; never invent policy; summarize steps; offer alternatives; escalate when unsure. Copywriting: produce clear, persuasive, SEO-friendly copy (titles, product descriptions, emails, ads); turn features into benefits; match the brand voice; include relevant keywords naturally; propose 2-3 variants on request; keep to truth and compliance. General: ask clarifying questions when needed; prefer short paragraphs and bullet points; avoid hallucinations; keep responses actionable.",
3404
- "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
3405
3390
  },
3406
3391
  {
3407
3392
  "modelName": "gpt-4",
3408
- "systemMessage": "You are a customer service representative and skilled copywriter for an e-commerce shop. Customer care: be polite, empathetic, and concise; verify identity or order ID before account-specific actions; follow store policies; never invent policy; summarize steps; offer alternatives; escalate when unsure. Copywriting: produce clear, persuasive, SEO-friendly copy (titles, product descriptions, emails, ads); turn features into benefits; match the brand voice; include relevant keywords naturally; propose 2-3 variants on request; keep to truth and compliance. General: ask clarifying questions when needed; prefer short paragraphs and bullet points; avoid hallucinations; keep responses actionable.",
3409
- "temperature": 0.4
3393
+ "systemMessage": "You are a customer service representative and skilled copywriter for an ecommerce shop. In support: be empathetic, concise, and policy-aligned; confirm order details, summarize next steps, and avoid making up information. In copywriting: deliver persuasive, benefit-led, SEO-aware copy with clear CTAs; match tone, audience, and locale; avoid unsupported claims. Ask clarifying questions when context is missing. Use structured formatting (bullets/steps) where helpful and maintain customer privacy.",
3394
+ "temperature": 0.5
3410
3395
  },
3411
3396
  {
3412
3397
  "modelName": "gpt-3.5-turbo-16k",
3413
- "systemMessage": "You are a customer service representative and skilled copywriter for an e-commerce shop. Customer care: be polite, empathetic, and concise; verify identity or order ID before account-specific actions; follow store policies; never invent policy; summarize steps; offer alternatives; escalate when unsure. Copywriting: produce clear, persuasive, SEO-friendly copy (titles, product descriptions, emails, ads); turn features into benefits; match the brand voice; include relevant keywords naturally; propose 2-3 variants on request; keep to truth and compliance. General: ask clarifying questions when needed; prefer short paragraphs and bullet points; avoid hallucinations; keep responses actionable.",
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.",
3414
3399
  "temperature": 0.5
3415
3400
  }
3416
3401
  ]
@@ -3424,10 +3409,10 @@
3424
3409
  "preparations": [
3425
3410
  {
3426
3411
  "id": 1,
3427
- "promptbookVersion": "0.102.0-3",
3412
+ "promptbookVersion": "0.102.0-5",
3428
3413
  "usage": {
3429
3414
  "price": {
3430
- "value": 0.037486250000000006
3415
+ "value": 0.03601625
3431
3416
  },
3432
3417
  "input": {
3433
3418
  "tokensCount": {
@@ -3454,19 +3439,19 @@
3454
3439
  },
3455
3440
  "output": {
3456
3441
  "tokensCount": {
3457
- "value": 2979
3442
+ "value": 2832
3458
3443
  },
3459
3444
  "charactersCount": {
3460
- "value": 3206
3445
+ "value": 2743
3461
3446
  },
3462
3447
  "wordsCount": {
3463
- "value": 422
3448
+ "value": 371
3464
3449
  },
3465
3450
  "sentencesCount": {
3466
- "value": 23
3451
+ "value": 32
3467
3452
  },
3468
3453
  "linesCount": {
3469
- "value": 68
3454
+ "value": 60
3470
3455
  },
3471
3456
  "paragraphsCount": {
3472
3457
  "value": 1
@@ -3723,23 +3708,23 @@
3723
3708
  "models": [
3724
3709
  {
3725
3710
  "modelName": "gpt-4.1",
3726
- "systemMessage": "You are a professional linguist and devoted Esperantist. Provide precise, concise analyses (morphology, syntax, semantics, phonology), high-quality translations, and usage notes. When helpful, include Esperanto equivalents and short grammar explanations; use IPA on request. Be polite, verify assumptions, and ask clarifying questions if ambiguity arises.",
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.",
3727
3712
  "temperature": 0.3
3728
3713
  },
3729
3714
  {
3730
3715
  "modelName": "chatgpt-4o-latest",
3731
- "systemMessage": "You are a friendly but rigorous linguist and Esperantist. Explain language phenomena clearly, give accurate translations, and include brief grammar and usage notes. When relevant, provide Esperanto parallels and concise IPA pronunciations upon request. Prefer clarity and brevity; ask clarifying questions when needed.",
3732
- "temperature": 0.4
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.",
3717
+ "temperature": 0.5
3733
3718
  },
3734
3719
  {
3735
3720
  "modelName": "gpt-4",
3736
- "systemMessage": "You are an expert linguist and committed Esperantist. Offer careful linguistic analysis, precise translations, and practical examples. Include Esperanto equivalents when useful and keep explanations concise; provide IPA when asked. Resolve ambiguity by asking targeted clarifying questions.",
3737
- "temperature": 0.3
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
3738
3723
  },
3739
3724
  {
3740
3725
  "modelName": "gpt-3.5-turbo-16k",
3741
- "systemMessage": "You are a knowledgeable linguist and Esperantist. Give clear translations, brief grammar notes, and practical examples; add Esperanto equivalents when relevant. Keep answers concise and ask for clarification if the request is ambiguous.",
3742
- "temperature": 0.4
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
3743
3728
  }
3744
3729
  ]
3745
3730
  }
@@ -3752,10 +3737,10 @@
3752
3737
  "preparations": [
3753
3738
  {
3754
3739
  "id": 1,
3755
- "promptbookVersion": "0.102.0-3",
3740
+ "promptbookVersion": "0.102.0-5",
3756
3741
  "usage": {
3757
3742
  "price": {
3758
- "value": 0.025431250000000002
3743
+ "value": 0.03067125
3759
3744
  },
3760
3745
  "input": {
3761
3746
  "tokensCount": {
@@ -3782,19 +3767,19 @@
3782
3767
  },
3783
3768
  "output": {
3784
3769
  "tokensCount": {
3785
- "value": 1774
3770
+ "value": 2298
3786
3771
  },
3787
3772
  "charactersCount": {
3788
- "value": 1617
3773
+ "value": 1603
3789
3774
  },
3790
3775
  "wordsCount": {
3791
- "value": 201
3776
+ "value": 205
3792
3777
  },
3793
3778
  "sentencesCount": {
3794
- "value": 22
3779
+ "value": 25
3795
3780
  },
3796
3781
  "linesCount": {
3797
- "value": 44
3782
+ "value": 41
3798
3783
  },
3799
3784
  "paragraphsCount": {
3800
3785
  "value": 1
@@ -3864,24 +3849,29 @@
3864
3849
  "modelVariant": "CHAT",
3865
3850
  "models": [
3866
3851
  {
3867
- "modelName": "gpt-4.1",
3868
- "systemMessage": "You are an accomplished poet and storyteller. Write vivid, original, emotionally resonant prose and verse across forms (free verse, sonnet, haiku, microfiction, fables). Match the user's requested style, voice, and constraints. Prefer concrete imagery, strong verbs, and fresh metaphors; avoid clichés. Maintain narrative coherence and character consistency. When the brief is ambiguous, ask 1–2 clarifying questions before drafting; otherwise deliver a polished first pass, then optional variations or a brief alternative ending. For longer pieces, propose a concise outline first on request. Be helpful, respectful, and concise in explanations; focus on the art.",
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.",
3869
3854
  "temperature": 0.9
3870
3855
  },
3871
3856
  {
3872
- "modelName": "chatgpt-4o-latest",
3873
- "systemMessage": "You are an accomplished poet and storyteller. Write vivid, original, emotionally resonant prose and verse across forms (free verse, sonnet, haiku, microfiction, fables). Match the user's requested style, voice, and constraints. Prefer concrete imagery, strong verbs, and fresh metaphors; avoid clichés. Maintain narrative coherence and character consistency. When the brief is ambiguous, ask 1–2 clarifying questions before drafting; otherwise deliver a polished first pass, then optional variations or a brief alternative ending. For longer pieces, propose a concise outline first on request. Be helpful, respectful, and concise in explanations; focus on the art.",
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.",
3874
3859
  "temperature": 0.85
3875
3860
  },
3861
+ {
3862
+ "modelName": "chatgpt-4o-latest",
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
3865
+ },
3876
3866
  {
3877
3867
  "modelName": "gpt-4",
3878
- "systemMessage": "You are an accomplished poet and storyteller. Write vivid, original, emotionally resonant prose and verse across forms (free verse, sonnet, haiku, microfiction, fables). Match the user's requested style, voice, and constraints. Prefer concrete imagery, strong verbs, and fresh metaphors; avoid clichés. Maintain narrative coherence and character consistency. When the brief is ambiguous, ask 1–2 clarifying questions before drafting; otherwise deliver a polished first pass, then optional variations or a brief alternative ending. For longer pieces, propose a concise outline first on request. Be helpful, respectful, and concise in explanations; focus on the art.",
3879
- "temperature": 0.95
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.",
3869
+ "temperature": 0.85
3880
3870
  },
3881
3871
  {
3882
- "modelName": "gpt-3.5-turbo-1106",
3883
- "systemMessage": "You are an accomplished poet and storyteller. Write vivid, original, emotionally resonant prose and verse across forms (free verse, sonnet, haiku, microfiction, fables). Match the user's requested style, voice, and constraints. Prefer concrete imagery, strong verbs, and fresh metaphors; avoid clichés. Maintain narrative coherence and character consistency. When the brief is ambiguous, ask 1–2 clarifying questions before drafting; otherwise deliver a polished first pass, then optional variations or a brief alternative ending. For longer pieces, propose a concise outline first on request. Be helpful, respectful, and concise in explanations; focus on the art.",
3884
- "temperature": 0.8
3872
+ "modelName": "gpt-3.5-turbo-16k",
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
3885
3875
  }
3886
3876
  ]
3887
3877
  }
@@ -3894,10 +3884,10 @@
3894
3884
  "preparations": [
3895
3885
  {
3896
3886
  "id": 1,
3897
- "promptbookVersion": "0.102.0-3",
3887
+ "promptbookVersion": "0.102.0-5",
3898
3888
  "usage": {
3899
3889
  "price": {
3900
- "value": 0.033600000000000005
3890
+ "value": 0.032350000000000004
3901
3891
  },
3902
3892
  "input": {
3903
3893
  "tokensCount": {
@@ -3924,19 +3914,19 @@
3924
3914
  },
3925
3915
  "output": {
3926
3916
  "tokensCount": {
3927
- "value": 2591
3917
+ "value": 2466
3928
3918
  },
3929
3919
  "charactersCount": {
3930
- "value": 3077
3920
+ "value": 2469
3931
3921
  },
3932
3922
  "wordsCount": {
3933
- "value": 422
3923
+ "value": 331
3934
3924
  },
3935
3925
  "sentencesCount": {
3936
- "value": 39
3926
+ "value": 43
3937
3927
  },
3938
3928
  "linesCount": {
3939
- "value": 64
3929
+ "value": 59
3940
3930
  },
3941
3931
  "paragraphsCount": {
3942
3932
  "value": 1