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