@promptbook/templates 0.102.0-5 → 0.102.0-6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/esm/index.es.js +147 -137
- 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 +4 -0
- 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 +147 -137
- 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-6';
|
|
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,28 @@ function getTemplatesPipelineCollection() {
|
|
|
1563
1563
|
"models": [
|
|
1564
1564
|
{
|
|
1565
1565
|
"modelName": "gpt-4.1",
|
|
1566
|
-
"systemMessage": "You are a senior developer of the Promptbook Project
|
|
1566
|
+
"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.",
|
|
1567
1567
|
"temperature": 0.3
|
|
1568
1568
|
},
|
|
1569
1569
|
{
|
|
1570
1570
|
"modelName": "chatgpt-4o-latest",
|
|
1571
|
-
"systemMessage": "You are a
|
|
1572
|
-
"temperature": 0.
|
|
1571
|
+
"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.",
|
|
1572
|
+
"temperature": 0.5
|
|
1573
1573
|
},
|
|
1574
1574
|
{
|
|
1575
|
-
"modelName": "
|
|
1576
|
-
"systemMessage": "You are a
|
|
1577
|
-
"temperature": 0.
|
|
1575
|
+
"modelName": "o4-mini",
|
|
1576
|
+
"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.",
|
|
1577
|
+
"temperature": 0.2
|
|
1578
1578
|
},
|
|
1579
1579
|
{
|
|
1580
|
-
"modelName": "
|
|
1581
|
-
"systemMessage": "You are a
|
|
1582
|
-
"temperature": 0.
|
|
1580
|
+
"modelName": "o3",
|
|
1581
|
+
"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.",
|
|
1582
|
+
"temperature": 0.2
|
|
1583
|
+
},
|
|
1584
|
+
{
|
|
1585
|
+
"modelName": "gpt-3.5-turbo-16k",
|
|
1586
|
+
"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.",
|
|
1587
|
+
"temperature": 0.2
|
|
1583
1588
|
}
|
|
1584
1589
|
]
|
|
1585
1590
|
}
|
|
@@ -1592,10 +1597,10 @@ function getTemplatesPipelineCollection() {
|
|
|
1592
1597
|
"preparations": [
|
|
1593
1598
|
{
|
|
1594
1599
|
"id": 1,
|
|
1595
|
-
"promptbookVersion": "0.102.0-
|
|
1600
|
+
"promptbookVersion": "0.102.0-5",
|
|
1596
1601
|
"usage": {
|
|
1597
1602
|
"price": {
|
|
1598
|
-
"value": 0.
|
|
1603
|
+
"value": 0.028992500000000004
|
|
1599
1604
|
},
|
|
1600
1605
|
"input": {
|
|
1601
1606
|
"tokensCount": {
|
|
@@ -1622,25 +1627,25 @@ function getTemplatesPipelineCollection() {
|
|
|
1622
1627
|
},
|
|
1623
1628
|
"output": {
|
|
1624
1629
|
"tokensCount": {
|
|
1625
|
-
"value":
|
|
1630
|
+
"value": 2130
|
|
1626
1631
|
},
|
|
1627
1632
|
"charactersCount": {
|
|
1628
|
-
"value":
|
|
1633
|
+
"value": 1740
|
|
1629
1634
|
},
|
|
1630
1635
|
"wordsCount": {
|
|
1631
|
-
"value":
|
|
1636
|
+
"value": 223
|
|
1632
1637
|
},
|
|
1633
1638
|
"sentencesCount": {
|
|
1634
|
-
"value":
|
|
1639
|
+
"value": 27
|
|
1635
1640
|
},
|
|
1636
1641
|
"linesCount": {
|
|
1637
|
-
"value":
|
|
1642
|
+
"value": 49
|
|
1638
1643
|
},
|
|
1639
1644
|
"paragraphsCount": {
|
|
1640
1645
|
"value": 1
|
|
1641
1646
|
},
|
|
1642
1647
|
"pagesCount": {
|
|
1643
|
-
"value":
|
|
1648
|
+
"value": 2
|
|
1644
1649
|
}
|
|
1645
1650
|
}
|
|
1646
1651
|
}
|
|
@@ -2123,23 +2128,28 @@ function getTemplatesPipelineCollection() {
|
|
|
2123
2128
|
"models": [
|
|
2124
2129
|
{
|
|
2125
2130
|
"modelName": "gpt-4.1",
|
|
2126
|
-
"systemMessage": "You are a senior developer of the Promptbook Project
|
|
2131
|
+
"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.",
|
|
2127
2132
|
"temperature": 0.3
|
|
2128
2133
|
},
|
|
2129
2134
|
{
|
|
2130
2135
|
"modelName": "chatgpt-4o-latest",
|
|
2131
|
-
"systemMessage": "You are a
|
|
2132
|
-
"temperature": 0.
|
|
2136
|
+
"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.",
|
|
2137
|
+
"temperature": 0.5
|
|
2133
2138
|
},
|
|
2134
2139
|
{
|
|
2135
|
-
"modelName": "
|
|
2136
|
-
"systemMessage": "You are a
|
|
2137
|
-
"temperature": 0.
|
|
2140
|
+
"modelName": "o4-mini",
|
|
2141
|
+
"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.",
|
|
2142
|
+
"temperature": 0.2
|
|
2138
2143
|
},
|
|
2139
2144
|
{
|
|
2140
|
-
"modelName": "
|
|
2141
|
-
"systemMessage": "You are a
|
|
2142
|
-
"temperature": 0.
|
|
2145
|
+
"modelName": "o3",
|
|
2146
|
+
"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.",
|
|
2147
|
+
"temperature": 0.2
|
|
2148
|
+
},
|
|
2149
|
+
{
|
|
2150
|
+
"modelName": "gpt-3.5-turbo-16k",
|
|
2151
|
+
"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.",
|
|
2152
|
+
"temperature": 0.2
|
|
2143
2153
|
}
|
|
2144
2154
|
]
|
|
2145
2155
|
}
|
|
@@ -2152,10 +2162,10 @@ function getTemplatesPipelineCollection() {
|
|
|
2152
2162
|
"preparations": [
|
|
2153
2163
|
{
|
|
2154
2164
|
"id": 1,
|
|
2155
|
-
"promptbookVersion": "0.102.0-
|
|
2165
|
+
"promptbookVersion": "0.102.0-5",
|
|
2156
2166
|
"usage": {
|
|
2157
2167
|
"price": {
|
|
2158
|
-
"value": 0.
|
|
2168
|
+
"value": 0.028992500000000004
|
|
2159
2169
|
},
|
|
2160
2170
|
"input": {
|
|
2161
2171
|
"tokensCount": {
|
|
@@ -2182,25 +2192,25 @@ function getTemplatesPipelineCollection() {
|
|
|
2182
2192
|
},
|
|
2183
2193
|
"output": {
|
|
2184
2194
|
"tokensCount": {
|
|
2185
|
-
"value":
|
|
2195
|
+
"value": 2130
|
|
2186
2196
|
},
|
|
2187
2197
|
"charactersCount": {
|
|
2188
|
-
"value":
|
|
2198
|
+
"value": 1740
|
|
2189
2199
|
},
|
|
2190
2200
|
"wordsCount": {
|
|
2191
|
-
"value":
|
|
2201
|
+
"value": 223
|
|
2192
2202
|
},
|
|
2193
2203
|
"sentencesCount": {
|
|
2194
|
-
"value":
|
|
2204
|
+
"value": 27
|
|
2195
2205
|
},
|
|
2196
2206
|
"linesCount": {
|
|
2197
|
-
"value":
|
|
2207
|
+
"value": 49
|
|
2198
2208
|
},
|
|
2199
2209
|
"paragraphsCount": {
|
|
2200
2210
|
"value": 1
|
|
2201
2211
|
},
|
|
2202
2212
|
"pagesCount": {
|
|
2203
|
-
"value":
|
|
2213
|
+
"value": 2
|
|
2204
2214
|
}
|
|
2205
2215
|
}
|
|
2206
2216
|
}
|
|
@@ -2824,28 +2834,28 @@ function getTemplatesPipelineCollection() {
|
|
|
2824
2834
|
"models": [
|
|
2825
2835
|
{
|
|
2826
2836
|
"modelName": "gpt-4.1",
|
|
2827
|
-
"systemMessage": "You are
|
|
2837
|
+
"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.",
|
|
2828
2838
|
"temperature": 0.2
|
|
2829
2839
|
},
|
|
2830
2840
|
{
|
|
2831
2841
|
"modelName": "chatgpt-4o-latest",
|
|
2832
|
-
"systemMessage": "You are
|
|
2842
|
+
"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.",
|
|
2833
2843
|
"temperature": 0.25
|
|
2834
2844
|
},
|
|
2835
2845
|
{
|
|
2836
2846
|
"modelName": "gpt-4",
|
|
2837
|
-
"systemMessage": "You are
|
|
2847
|
+
"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.",
|
|
2838
2848
|
"temperature": 0.2
|
|
2839
2849
|
},
|
|
2840
2850
|
{
|
|
2841
2851
|
"modelName": "gpt-3.5-turbo-16k",
|
|
2842
|
-
"systemMessage": "You are
|
|
2843
|
-
"temperature": 0.
|
|
2852
|
+
"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.",
|
|
2853
|
+
"temperature": 0.15
|
|
2844
2854
|
},
|
|
2845
2855
|
{
|
|
2846
2856
|
"modelName": "gpt-3.5-turbo",
|
|
2847
|
-
"systemMessage": "You are
|
|
2848
|
-
"temperature": 0.
|
|
2857
|
+
"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.",
|
|
2858
|
+
"temperature": 0.15
|
|
2849
2859
|
}
|
|
2850
2860
|
]
|
|
2851
2861
|
}
|
|
@@ -2858,10 +2868,10 @@ function getTemplatesPipelineCollection() {
|
|
|
2858
2868
|
"preparations": [
|
|
2859
2869
|
{
|
|
2860
2870
|
"id": 1,
|
|
2861
|
-
"promptbookVersion": "0.102.0-
|
|
2871
|
+
"promptbookVersion": "0.102.0-5",
|
|
2862
2872
|
"usage": {
|
|
2863
2873
|
"price": {
|
|
2864
|
-
"value": 0.
|
|
2874
|
+
"value": 0.034621250000000006
|
|
2865
2875
|
},
|
|
2866
2876
|
"input": {
|
|
2867
2877
|
"tokensCount": {
|
|
@@ -2888,19 +2898,19 @@ function getTemplatesPipelineCollection() {
|
|
|
2888
2898
|
},
|
|
2889
2899
|
"output": {
|
|
2890
2900
|
"tokensCount": {
|
|
2891
|
-
"value":
|
|
2901
|
+
"value": 2693
|
|
2892
2902
|
},
|
|
2893
2903
|
"charactersCount": {
|
|
2894
|
-
"value":
|
|
2904
|
+
"value": 3027
|
|
2895
2905
|
},
|
|
2896
2906
|
"wordsCount": {
|
|
2897
|
-
"value":
|
|
2907
|
+
"value": 423
|
|
2898
2908
|
},
|
|
2899
2909
|
"sentencesCount": {
|
|
2900
|
-
"value":
|
|
2910
|
+
"value": 44
|
|
2901
2911
|
},
|
|
2902
2912
|
"linesCount": {
|
|
2903
|
-
"value":
|
|
2913
|
+
"value": 69
|
|
2904
2914
|
},
|
|
2905
2915
|
"paragraphsCount": {
|
|
2906
2916
|
"value": 1
|
|
@@ -2972,28 +2982,23 @@ function getTemplatesPipelineCollection() {
|
|
|
2972
2982
|
"models": [
|
|
2973
2983
|
{
|
|
2974
2984
|
"modelName": "gpt-4.1",
|
|
2975
|
-
"systemMessage": "You are a skilled e-commerce copywriter for an online shop.
|
|
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.",
|
|
2985
|
+
"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.",
|
|
2981
2986
|
"temperature": 0.7
|
|
2982
2987
|
},
|
|
2983
2988
|
{
|
|
2984
2989
|
"modelName": "chatgpt-4o-latest",
|
|
2985
|
-
"systemMessage": "You are a skilled e-commerce copywriter
|
|
2990
|
+
"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.",
|
|
2986
2991
|
"temperature": 0.7
|
|
2987
2992
|
},
|
|
2988
2993
|
{
|
|
2989
|
-
"modelName": "gpt-
|
|
2990
|
-
"systemMessage": "You are a
|
|
2991
|
-
"temperature": 0.
|
|
2994
|
+
"modelName": "gpt-4",
|
|
2995
|
+
"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.",
|
|
2996
|
+
"temperature": 0.65
|
|
2992
2997
|
},
|
|
2993
2998
|
{
|
|
2994
|
-
"modelName": "gpt-3.5-turbo",
|
|
2995
|
-
"systemMessage": "You are a
|
|
2996
|
-
"temperature": 0.
|
|
2999
|
+
"modelName": "gpt-3.5-turbo-16k",
|
|
3000
|
+
"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.",
|
|
3001
|
+
"temperature": 0.6
|
|
2997
3002
|
}
|
|
2998
3003
|
]
|
|
2999
3004
|
}
|
|
@@ -3006,10 +3011,10 @@ function getTemplatesPipelineCollection() {
|
|
|
3006
3011
|
"preparations": [
|
|
3007
3012
|
{
|
|
3008
3013
|
"id": 1,
|
|
3009
|
-
"promptbookVersion": "0.102.0-
|
|
3014
|
+
"promptbookVersion": "0.102.0-5",
|
|
3010
3015
|
"usage": {
|
|
3011
3016
|
"price": {
|
|
3012
|
-
"value": 0.
|
|
3017
|
+
"value": 0.031491250000000005
|
|
3013
3018
|
},
|
|
3014
3019
|
"input": {
|
|
3015
3020
|
"tokensCount": {
|
|
@@ -3036,19 +3041,19 @@ function getTemplatesPipelineCollection() {
|
|
|
3036
3041
|
},
|
|
3037
3042
|
"output": {
|
|
3038
3043
|
"tokensCount": {
|
|
3039
|
-
"value":
|
|
3044
|
+
"value": 2380
|
|
3040
3045
|
},
|
|
3041
3046
|
"charactersCount": {
|
|
3042
|
-
"value":
|
|
3047
|
+
"value": 2207
|
|
3043
3048
|
},
|
|
3044
3049
|
"wordsCount": {
|
|
3045
|
-
"value":
|
|
3050
|
+
"value": 309
|
|
3046
3051
|
},
|
|
3047
3052
|
"sentencesCount": {
|
|
3048
|
-
"value":
|
|
3053
|
+
"value": 29
|
|
3049
3054
|
},
|
|
3050
3055
|
"linesCount": {
|
|
3051
|
-
"value":
|
|
3056
|
+
"value": 52
|
|
3052
3057
|
},
|
|
3053
3058
|
"paragraphsCount": {
|
|
3054
3059
|
"value": 1
|
|
@@ -3102,7 +3107,7 @@ function getTemplatesPipelineCollection() {
|
|
|
3102
3107
|
"preparations": [
|
|
3103
3108
|
{
|
|
3104
3109
|
"id": 1,
|
|
3105
|
-
"promptbookVersion": "0.102.0-
|
|
3110
|
+
"promptbookVersion": "0.102.0-5",
|
|
3106
3111
|
"usage": {
|
|
3107
3112
|
"price": {
|
|
3108
3113
|
"value": 0
|
|
@@ -3211,28 +3216,28 @@ function getTemplatesPipelineCollection() {
|
|
|
3211
3216
|
"models": [
|
|
3212
3217
|
{
|
|
3213
3218
|
"modelName": "gpt-4.1",
|
|
3214
|
-
"systemMessage": "You are an experienced marketing specialist and business consultant. Provide
|
|
3215
|
-
"temperature": 0.
|
|
3219
|
+
"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).",
|
|
3220
|
+
"temperature": 0.4
|
|
3216
3221
|
},
|
|
3217
3222
|
{
|
|
3218
3223
|
"modelName": "chatgpt-4o-latest",
|
|
3219
|
-
"systemMessage": "You are an experienced marketing specialist and business consultant
|
|
3220
|
-
"temperature": 0.
|
|
3224
|
+
"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).",
|
|
3225
|
+
"temperature": 0.5
|
|
3221
3226
|
},
|
|
3222
3227
|
{
|
|
3223
|
-
"modelName": "
|
|
3224
|
-
"systemMessage": "You are an experienced marketing specialist and business consultant
|
|
3225
|
-
"temperature": 0.
|
|
3228
|
+
"modelName": "o4-mini",
|
|
3229
|
+
"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).",
|
|
3230
|
+
"temperature": 0.4
|
|
3226
3231
|
},
|
|
3227
3232
|
{
|
|
3228
|
-
"modelName": "
|
|
3229
|
-
"systemMessage": "You are an experienced marketing specialist and business consultant.
|
|
3230
|
-
"temperature": 0.
|
|
3233
|
+
"modelName": "gpt-4",
|
|
3234
|
+
"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).",
|
|
3235
|
+
"temperature": 0.4
|
|
3231
3236
|
},
|
|
3232
3237
|
{
|
|
3233
3238
|
"modelName": "gpt-3.5-turbo-16k",
|
|
3234
|
-
"systemMessage": "You are an experienced marketing specialist and business consultant.
|
|
3235
|
-
"temperature": 0.
|
|
3239
|
+
"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).",
|
|
3240
|
+
"temperature": 0.5
|
|
3236
3241
|
}
|
|
3237
3242
|
]
|
|
3238
3243
|
}
|
|
@@ -3245,10 +3250,10 @@ function getTemplatesPipelineCollection() {
|
|
|
3245
3250
|
"preparations": [
|
|
3246
3251
|
{
|
|
3247
3252
|
"id": 1,
|
|
3248
|
-
"promptbookVersion": "0.102.0-
|
|
3253
|
+
"promptbookVersion": "0.102.0-5",
|
|
3249
3254
|
"usage": {
|
|
3250
3255
|
"price": {
|
|
3251
|
-
"value": 0.
|
|
3256
|
+
"value": 0.03340125000000001
|
|
3252
3257
|
},
|
|
3253
3258
|
"input": {
|
|
3254
3259
|
"tokensCount": {
|
|
@@ -3275,19 +3280,19 @@ function getTemplatesPipelineCollection() {
|
|
|
3275
3280
|
},
|
|
3276
3281
|
"output": {
|
|
3277
3282
|
"tokensCount": {
|
|
3278
|
-
"value":
|
|
3283
|
+
"value": 2571
|
|
3279
3284
|
},
|
|
3280
3285
|
"charactersCount": {
|
|
3281
|
-
"value":
|
|
3286
|
+
"value": 2486
|
|
3282
3287
|
},
|
|
3283
3288
|
"wordsCount": {
|
|
3284
|
-
"value":
|
|
3289
|
+
"value": 327
|
|
3285
3290
|
},
|
|
3286
3291
|
"sentencesCount": {
|
|
3287
3292
|
"value": 39
|
|
3288
3293
|
},
|
|
3289
3294
|
"linesCount": {
|
|
3290
|
-
"value":
|
|
3295
|
+
"value": 60
|
|
3291
3296
|
},
|
|
3292
3297
|
"paragraphsCount": {
|
|
3293
3298
|
"value": 1
|
|
@@ -3367,23 +3372,23 @@ function getTemplatesPipelineCollection() {
|
|
|
3367
3372
|
"models": [
|
|
3368
3373
|
{
|
|
3369
3374
|
"modelName": "gpt-4.1",
|
|
3370
|
-
"systemMessage": "You are a customer service representative and skilled copywriter for an online shop.
|
|
3371
|
-
"temperature": 0.
|
|
3375
|
+
"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.",
|
|
3376
|
+
"temperature": 0.5
|
|
3372
3377
|
},
|
|
3373
3378
|
{
|
|
3374
3379
|
"modelName": "chatgpt-4o-latest",
|
|
3375
|
-
"systemMessage": "You are a customer service representative and skilled copywriter for an online shop.
|
|
3376
|
-
"temperature": 0.
|
|
3380
|
+
"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.",
|
|
3381
|
+
"temperature": 0.6
|
|
3377
3382
|
},
|
|
3378
3383
|
{
|
|
3379
3384
|
"modelName": "gpt-4",
|
|
3380
|
-
"systemMessage": "You are a customer service representative and skilled copywriter for an
|
|
3381
|
-
"temperature": 0.
|
|
3385
|
+
"systemMessage": "You are a customer service representative and skilled copywriter for an e‑commerce shop. In support: be empathetic, concise, and policy-aligned; confirm order details, summarize next steps, and avoid making up information. In copywriting: deliver persuasive, benefit-led, SEO-aware copy with clear CTAs; match tone, audience, and locale; avoid unsupported claims. Ask clarifying questions when context is missing. Use structured formatting (bullets/steps) where helpful and maintain customer privacy.",
|
|
3386
|
+
"temperature": 0.5
|
|
3382
3387
|
},
|
|
3383
3388
|
{
|
|
3384
3389
|
"modelName": "gpt-3.5-turbo-16k",
|
|
3385
|
-
"systemMessage": "You are a customer service representative and skilled copywriter for an online
|
|
3386
|
-
"temperature": 0.
|
|
3390
|
+
"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.",
|
|
3391
|
+
"temperature": 0.5
|
|
3387
3392
|
}
|
|
3388
3393
|
]
|
|
3389
3394
|
}
|
|
@@ -3396,10 +3401,10 @@ function getTemplatesPipelineCollection() {
|
|
|
3396
3401
|
"preparations": [
|
|
3397
3402
|
{
|
|
3398
3403
|
"id": 1,
|
|
3399
|
-
"promptbookVersion": "0.102.0-
|
|
3404
|
+
"promptbookVersion": "0.102.0-5",
|
|
3400
3405
|
"usage": {
|
|
3401
3406
|
"price": {
|
|
3402
|
-
"value": 0.
|
|
3407
|
+
"value": 0.03601625
|
|
3403
3408
|
},
|
|
3404
3409
|
"input": {
|
|
3405
3410
|
"tokensCount": {
|
|
@@ -3426,25 +3431,25 @@ function getTemplatesPipelineCollection() {
|
|
|
3426
3431
|
},
|
|
3427
3432
|
"output": {
|
|
3428
3433
|
"tokensCount": {
|
|
3429
|
-
"value":
|
|
3434
|
+
"value": 2832
|
|
3430
3435
|
},
|
|
3431
3436
|
"charactersCount": {
|
|
3432
|
-
"value":
|
|
3437
|
+
"value": 2743
|
|
3433
3438
|
},
|
|
3434
3439
|
"wordsCount": {
|
|
3435
|
-
"value":
|
|
3440
|
+
"value": 371
|
|
3436
3441
|
},
|
|
3437
3442
|
"sentencesCount": {
|
|
3438
|
-
"value":
|
|
3443
|
+
"value": 32
|
|
3439
3444
|
},
|
|
3440
3445
|
"linesCount": {
|
|
3441
|
-
"value":
|
|
3446
|
+
"value": 60
|
|
3442
3447
|
},
|
|
3443
3448
|
"paragraphsCount": {
|
|
3444
3449
|
"value": 1
|
|
3445
3450
|
},
|
|
3446
3451
|
"pagesCount": {
|
|
3447
|
-
"value":
|
|
3452
|
+
"value": 2
|
|
3448
3453
|
}
|
|
3449
3454
|
}
|
|
3450
3455
|
}
|
|
@@ -3695,23 +3700,23 @@ function getTemplatesPipelineCollection() {
|
|
|
3695
3700
|
"models": [
|
|
3696
3701
|
{
|
|
3697
3702
|
"modelName": "gpt-4.1",
|
|
3698
|
-
"systemMessage": "You are a linguist and Esperantist.
|
|
3699
|
-
"temperature": 0.
|
|
3703
|
+
"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.",
|
|
3704
|
+
"temperature": 0.3
|
|
3700
3705
|
},
|
|
3701
3706
|
{
|
|
3702
|
-
"modelName": "
|
|
3703
|
-
"systemMessage": "You are a linguist and Esperantist
|
|
3707
|
+
"modelName": "chatgpt-4o-latest",
|
|
3708
|
+
"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.",
|
|
3704
3709
|
"temperature": 0.5
|
|
3705
3710
|
},
|
|
3706
3711
|
{
|
|
3707
|
-
"modelName": "gpt-
|
|
3708
|
-
"systemMessage": "You are a linguist and Esperantist.
|
|
3709
|
-
"temperature": 0.
|
|
3712
|
+
"modelName": "gpt-4",
|
|
3713
|
+
"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.",
|
|
3714
|
+
"temperature": 0.4
|
|
3710
3715
|
},
|
|
3711
3716
|
{
|
|
3712
|
-
"modelName": "gpt-3.5-turbo",
|
|
3713
|
-
"systemMessage": "You are a linguist and Esperantist.
|
|
3714
|
-
"temperature": 0.
|
|
3717
|
+
"modelName": "gpt-3.5-turbo-16k",
|
|
3718
|
+
"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.",
|
|
3719
|
+
"temperature": 0.5
|
|
3715
3720
|
}
|
|
3716
3721
|
]
|
|
3717
3722
|
}
|
|
@@ -3724,10 +3729,10 @@ function getTemplatesPipelineCollection() {
|
|
|
3724
3729
|
"preparations": [
|
|
3725
3730
|
{
|
|
3726
3731
|
"id": 1,
|
|
3727
|
-
"promptbookVersion": "0.102.0-
|
|
3732
|
+
"promptbookVersion": "0.102.0-5",
|
|
3728
3733
|
"usage": {
|
|
3729
3734
|
"price": {
|
|
3730
|
-
"value": 0.
|
|
3735
|
+
"value": 0.03067125
|
|
3731
3736
|
},
|
|
3732
3737
|
"input": {
|
|
3733
3738
|
"tokensCount": {
|
|
@@ -3754,25 +3759,25 @@ function getTemplatesPipelineCollection() {
|
|
|
3754
3759
|
},
|
|
3755
3760
|
"output": {
|
|
3756
3761
|
"tokensCount": {
|
|
3757
|
-
"value":
|
|
3762
|
+
"value": 2298
|
|
3758
3763
|
},
|
|
3759
3764
|
"charactersCount": {
|
|
3760
|
-
"value":
|
|
3765
|
+
"value": 1603
|
|
3761
3766
|
},
|
|
3762
3767
|
"wordsCount": {
|
|
3763
|
-
"value":
|
|
3768
|
+
"value": 205
|
|
3764
3769
|
},
|
|
3765
3770
|
"sentencesCount": {
|
|
3766
|
-
"value":
|
|
3771
|
+
"value": 25
|
|
3767
3772
|
},
|
|
3768
3773
|
"linesCount": {
|
|
3769
|
-
"value":
|
|
3774
|
+
"value": 41
|
|
3770
3775
|
},
|
|
3771
3776
|
"paragraphsCount": {
|
|
3772
3777
|
"value": 1
|
|
3773
3778
|
},
|
|
3774
3779
|
"pagesCount": {
|
|
3775
|
-
"value":
|
|
3780
|
+
"value": 1
|
|
3776
3781
|
}
|
|
3777
3782
|
}
|
|
3778
3783
|
}
|
|
@@ -3836,24 +3841,29 @@ function getTemplatesPipelineCollection() {
|
|
|
3836
3841
|
"modelVariant": "CHAT",
|
|
3837
3842
|
"models": [
|
|
3838
3843
|
{
|
|
3839
|
-
"modelName": "gpt-
|
|
3840
|
-
"systemMessage": "You are an accomplished poet and storyteller. Write
|
|
3844
|
+
"modelName": "gpt-5",
|
|
3845
|
+
"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.",
|
|
3841
3846
|
"temperature": 0.9
|
|
3842
3847
|
},
|
|
3848
|
+
{
|
|
3849
|
+
"modelName": "gpt-4.1",
|
|
3850
|
+
"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.",
|
|
3851
|
+
"temperature": 0.85
|
|
3852
|
+
},
|
|
3843
3853
|
{
|
|
3844
3854
|
"modelName": "chatgpt-4o-latest",
|
|
3845
|
-
"systemMessage": "You are an accomplished poet and storyteller. Write
|
|
3846
|
-
"temperature":
|
|
3855
|
+
"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.",
|
|
3856
|
+
"temperature": 0.9
|
|
3847
3857
|
},
|
|
3848
3858
|
{
|
|
3849
3859
|
"modelName": "gpt-4",
|
|
3850
|
-
"systemMessage": "You are an accomplished poet and storyteller. Write
|
|
3860
|
+
"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.",
|
|
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 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.",
|
|
3866
|
+
"temperature": 0.95
|
|
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-5",
|
|
3870
3880
|
"usage": {
|
|
3871
3881
|
"price": {
|
|
3872
|
-
"value": 0.
|
|
3882
|
+
"value": 0.032350000000000004
|
|
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": 2466
|
|
3900
3910
|
},
|
|
3901
3911
|
"charactersCount": {
|
|
3902
|
-
"value":
|
|
3912
|
+
"value": 2469
|
|
3903
3913
|
},
|
|
3904
3914
|
"wordsCount": {
|
|
3905
|
-
"value":
|
|
3915
|
+
"value": 331
|
|
3906
3916
|
},
|
|
3907
3917
|
"sentencesCount": {
|
|
3908
|
-
"value":
|
|
3918
|
+
"value": 43
|
|
3909
3919
|
},
|
|
3910
3920
|
"linesCount": {
|
|
3911
|
-
"value":
|
|
3921
|
+
"value": 59
|
|
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
|
}
|