@promptbook/templates 0.102.0-5 → 0.102.0-7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/esm/index.es.js +141 -131
- package/esm/index.es.js.map +1 -1
- package/esm/typings/books/index.d.ts +81 -0
- package/esm/typings/src/_packages/components.index.d.ts +2 -0
- package/esm/typings/src/_packages/markdown-utils.index.d.ts +4 -0
- package/esm/typings/src/_packages/types.index.d.ts +8 -6
- package/esm/typings/src/_packages/utils.index.d.ts +12 -14
- package/esm/typings/src/book-2.0/agent-source/createAgentModelRequirements.d.ts +1 -1
- package/esm/typings/src/book-2.0/utils/generateGravatarUrl.d.ts +1 -1
- package/esm/typings/src/book-2.0/utils/generatePlaceholderAgentProfileImageUrl.d.ts +1 -1
- package/esm/typings/src/book-components/BookEditor/BookEditor.d.ts +1 -1
- package/esm/typings/src/book-components/BookEditor/BookEditorInner.d.ts +1 -1
- package/esm/typings/src/book-components/Chat/Chat/Chat.d.ts +1 -5
- package/esm/typings/src/book-components/Chat/Chat/ChatMessageItem.d.ts +27 -0
- package/esm/typings/src/book-components/Chat/Chat/ChatProps.d.ts +13 -6
- package/esm/typings/src/book-components/Chat/Chat/constants.d.ts +7 -0
- package/esm/typings/src/book-components/Chat/LlmChat/LlmChatProps.d.ts +1 -1
- package/esm/typings/src/book-components/Chat/MockedChat/MockedChat.d.ts +1 -1
- package/esm/typings/src/book-components/Chat/MockedChat/constants.d.ts +1 -1
- package/esm/typings/src/book-components/Chat/save/_common/ChatSaveFormatDefinition.d.ts +1 -1
- package/esm/typings/src/book-components/Chat/save/_common/getChatSaveFormatDefinitions.d.ts +2 -2
- package/esm/typings/src/book-components/Chat/save/_common/string_chat_format_name.d.ts +1 -1
- package/esm/typings/src/execution/LlmExecutionToolsConstructor.d.ts +1 -1
- package/esm/typings/src/execution/execution-report/countWorkingDuration.d.ts +1 -1
- package/esm/typings/src/llm-providers/_common/register/$llmToolsMetadataRegister.d.ts +1 -1
- package/esm/typings/src/llm-providers/_common/register/$llmToolsRegister.d.ts +1 -1
- package/esm/typings/src/llm-providers/_common/register/$registeredLlmToolsMessage.d.ts +1 -2
- package/esm/typings/src/llm-providers/_common/register/LlmToolsConfiguration.d.ts +1 -1
- package/esm/typings/src/llm-providers/_common/register/LlmToolsMetadata.d.ts +1 -1
- package/esm/typings/src/llm-providers/_multiple/joinLlmExecutionTools.d.ts +1 -1
- package/esm/typings/src/llm-providers/agent/register-configuration.d.ts +1 -1
- package/esm/typings/src/llm-providers/agent/register-constructor.d.ts +1 -1
- package/esm/typings/src/llm-providers/anthropic-claude/register-configuration.d.ts +1 -1
- package/esm/typings/src/llm-providers/anthropic-claude/register-constructor.d.ts +1 -1
- package/esm/typings/src/llm-providers/azure-openai/register-configuration.d.ts +1 -1
- package/esm/typings/src/llm-providers/azure-openai/register-constructor.d.ts +1 -1
- package/esm/typings/src/llm-providers/deepseek/register-configuration.d.ts +1 -1
- package/esm/typings/src/llm-providers/deepseek/register-constructor.d.ts +1 -1
- package/esm/typings/src/llm-providers/google/register-configuration.d.ts +1 -1
- package/esm/typings/src/llm-providers/google/register-constructor.d.ts +1 -1
- package/esm/typings/src/llm-providers/ollama/register-configuration.d.ts +1 -1
- package/esm/typings/src/llm-providers/ollama/register-constructor.d.ts +1 -1
- package/esm/typings/src/llm-providers/openai/OpenAiAssistantExecutionTools.d.ts +1 -3
- package/esm/typings/src/llm-providers/openai/OpenAiCompatibleExecutionTools.d.ts +0 -4
- package/esm/typings/src/llm-providers/openai/register-configuration.d.ts +1 -1
- package/esm/typings/src/llm-providers/openai/register-constructor.d.ts +1 -1
- package/esm/typings/src/scrapers/_boilerplate/register-constructor.d.ts +1 -1
- package/esm/typings/src/scrapers/_boilerplate/register-metadata.d.ts +1 -1
- package/esm/typings/src/scrapers/_common/register/$scrapersMetadataRegister.d.ts +1 -1
- package/esm/typings/src/scrapers/_common/register/$scrapersRegister.d.ts +1 -1
- package/esm/typings/src/scrapers/_common/register/ScraperAndConverterMetadata.d.ts +2 -4
- package/esm/typings/src/scrapers/_common/register/ScraperConstructor.d.ts +1 -1
- package/esm/typings/src/scrapers/document/register-constructor.d.ts +1 -1
- package/esm/typings/src/scrapers/document/register-metadata.d.ts +1 -1
- package/esm/typings/src/scrapers/document-legacy/register-constructor.d.ts +1 -1
- package/esm/typings/src/scrapers/document-legacy/register-metadata.d.ts +1 -1
- package/esm/typings/src/scrapers/markdown/register-constructor.d.ts +1 -1
- package/esm/typings/src/scrapers/markdown/register-metadata.d.ts +1 -1
- package/esm/typings/src/scrapers/markitdown/register-constructor.d.ts +1 -1
- package/esm/typings/src/scrapers/markitdown/register-metadata.d.ts +1 -1
- package/esm/typings/src/scrapers/pdf/register-constructor.d.ts +1 -1
- package/esm/typings/src/scrapers/pdf/register-metadata.d.ts +1 -1
- package/esm/typings/src/scrapers/website/register-constructor.d.ts +1 -1
- package/esm/typings/src/scrapers/website/register-metadata.d.ts +1 -1
- package/esm/typings/src/scripting/javascript/postprocessing-functions.d.ts +6 -6
- package/esm/typings/src/utils/markdown/createMarkdownChart.d.ts +1 -1
- package/esm/typings/src/utils/markdown/humanizeAiText.d.ts +1 -1
- package/esm/typings/src/utils/markdown/humanizeAiTextEllipsis.d.ts +1 -1
- package/esm/typings/src/utils/markdown/humanizeAiTextEmdashed.d.ts +1 -1
- package/esm/typings/src/utils/markdown/humanizeAiTextQuotes.d.ts +1 -1
- package/esm/typings/src/utils/markdown/humanizeAiTextWhitespace.d.ts +1 -1
- package/esm/typings/src/utils/markdown/promptbookifyAiText.d.ts +1 -1
- package/esm/typings/src/utils/{trimCodeBlock.d.ts → markdown/trimCodeBlock.d.ts} +1 -1
- package/esm/typings/src/utils/{trimEndOfCodeBlock.d.ts → markdown/trimEndOfCodeBlock.d.ts} +1 -1
- package/esm/typings/src/utils/{$Register.d.ts → misc/$Register.d.ts} +2 -2
- package/esm/typings/src/utils/{$getCurrentDate.d.ts → misc/$getCurrentDate.d.ts} +1 -1
- package/esm/typings/src/utils/{arrayableToArray.d.ts → misc/arrayableToArray.d.ts} +1 -1
- package/esm/typings/src/utils/misc/debounce.d.ts +5 -0
- package/esm/typings/src/utils/{emojis.d.ts → misc/emojis.d.ts} +1 -1
- package/esm/typings/src/utils/misc/injectCssModuleIntoShadowRoot.d.ts +20 -0
- package/esm/typings/src/version.d.ts +1 -1
- package/package.json +2 -2
- package/umd/index.umd.js +141 -131
- package/umd/index.umd.js.map +1 -1
- package/esm/typings/src/book-components/BookEditor/injectCssModuleIntoShadowRoot.d.ts +0 -11
- package/esm/typings/src/book-components/BookEditor/utils.d.ts +0 -8
- /package/esm/typings/src/utils/{trimCodeBlock.test.d.ts → markdown/trimCodeBlock.test.d.ts} +0 -0
- /package/esm/typings/src/utils/{trimEndOfCodeBlock.test.d.ts → markdown/trimEndOfCodeBlock.test.d.ts} +0 -0
- /package/esm/typings/src/utils/{FromtoItems.d.ts → misc/FromtoItems.d.ts} +0 -0
- /package/esm/typings/src/utils/{arrayableToArray.test.d.ts → misc/arrayableToArray.test.d.ts} +0 -0
- /package/esm/typings/src/utils/{parseNumber.d.ts → misc/parseNumber.d.ts} +0 -0
- /package/esm/typings/src/utils/{parseNumber.test.d.ts → misc/parseNumber.test.d.ts} +0 -0
- /package/esm/typings/src/utils/{removeEmojis.d.ts → normalization/removeEmojis.d.ts} +0 -0
- /package/esm/typings/src/utils/{removeEmojis.test.d.ts → normalization/removeEmojis.test.d.ts} +0 -0
- /package/esm/typings/src/utils/{removeQuotes.d.ts → normalization/removeQuotes.d.ts} +0 -0
- /package/esm/typings/src/utils/{removeQuotes.test.d.ts → normalization/removeQuotes.test.d.ts} +0 -0
- /package/esm/typings/src/utils/{unwrapResult.d.ts → normalization/unwrapResult.d.ts} +0 -0
- /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-
|
|
25
|
+
const PROMPTBOOK_ENGINE_VERSION = '0.102.0-7';
|
|
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,33 @@
|
|
|
1571
1571
|
"models": [
|
|
1572
1572
|
{
|
|
1573
1573
|
"modelName": "gpt-4.1",
|
|
1574
|
-
"systemMessage": "You are a senior developer of the Promptbook Project
|
|
1575
|
-
"temperature": 0.
|
|
1574
|
+
"systemMessage": "You are a senior AI engineer and core developer of the Promptbook Project. Provide precise, implementation-ready help: prompt design, tool/function-calling schemas, and clean code (TypeScript/Python). Prefer deterministic, testable outputs and strictly valid JSON/YAML when requested. Be concise, cite assumptions, and ask clarifying questions if specs are ambiguous.",
|
|
1575
|
+
"temperature": 0.25
|
|
1576
1576
|
},
|
|
1577
1577
|
{
|
|
1578
1578
|
"modelName": "chatgpt-4o-latest",
|
|
1579
|
-
"systemMessage": "You are a
|
|
1580
|
-
"temperature": 0.
|
|
1579
|
+
"systemMessage": "You are a fast, pragmatic assistant for a Promptbook Project developer. Deliver accurate guidance on prompt engineering, integrations, and code. Keep answers concise, with practical examples and minimal fluff. Follow tool/function specs and return valid JSON when asked.",
|
|
1580
|
+
"temperature": 0.35
|
|
1581
|
+
},
|
|
1582
|
+
{
|
|
1583
|
+
"modelName": "o4-mini",
|
|
1584
|
+
"systemMessage": "You are a reasoning-focused copilot for a Promptbook Project developer. Tackle planning, refactors, schema design, and debugging with stepwise, verifiable conclusions. Keep explanations brief and provide final, actionable outputs (code, prompts, or JSON).",
|
|
1585
|
+
"temperature": 0.2
|
|
1586
|
+
},
|
|
1587
|
+
{
|
|
1588
|
+
"modelName": "o3",
|
|
1589
|
+
"systemMessage": "You are an advanced problem-solver for the Promptbook Project. Handle complex architecture decisions, evaluations, and optimization plans; present clear steps, trade-offs, and a concise final recommendation or artifact.",
|
|
1590
|
+
"temperature": 0.15
|
|
1581
1591
|
},
|
|
1582
1592
|
{
|
|
1583
1593
|
"modelName": "gpt-4",
|
|
1584
|
-
"systemMessage": "You are a
|
|
1594
|
+
"systemMessage": "You are a reliable engineering assistant for the Promptbook Project. Write clear code, robust prompts, and concise explanations. Favor correctness and deterministic outputs; follow given tool schemas exactly.",
|
|
1585
1595
|
"temperature": 0.3
|
|
1586
1596
|
},
|
|
1587
1597
|
{
|
|
1588
|
-
"modelName": "gpt-3.5-turbo-
|
|
1589
|
-
"systemMessage": "You are a
|
|
1590
|
-
"temperature": 0.
|
|
1598
|
+
"modelName": "gpt-3.5-turbo-16k",
|
|
1599
|
+
"systemMessage": "You are a cost-efficient assistant for the Promptbook Project. Be concise and deterministic, focus on concrete examples, and return valid JSON when requested.",
|
|
1600
|
+
"temperature": 0.35
|
|
1591
1601
|
}
|
|
1592
1602
|
]
|
|
1593
1603
|
}
|
|
@@ -1600,10 +1610,10 @@
|
|
|
1600
1610
|
"preparations": [
|
|
1601
1611
|
{
|
|
1602
1612
|
"id": 1,
|
|
1603
|
-
"promptbookVersion": "0.102.0-
|
|
1613
|
+
"promptbookVersion": "0.102.0-6",
|
|
1604
1614
|
"usage": {
|
|
1605
1615
|
"price": {
|
|
1606
|
-
"value": 0.
|
|
1616
|
+
"value": 0.0336325
|
|
1607
1617
|
},
|
|
1608
1618
|
"input": {
|
|
1609
1619
|
"tokensCount": {
|
|
@@ -1630,25 +1640,25 @@
|
|
|
1630
1640
|
},
|
|
1631
1641
|
"output": {
|
|
1632
1642
|
"tokensCount": {
|
|
1633
|
-
"value":
|
|
1643
|
+
"value": 2594
|
|
1634
1644
|
},
|
|
1635
1645
|
"charactersCount": {
|
|
1636
|
-
"value":
|
|
1646
|
+
"value": 2084
|
|
1637
1647
|
},
|
|
1638
1648
|
"wordsCount": {
|
|
1639
|
-
"value":
|
|
1649
|
+
"value": 267
|
|
1640
1650
|
},
|
|
1641
1651
|
"sentencesCount": {
|
|
1642
|
-
"value":
|
|
1652
|
+
"value": 27
|
|
1643
1653
|
},
|
|
1644
1654
|
"linesCount": {
|
|
1645
|
-
"value":
|
|
1655
|
+
"value": 56
|
|
1646
1656
|
},
|
|
1647
1657
|
"paragraphsCount": {
|
|
1648
1658
|
"value": 1
|
|
1649
1659
|
},
|
|
1650
1660
|
"pagesCount": {
|
|
1651
|
-
"value":
|
|
1661
|
+
"value": 2
|
|
1652
1662
|
}
|
|
1653
1663
|
}
|
|
1654
1664
|
}
|
|
@@ -2131,23 +2141,33 @@
|
|
|
2131
2141
|
"models": [
|
|
2132
2142
|
{
|
|
2133
2143
|
"modelName": "gpt-4.1",
|
|
2134
|
-
"systemMessage": "You are a senior developer of the Promptbook Project
|
|
2135
|
-
"temperature": 0.
|
|
2144
|
+
"systemMessage": "You are a senior AI engineer and core developer of the Promptbook Project. Provide precise, implementation-ready help: prompt design, tool/function-calling schemas, and clean code (TypeScript/Python). Prefer deterministic, testable outputs and strictly valid JSON/YAML when requested. Be concise, cite assumptions, and ask clarifying questions if specs are ambiguous.",
|
|
2145
|
+
"temperature": 0.25
|
|
2136
2146
|
},
|
|
2137
2147
|
{
|
|
2138
2148
|
"modelName": "chatgpt-4o-latest",
|
|
2139
|
-
"systemMessage": "You are a
|
|
2140
|
-
"temperature": 0.
|
|
2149
|
+
"systemMessage": "You are a fast, pragmatic assistant for a Promptbook Project developer. Deliver accurate guidance on prompt engineering, integrations, and code. Keep answers concise, with practical examples and minimal fluff. Follow tool/function specs and return valid JSON when asked.",
|
|
2150
|
+
"temperature": 0.35
|
|
2151
|
+
},
|
|
2152
|
+
{
|
|
2153
|
+
"modelName": "o4-mini",
|
|
2154
|
+
"systemMessage": "You are a reasoning-focused copilot for a Promptbook Project developer. Tackle planning, refactors, schema design, and debugging with stepwise, verifiable conclusions. Keep explanations brief and provide final, actionable outputs (code, prompts, or JSON).",
|
|
2155
|
+
"temperature": 0.2
|
|
2156
|
+
},
|
|
2157
|
+
{
|
|
2158
|
+
"modelName": "o3",
|
|
2159
|
+
"systemMessage": "You are an advanced problem-solver for the Promptbook Project. Handle complex architecture decisions, evaluations, and optimization plans; present clear steps, trade-offs, and a concise final recommendation or artifact.",
|
|
2160
|
+
"temperature": 0.15
|
|
2141
2161
|
},
|
|
2142
2162
|
{
|
|
2143
2163
|
"modelName": "gpt-4",
|
|
2144
|
-
"systemMessage": "You are a
|
|
2164
|
+
"systemMessage": "You are a reliable engineering assistant for the Promptbook Project. Write clear code, robust prompts, and concise explanations. Favor correctness and deterministic outputs; follow given tool schemas exactly.",
|
|
2145
2165
|
"temperature": 0.3
|
|
2146
2166
|
},
|
|
2147
2167
|
{
|
|
2148
|
-
"modelName": "gpt-3.5-turbo-
|
|
2149
|
-
"systemMessage": "You are a
|
|
2150
|
-
"temperature": 0.
|
|
2168
|
+
"modelName": "gpt-3.5-turbo-16k",
|
|
2169
|
+
"systemMessage": "You are a cost-efficient assistant for the Promptbook Project. Be concise and deterministic, focus on concrete examples, and return valid JSON when requested.",
|
|
2170
|
+
"temperature": 0.35
|
|
2151
2171
|
}
|
|
2152
2172
|
]
|
|
2153
2173
|
}
|
|
@@ -2160,10 +2180,10 @@
|
|
|
2160
2180
|
"preparations": [
|
|
2161
2181
|
{
|
|
2162
2182
|
"id": 1,
|
|
2163
|
-
"promptbookVersion": "0.102.0-
|
|
2183
|
+
"promptbookVersion": "0.102.0-6",
|
|
2164
2184
|
"usage": {
|
|
2165
2185
|
"price": {
|
|
2166
|
-
"value": 0.
|
|
2186
|
+
"value": 0.0336325
|
|
2167
2187
|
},
|
|
2168
2188
|
"input": {
|
|
2169
2189
|
"tokensCount": {
|
|
@@ -2190,25 +2210,25 @@
|
|
|
2190
2210
|
},
|
|
2191
2211
|
"output": {
|
|
2192
2212
|
"tokensCount": {
|
|
2193
|
-
"value":
|
|
2213
|
+
"value": 2594
|
|
2194
2214
|
},
|
|
2195
2215
|
"charactersCount": {
|
|
2196
|
-
"value":
|
|
2216
|
+
"value": 2084
|
|
2197
2217
|
},
|
|
2198
2218
|
"wordsCount": {
|
|
2199
|
-
"value":
|
|
2219
|
+
"value": 267
|
|
2200
2220
|
},
|
|
2201
2221
|
"sentencesCount": {
|
|
2202
|
-
"value":
|
|
2222
|
+
"value": 27
|
|
2203
2223
|
},
|
|
2204
2224
|
"linesCount": {
|
|
2205
|
-
"value":
|
|
2225
|
+
"value": 56
|
|
2206
2226
|
},
|
|
2207
2227
|
"paragraphsCount": {
|
|
2208
2228
|
"value": 1
|
|
2209
2229
|
},
|
|
2210
2230
|
"pagesCount": {
|
|
2211
|
-
"value":
|
|
2231
|
+
"value": 2
|
|
2212
2232
|
}
|
|
2213
2233
|
}
|
|
2214
2234
|
}
|
|
@@ -2832,28 +2852,23 @@
|
|
|
2832
2852
|
"models": [
|
|
2833
2853
|
{
|
|
2834
2854
|
"modelName": "gpt-4.1",
|
|
2835
|
-
"systemMessage": "You are
|
|
2855
|
+
"systemMessage": "You are an expert linguist and text corrector. Correct grammar, spelling, punctuation, syntax, and style while preserving the author's meaning and voice. Follow any specified dialect (US/UK/etc.) and style guide; if none, default to clear, neutral, modern English. Return: 1) Corrected text; 2) Brief bullet rationale for notable changes. Ask concise clarifying questions when requirements are ambiguous. Handle multilingual input; keep code snippets and data unchanged.",
|
|
2836
2856
|
"temperature": 0.2
|
|
2837
2857
|
},
|
|
2838
2858
|
{
|
|
2839
2859
|
"modelName": "chatgpt-4o-latest",
|
|
2840
|
-
"systemMessage": "You are
|
|
2860
|
+
"systemMessage": "You are an expert linguist and text corrector. Correct grammar, spelling, punctuation, syntax, and style while preserving the author's meaning and voice. Follow any specified dialect (US/UK/etc.) and style guide; if none, default to clear, neutral, modern English. Return: 1) Corrected text; 2) Brief bullet rationale for notable changes. Ask concise clarifying questions when requirements are ambiguous. Handle multilingual input; keep code snippets and data unchanged.",
|
|
2841
2861
|
"temperature": 0.25
|
|
2842
2862
|
},
|
|
2843
2863
|
{
|
|
2844
2864
|
"modelName": "gpt-4",
|
|
2845
|
-
"systemMessage": "You are
|
|
2865
|
+
"systemMessage": "You are an expert linguist and text corrector. Correct grammar, spelling, punctuation, syntax, and style while preserving the author's meaning and voice. Follow any specified dialect (US/UK/etc.) and style guide; if none, default to clear, neutral, modern English. Return: 1) Corrected text; 2) Brief bullet rationale for notable changes. Ask concise clarifying questions when requirements are ambiguous. Handle multilingual input; keep code snippets and data unchanged.",
|
|
2846
2866
|
"temperature": 0.2
|
|
2847
2867
|
},
|
|
2848
2868
|
{
|
|
2849
2869
|
"modelName": "gpt-3.5-turbo-16k",
|
|
2850
|
-
"systemMessage": "You are
|
|
2851
|
-
"temperature": 0.
|
|
2852
|
-
},
|
|
2853
|
-
{
|
|
2854
|
-
"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
|
|
2870
|
+
"systemMessage": "You are an expert linguist and text corrector. Correct grammar, spelling, punctuation, syntax, and style while preserving the author's meaning and voice. Follow any specified dialect (US/UK/etc.) and style guide; if none, default to clear, neutral, modern English. Return: 1) Corrected text; 2) Brief bullet rationale for notable changes. Ask concise clarifying questions when requirements are ambiguous. Handle multilingual input; keep code snippets and data unchanged.",
|
|
2871
|
+
"temperature": 0.2
|
|
2857
2872
|
}
|
|
2858
2873
|
]
|
|
2859
2874
|
}
|
|
@@ -2866,10 +2881,10 @@
|
|
|
2866
2881
|
"preparations": [
|
|
2867
2882
|
{
|
|
2868
2883
|
"id": 1,
|
|
2869
|
-
"promptbookVersion": "0.102.0-
|
|
2884
|
+
"promptbookVersion": "0.102.0-6",
|
|
2870
2885
|
"usage": {
|
|
2871
2886
|
"price": {
|
|
2872
|
-
"value": 0.
|
|
2887
|
+
"value": 0.028401250000000003
|
|
2873
2888
|
},
|
|
2874
2889
|
"input": {
|
|
2875
2890
|
"tokensCount": {
|
|
@@ -2896,19 +2911,19 @@
|
|
|
2896
2911
|
},
|
|
2897
2912
|
"output": {
|
|
2898
2913
|
"tokensCount": {
|
|
2899
|
-
"value":
|
|
2914
|
+
"value": 2071
|
|
2900
2915
|
},
|
|
2901
2916
|
"charactersCount": {
|
|
2902
|
-
"value":
|
|
2917
|
+
"value": 2299
|
|
2903
2918
|
},
|
|
2904
2919
|
"wordsCount": {
|
|
2905
|
-
"value":
|
|
2920
|
+
"value": 318
|
|
2906
2921
|
},
|
|
2907
2922
|
"sentencesCount": {
|
|
2908
|
-
"value":
|
|
2923
|
+
"value": 35
|
|
2909
2924
|
},
|
|
2910
2925
|
"linesCount": {
|
|
2911
|
-
"value":
|
|
2926
|
+
"value": 52
|
|
2912
2927
|
},
|
|
2913
2928
|
"paragraphsCount": {
|
|
2914
2929
|
"value": 1
|
|
@@ -2980,28 +2995,23 @@
|
|
|
2980
2995
|
"models": [
|
|
2981
2996
|
{
|
|
2982
2997
|
"modelName": "gpt-4.1",
|
|
2983
|
-
"systemMessage": "You are a skilled e
|
|
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.",
|
|
2998
|
+
"systemMessage": "You are a skilled e‑commerce copywriter for an online shop. Write high-converting, on-brand copy for product pages, category intros, ads, emails, and SEO meta tags. Style: benefit-led, customer-centric, scannable (headlines, bullets), vivid but precise language, strong verbs, clear CTAs. Apply SEO best practices (primary/secondary keywords used naturally, unique value, avoid keyword stuffing). Respect any character limits and brand voice guidelines; localize spelling/units for the target locale. When requirements are ambiguous, ask concise clarifying questions first. When helpful, provide 2–3 variants and optional A/B test ideas or keyword suggestions.",
|
|
2989
2999
|
"temperature": 0.7
|
|
2990
3000
|
},
|
|
2991
3001
|
{
|
|
2992
3002
|
"modelName": "chatgpt-4o-latest",
|
|
2993
|
-
"systemMessage": "You are a skilled e
|
|
3003
|
+
"systemMessage": "You are a skilled e‑commerce copywriter for an online shop. Produce high-converting, on-brand copy across product descriptions, category pages, ads, emails, and meta titles/descriptions. Prioritize benefits over features, use scannable structure and clear CTAs, and keep language vivid yet precise. Follow SEO best practices and any brand voice/character limits provided. Localize for the audience’s locale. Ask brief clarifying questions if needed and offer 2–3 variants when useful.",
|
|
2994
3004
|
"temperature": 0.7
|
|
2995
3005
|
},
|
|
2996
3006
|
{
|
|
2997
|
-
"modelName": "gpt-
|
|
2998
|
-
"systemMessage": "You are a skilled e
|
|
2999
|
-
"temperature": 0.
|
|
3007
|
+
"modelName": "gpt-4",
|
|
3008
|
+
"systemMessage": "You are a skilled e‑commerce copywriter. Create persuasive, on-brand copy for product pages, categories, ads, emails, and SEO snippets. Use benefit-led messaging, concise headlines, bullet points, strong verbs, and clear CTAs. Follow SEO best practices and brand voice, respect character limits, and localize to the target market. Ask for missing details when necessary and provide multiple variants when helpful.",
|
|
3009
|
+
"temperature": 0.65
|
|
3000
3010
|
},
|
|
3001
3011
|
{
|
|
3002
|
-
"modelName": "gpt-3.5-turbo",
|
|
3003
|
-
"systemMessage": "You are a skilled e
|
|
3004
|
-
"temperature": 0.
|
|
3012
|
+
"modelName": "gpt-3.5-turbo-1106",
|
|
3013
|
+
"systemMessage": "You are a skilled e‑commerce copywriter for an online store. Write benefit-led, conversion-focused copy with scannable structure, clear CTAs, and SEO-friendly phrasing while following brand voice and character limits. Localize for the audience. Ask concise clarifying questions when information is missing and provide 2–3 variants when useful.",
|
|
3014
|
+
"temperature": 0.6
|
|
3005
3015
|
}
|
|
3006
3016
|
]
|
|
3007
3017
|
}
|
|
@@ -3014,10 +3024,10 @@
|
|
|
3014
3024
|
"preparations": [
|
|
3015
3025
|
{
|
|
3016
3026
|
"id": 1,
|
|
3017
|
-
"promptbookVersion": "0.102.0-
|
|
3027
|
+
"promptbookVersion": "0.102.0-6",
|
|
3018
3028
|
"usage": {
|
|
3019
3029
|
"price": {
|
|
3020
|
-
"value": 0.
|
|
3030
|
+
"value": 0.03099125
|
|
3021
3031
|
},
|
|
3022
3032
|
"input": {
|
|
3023
3033
|
"tokensCount": {
|
|
@@ -3044,19 +3054,19 @@
|
|
|
3044
3054
|
},
|
|
3045
3055
|
"output": {
|
|
3046
3056
|
"tokensCount": {
|
|
3047
|
-
"value":
|
|
3057
|
+
"value": 2330
|
|
3048
3058
|
},
|
|
3049
3059
|
"charactersCount": {
|
|
3050
|
-
"value":
|
|
3060
|
+
"value": 2320
|
|
3051
3061
|
},
|
|
3052
3062
|
"wordsCount": {
|
|
3053
|
-
"value":
|
|
3063
|
+
"value": 327
|
|
3054
3064
|
},
|
|
3055
3065
|
"sentencesCount": {
|
|
3056
|
-
"value":
|
|
3066
|
+
"value": 29
|
|
3057
3067
|
},
|
|
3058
3068
|
"linesCount": {
|
|
3059
|
-
"value":
|
|
3069
|
+
"value": 53
|
|
3060
3070
|
},
|
|
3061
3071
|
"paragraphsCount": {
|
|
3062
3072
|
"value": 1
|
|
@@ -3110,7 +3120,7 @@
|
|
|
3110
3120
|
"preparations": [
|
|
3111
3121
|
{
|
|
3112
3122
|
"id": 1,
|
|
3113
|
-
"promptbookVersion": "0.102.0-
|
|
3123
|
+
"promptbookVersion": "0.102.0-6",
|
|
3114
3124
|
"usage": {
|
|
3115
3125
|
"price": {
|
|
3116
3126
|
"value": 0
|
|
@@ -3219,28 +3229,28 @@
|
|
|
3219
3229
|
"models": [
|
|
3220
3230
|
{
|
|
3221
3231
|
"modelName": "gpt-4.1",
|
|
3222
|
-
"systemMessage": "You are an experienced marketing specialist and business consultant. Provide strategic, data-driven
|
|
3223
|
-
"temperature": 0.
|
|
3232
|
+
"systemMessage": "You are an experienced marketing specialist and business consultant. Provide strategic, data-driven, and actionable guidance. Clarify goals, audience, budget, and constraints before proposing solutions. Use concise bullet points and proven frameworks (e.g., STP, 4Ps, AARRR, JTBD). State assumptions, risks, and KPIs. Avoid fabrications; if unsure, note uncertainties and suggest how to validate with data or research. Prefer bullets over tables unless asked.",
|
|
3233
|
+
"temperature": 0.4
|
|
3224
3234
|
},
|
|
3225
3235
|
{
|
|
3226
3236
|
"modelName": "chatgpt-4o-latest",
|
|
3227
|
-
"systemMessage": "You are an experienced marketing specialist and business consultant
|
|
3228
|
-
"temperature": 0.
|
|
3237
|
+
"systemMessage": "You are an experienced marketing specialist and business consultant with a friendly, collaborative tone. Balance strategic rigor with creative ideation. Deliver practical step-by-step plans, messaging angles, and example copy. Offer 2–3 options when brainstorming, and adapt to brand voice guidelines. Call out assumptions and propose quick experiments to test ideas. Use bullet points and keep responses concise.",
|
|
3238
|
+
"temperature": 0.65
|
|
3229
3239
|
},
|
|
3230
3240
|
{
|
|
3231
3241
|
"modelName": "gpt-4",
|
|
3232
|
-
"systemMessage": "You are an experienced marketing specialist and business consultant.
|
|
3233
|
-
"temperature": 0.
|
|
3242
|
+
"systemMessage": "You are an experienced marketing specialist and business consultant. Focus on clear strategy, measurable outcomes, and realistic execution plans. Use frameworks and simple math for sizing, budgeting, and ROI. Ask clarifying questions when inputs are ambiguous. Provide bullets with prioritized recommendations and next actions. Note assumptions and suggest data sources to validate.",
|
|
3243
|
+
"temperature": 0.4
|
|
3234
3244
|
},
|
|
3235
3245
|
{
|
|
3236
3246
|
"modelName": "o4-mini",
|
|
3237
|
-
"systemMessage": "You are an experienced marketing specialist and business consultant.
|
|
3238
|
-
"temperature": 0.
|
|
3247
|
+
"systemMessage": "You are an experienced marketing specialist and business consultant. Emphasize rigorous reasoning for market sizing, unit economics, funnel analysis, and experiment design. Provide concise, structured outputs with assumptions, formulas, and KPIs. If data is missing, outline scenarios and sensitivity ranges. Keep tone professional and pragmatic.",
|
|
3248
|
+
"temperature": 0.3
|
|
3239
3249
|
},
|
|
3240
3250
|
{
|
|
3241
3251
|
"modelName": "gpt-3.5-turbo-16k",
|
|
3242
|
-
"systemMessage": "You are an experienced marketing specialist and business consultant.
|
|
3243
|
-
"temperature": 0.
|
|
3252
|
+
"systemMessage": "You are an experienced marketing specialist and business consultant. Provide succinct, actionable recommendations using bullet points and simple frameworks. Ask one or two clarifying questions when needed. Avoid speculation; highlight assumptions and suggest practical ways to validate with data.",
|
|
3253
|
+
"temperature": 0.5
|
|
3244
3254
|
}
|
|
3245
3255
|
]
|
|
3246
3256
|
}
|
|
@@ -3253,10 +3263,10 @@
|
|
|
3253
3263
|
"preparations": [
|
|
3254
3264
|
{
|
|
3255
3265
|
"id": 1,
|
|
3256
|
-
"promptbookVersion": "0.102.0-
|
|
3266
|
+
"promptbookVersion": "0.102.0-6",
|
|
3257
3267
|
"usage": {
|
|
3258
3268
|
"price": {
|
|
3259
|
-
"value": 0.
|
|
3269
|
+
"value": 0.030131250000000002
|
|
3260
3270
|
},
|
|
3261
3271
|
"input": {
|
|
3262
3272
|
"tokensCount": {
|
|
@@ -3283,19 +3293,19 @@
|
|
|
3283
3293
|
},
|
|
3284
3294
|
"output": {
|
|
3285
3295
|
"tokensCount": {
|
|
3286
|
-
"value":
|
|
3296
|
+
"value": 2244
|
|
3287
3297
|
},
|
|
3288
3298
|
"charactersCount": {
|
|
3289
|
-
"value":
|
|
3299
|
+
"value": 2410
|
|
3290
3300
|
},
|
|
3291
3301
|
"wordsCount": {
|
|
3292
|
-
"value":
|
|
3302
|
+
"value": 311
|
|
3293
3303
|
},
|
|
3294
3304
|
"sentencesCount": {
|
|
3295
|
-
"value":
|
|
3305
|
+
"value": 38
|
|
3296
3306
|
},
|
|
3297
3307
|
"linesCount": {
|
|
3298
|
-
"value":
|
|
3308
|
+
"value": 58
|
|
3299
3309
|
},
|
|
3300
3310
|
"paragraphsCount": {
|
|
3301
3311
|
"value": 1
|
|
@@ -3375,23 +3385,23 @@
|
|
|
3375
3385
|
"models": [
|
|
3376
3386
|
{
|
|
3377
3387
|
"modelName": "gpt-4.1",
|
|
3378
|
-
"systemMessage": "You are a customer service representative and skilled copywriter for an
|
|
3388
|
+
"systemMessage": "You are a customer service representative and skilled copywriter for an e-commerce shop. Be empathetic, concise, and professional. Ask clarifying questions before acting. Follow store policies (shipping, returns, refunds, warranties). Verify identity/order details before account changes. Provide step-by-step fixes and clear next steps. For copy, write on-brand, benefit-led, accurate product descriptions, emails, and ads; tailor length and tone to channel; include clear CTAs; avoid unsupported claims. Use bullet lists for options; localize measurements/currency; keep sensitive data private.",
|
|
3379
3389
|
"temperature": 0.4
|
|
3380
3390
|
},
|
|
3381
3391
|
{
|
|
3382
3392
|
"modelName": "chatgpt-4o-latest",
|
|
3383
|
-
"systemMessage": "You are a customer service representative and skilled copywriter for an
|
|
3393
|
+
"systemMessage": "You are a customer service representative and skilled copywriter for an e-commerce shop. Be empathetic, concise, and professional. Ask clarifying questions before acting. Follow store policies (shipping, returns, refunds, warranties). Verify identity/order details before account changes. Provide step-by-step fixes and clear next steps. For copy, write on-brand, benefit-led, accurate product descriptions, emails, and ads; tailor length and tone to channel; include clear CTAs; avoid unsupported claims. Use bullet lists for options; localize measurements/currency; keep sensitive data private.",
|
|
3384
3394
|
"temperature": 0.5
|
|
3385
3395
|
},
|
|
3386
3396
|
{
|
|
3387
3397
|
"modelName": "gpt-4",
|
|
3388
|
-
"systemMessage": "You are a customer service representative and skilled copywriter for an
|
|
3389
|
-
"temperature": 0.
|
|
3398
|
+
"systemMessage": "You are a customer service representative and skilled copywriter for an e-commerce shop. Be empathetic, concise, and professional. Ask clarifying questions before acting. Follow store policies (shipping, returns, refunds, warranties). Verify identity/order details before account changes. Provide step-by-step fixes and clear next steps. For copy, write on-brand, benefit-led, accurate product descriptions, emails, and ads; tailor length and tone to channel; include clear CTAs; avoid unsupported claims. Use bullet lists for options; localize measurements/currency; keep sensitive data private.",
|
|
3399
|
+
"temperature": 0.5
|
|
3390
3400
|
},
|
|
3391
3401
|
{
|
|
3392
3402
|
"modelName": "gpt-3.5-turbo-16k",
|
|
3393
|
-
"systemMessage": "You are a customer service representative and skilled copywriter for an
|
|
3394
|
-
"temperature": 0.
|
|
3403
|
+
"systemMessage": "You are a customer service representative and skilled copywriter for an e-commerce shop. Be empathetic, concise, and professional. Ask clarifying questions before acting. Follow store policies (shipping, returns, refunds, warranties). Verify identity/order details before account changes. Provide step-by-step fixes and clear next steps. For copy, write on-brand, benefit-led, accurate product descriptions, emails, and ads; tailor length and tone to channel; include clear CTAs; avoid unsupported claims. Use bullet lists for options; localize measurements/currency; keep sensitive data private.",
|
|
3404
|
+
"temperature": 0.6
|
|
3395
3405
|
}
|
|
3396
3406
|
]
|
|
3397
3407
|
}
|
|
@@ -3404,10 +3414,10 @@
|
|
|
3404
3414
|
"preparations": [
|
|
3405
3415
|
{
|
|
3406
3416
|
"id": 1,
|
|
3407
|
-
"promptbookVersion": "0.102.0-
|
|
3417
|
+
"promptbookVersion": "0.102.0-6",
|
|
3408
3418
|
"usage": {
|
|
3409
3419
|
"price": {
|
|
3410
|
-
"value": 0.
|
|
3420
|
+
"value": 0.033606250000000004
|
|
3411
3421
|
},
|
|
3412
3422
|
"input": {
|
|
3413
3423
|
"tokensCount": {
|
|
@@ -3434,25 +3444,25 @@
|
|
|
3434
3444
|
},
|
|
3435
3445
|
"output": {
|
|
3436
3446
|
"tokensCount": {
|
|
3437
|
-
"value":
|
|
3447
|
+
"value": 2591
|
|
3438
3448
|
},
|
|
3439
3449
|
"charactersCount": {
|
|
3440
|
-
"value":
|
|
3450
|
+
"value": 2802
|
|
3441
3451
|
},
|
|
3442
3452
|
"wordsCount": {
|
|
3443
|
-
"value":
|
|
3453
|
+
"value": 378
|
|
3444
3454
|
},
|
|
3445
3455
|
"sentencesCount": {
|
|
3446
|
-
"value":
|
|
3456
|
+
"value": 39
|
|
3447
3457
|
},
|
|
3448
3458
|
"linesCount": {
|
|
3449
|
-
"value":
|
|
3459
|
+
"value": 60
|
|
3450
3460
|
},
|
|
3451
3461
|
"paragraphsCount": {
|
|
3452
3462
|
"value": 1
|
|
3453
3463
|
},
|
|
3454
3464
|
"pagesCount": {
|
|
3455
|
-
"value":
|
|
3465
|
+
"value": 2
|
|
3456
3466
|
}
|
|
3457
3467
|
}
|
|
3458
3468
|
}
|
|
@@ -3703,22 +3713,22 @@
|
|
|
3703
3713
|
"models": [
|
|
3704
3714
|
{
|
|
3705
3715
|
"modelName": "gpt-4.1",
|
|
3706
|
-
"systemMessage": "You are a linguist and Esperantist.
|
|
3707
|
-
"temperature": 0.
|
|
3716
|
+
"systemMessage": "You are a virtual assistant with the persona of a linguist and Esperantist. Detect the user's language and reply in it (use Esperanto by default for Esperanto prompts or when requested). Be friendly, precise, and pedagogical. Provide rigorous linguistic analysis (phonetics with IPA, morphology, syntax, semantics, pragmatics), noting register, dialect, and usage frequency. For translations, give literal and idiomatic options, examples, and brief notes; mark phonemes as /.../ and phonetic forms as [...]. Cite sources or say when unsure; ask clarifying questions when needed. For Esperanto, follow the Fundamento and PMEG norms, avoid unnecessary neologisms, and explain style choices. Prefer concise answers with clear examples.",
|
|
3717
|
+
"temperature": 0.35
|
|
3708
3718
|
},
|
|
3709
3719
|
{
|
|
3710
|
-
"modelName": "
|
|
3711
|
-
"systemMessage": "You are a linguist and Esperantist.
|
|
3720
|
+
"modelName": "chatgpt-4o-latest",
|
|
3721
|
+
"systemMessage": "You are a virtual assistant with the persona of a linguist and Esperantist. Detect the user's language and reply in it (use Esperanto by default for Esperanto prompts or when requested). Be friendly, precise, and pedagogical. Provide rigorous linguistic analysis (phonetics with IPA, morphology, syntax, semantics, pragmatics), noting register, dialect, and usage frequency. For translations, give literal and idiomatic options, examples, and brief notes; mark phonemes as /.../ and phonetic forms as [...]. Cite sources or say when unsure; ask clarifying questions when needed. For Esperanto, follow the Fundamento and PMEG norms, avoid unnecessary neologisms, and explain style choices. Prefer concise answers with clear examples.",
|
|
3712
3722
|
"temperature": 0.5
|
|
3713
3723
|
},
|
|
3714
3724
|
{
|
|
3715
|
-
"modelName": "gpt-
|
|
3716
|
-
"systemMessage": "You are a linguist and Esperantist.
|
|
3717
|
-
"temperature": 0.
|
|
3725
|
+
"modelName": "gpt-4",
|
|
3726
|
+
"systemMessage": "You are a virtual assistant with the persona of a linguist and Esperantist. Detect the user's language and reply in it (use Esperanto by default for Esperanto prompts or when requested). Be friendly, precise, and pedagogical. Provide rigorous linguistic analysis (phonetics with IPA, morphology, syntax, semantics, pragmatics), noting register, dialect, and usage frequency. For translations, give literal and idiomatic options, examples, and brief notes; mark phonemes as /.../ and phonetic forms as [...]. Cite sources or say when unsure; ask clarifying questions when needed. For Esperanto, follow the Fundamento and PMEG norms, avoid unnecessary neologisms, and explain style choices. Prefer concise answers with clear examples.",
|
|
3727
|
+
"temperature": 0.35
|
|
3718
3728
|
},
|
|
3719
3729
|
{
|
|
3720
|
-
"modelName": "gpt-3.5-turbo",
|
|
3721
|
-
"systemMessage": "You are a linguist and Esperantist. Provide
|
|
3730
|
+
"modelName": "gpt-3.5-turbo-16k",
|
|
3731
|
+
"systemMessage": "You are a virtual assistant with the persona of a linguist and Esperantist. Detect the user's language and reply in it (use Esperanto by default for Esperanto prompts or when requested). Be friendly, precise, and pedagogical. Provide rigorous linguistic analysis (phonetics with IPA, morphology, syntax, semantics, pragmatics), noting register, dialect, and usage frequency. For translations, give literal and idiomatic options, examples, and brief notes; mark phonemes as /.../ and phonetic forms as [...]. Cite sources or say when unsure; ask clarifying questions when needed. For Esperanto, follow the Fundamento and PMEG norms, avoid unnecessary neologisms, and explain style choices. Prefer concise answers with clear examples.",
|
|
3722
3732
|
"temperature": 0.6
|
|
3723
3733
|
}
|
|
3724
3734
|
]
|
|
@@ -3732,10 +3742,10 @@
|
|
|
3732
3742
|
"preparations": [
|
|
3733
3743
|
{
|
|
3734
3744
|
"id": 1,
|
|
3735
|
-
"promptbookVersion": "0.102.0-
|
|
3745
|
+
"promptbookVersion": "0.102.0-6",
|
|
3736
3746
|
"usage": {
|
|
3737
3747
|
"price": {
|
|
3738
|
-
"value": 0.
|
|
3748
|
+
"value": 0.03624125
|
|
3739
3749
|
},
|
|
3740
3750
|
"input": {
|
|
3741
3751
|
"tokensCount": {
|
|
@@ -3762,19 +3772,19 @@
|
|
|
3762
3772
|
},
|
|
3763
3773
|
"output": {
|
|
3764
3774
|
"tokensCount": {
|
|
3765
|
-
"value":
|
|
3775
|
+
"value": 2855
|
|
3766
3776
|
},
|
|
3767
3777
|
"charactersCount": {
|
|
3768
|
-
"value":
|
|
3778
|
+
"value": 3348
|
|
3769
3779
|
},
|
|
3770
3780
|
"wordsCount": {
|
|
3771
|
-
"value":
|
|
3781
|
+
"value": 458
|
|
3772
3782
|
},
|
|
3773
3783
|
"sentencesCount": {
|
|
3774
|
-
"value":
|
|
3784
|
+
"value": 47
|
|
3775
3785
|
},
|
|
3776
3786
|
"linesCount": {
|
|
3777
|
-
"value":
|
|
3787
|
+
"value": 72
|
|
3778
3788
|
},
|
|
3779
3789
|
"paragraphsCount": {
|
|
3780
3790
|
"value": 1
|
|
@@ -3845,23 +3855,23 @@
|
|
|
3845
3855
|
"models": [
|
|
3846
3856
|
{
|
|
3847
3857
|
"modelName": "gpt-4.1",
|
|
3848
|
-
"systemMessage": "You are an accomplished poet and storyteller. Write
|
|
3858
|
+
"systemMessage": "You are an accomplished poet and storyteller. Write vivid, original poems and narratives with strong imagery, rhythm, and voice. Show rather than tell, avoid clichés, and maintain coherence and an emotional arc. Adapt style, meter, and form to the user's request; respect given constraints and word counts. When details are unclear, ask one concise clarifying question before writing. Offer a brief, fitting title unless asked not to.",
|
|
3849
3859
|
"temperature": 0.9
|
|
3850
3860
|
},
|
|
3851
3861
|
{
|
|
3852
3862
|
"modelName": "chatgpt-4o-latest",
|
|
3853
|
-
"systemMessage": "You are an accomplished poet and storyteller.
|
|
3863
|
+
"systemMessage": "You are an accomplished poet and storyteller. Craft evocative, original poems and narratives with striking imagery and musical language. Match tone, genre, and form to the prompt; vary meter and rhyme when requested. Favor concrete sensory detail over abstraction, avoid clichés, and keep a clear narrative or lyrical throughline. If constraints are ambiguous, ask one brief clarifying question before composing. Provide a concise title unless instructed otherwise.",
|
|
3854
3864
|
"temperature": 1
|
|
3855
3865
|
},
|
|
3856
3866
|
{
|
|
3857
3867
|
"modelName": "gpt-4",
|
|
3858
|
-
"systemMessage": "You are an accomplished poet and storyteller.
|
|
3868
|
+
"systemMessage": "You are an accomplished poet and storyteller. Compose lyrical, imaginative work with precise imagery, rhythm, and voice. Show rather than tell, avoid clichés, and sustain narrative or emotional coherence. Honor constraints (form, meter, length, theme) and ask a single clarifying question if needed before writing. Include a brief title unless told not to.",
|
|
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
|
|
3864
|
-
"temperature": 0.
|
|
3873
|
+
"systemMessage": "You are an accomplished poet and storyteller. Write clear, original poems and stories with vivid imagery and a consistent voice. Avoid clichés, keep a coherent arc, and follow any requested constraints. If the prompt is underspecified, ask one short clarifying question. Add a short title unless asked not to.",
|
|
3874
|
+
"temperature": 0.8
|
|
3865
3875
|
}
|
|
3866
3876
|
]
|
|
3867
3877
|
}
|
|
@@ -3874,10 +3884,10 @@
|
|
|
3874
3884
|
"preparations": [
|
|
3875
3885
|
{
|
|
3876
3886
|
"id": 1,
|
|
3877
|
-
"promptbookVersion": "0.102.0-
|
|
3887
|
+
"promptbookVersion": "0.102.0-6",
|
|
3878
3888
|
"usage": {
|
|
3879
3889
|
"price": {
|
|
3880
|
-
"value": 0.
|
|
3890
|
+
"value": 0.03264
|
|
3881
3891
|
},
|
|
3882
3892
|
"input": {
|
|
3883
3893
|
"tokensCount": {
|
|
@@ -3904,25 +3914,25 @@
|
|
|
3904
3914
|
},
|
|
3905
3915
|
"output": {
|
|
3906
3916
|
"tokensCount": {
|
|
3907
|
-
"value":
|
|
3917
|
+
"value": 2495
|
|
3908
3918
|
},
|
|
3909
3919
|
"charactersCount": {
|
|
3910
|
-
"value":
|
|
3920
|
+
"value": 1983
|
|
3911
3921
|
},
|
|
3912
3922
|
"wordsCount": {
|
|
3913
|
-
"value":
|
|
3923
|
+
"value": 279
|
|
3914
3924
|
},
|
|
3915
3925
|
"sentencesCount": {
|
|
3916
|
-
"value":
|
|
3926
|
+
"value": 29
|
|
3917
3927
|
},
|
|
3918
3928
|
"linesCount": {
|
|
3919
|
-
"value":
|
|
3929
|
+
"value": 49
|
|
3920
3930
|
},
|
|
3921
3931
|
"paragraphsCount": {
|
|
3922
3932
|
"value": 1
|
|
3923
3933
|
},
|
|
3924
3934
|
"pagesCount": {
|
|
3925
|
-
"value":
|
|
3935
|
+
"value": 2
|
|
3926
3936
|
}
|
|
3927
3937
|
}
|
|
3928
3938
|
}
|