@promptbook/templates 0.100.2 → 0.100.3-0
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/README.md +4 -0
- package/esm/index.es.js +141 -136
- package/esm/index.es.js.map +1 -1
- package/esm/typings/src/version.d.ts +1 -1
- package/package.json +2 -2
- package/umd/index.umd.js +141 -136
- package/umd/index.umd.js.map +1 -1
package/esm/index.es.js
CHANGED
|
@@ -17,7 +17,7 @@ const BOOK_LANGUAGE_VERSION = '1.0.0';
|
|
|
17
17
|
* @generated
|
|
18
18
|
* @see https://github.com/webgptorg/promptbook
|
|
19
19
|
*/
|
|
20
|
-
const PROMPTBOOK_ENGINE_VERSION = '0.100.
|
|
20
|
+
const PROMPTBOOK_ENGINE_VERSION = '0.100.3-0';
|
|
21
21
|
/**
|
|
22
22
|
* TODO: string_promptbook_version should be constrained to the all versions of Promptbook engine
|
|
23
23
|
* Note: [💞] Ignore a discrepancy between file name and entity name
|
|
@@ -1552,27 +1552,32 @@ function getTemplatesPipelineCollection() {
|
|
|
1552
1552
|
"models": [
|
|
1553
1553
|
{
|
|
1554
1554
|
"modelName": "gpt-4.1",
|
|
1555
|
-
"systemMessage": "You are a developer
|
|
1556
|
-
"temperature": 0.
|
|
1555
|
+
"systemMessage": "You are a senior developer on the Promptbook Project acting as a virtual assistant. Be precise, pragmatic, and proactive. Ask brief clarifying questions when requirements are ambiguous. Provide step-by-step plans, minimal yet complete answers, and copy-ready snippets. Use structured outputs and function calling when helpful. Do not reveal chain-of-thought; give concise summaries of reasoning only.",
|
|
1556
|
+
"temperature": 0.3
|
|
1557
1557
|
},
|
|
1558
1558
|
{
|
|
1559
1559
|
"modelName": "chatgpt-4o-latest",
|
|
1560
|
-
"systemMessage": "You are a developer of the Promptbook Project
|
|
1561
|
-
"temperature": 0.
|
|
1560
|
+
"systemMessage": "You are a friendly, expert virtual assistant and core developer of the Promptbook Project. Follow instructions exactly, be concise, and ask short clarifying questions when needed. For images or audio, describe observations cautiously and avoid guessing; request more input if uncertain. Prefer structured outputs suitable for automation. Do not expose chain-of-thought.",
|
|
1561
|
+
"temperature": 0.4
|
|
1562
1562
|
},
|
|
1563
1563
|
{
|
|
1564
|
-
"modelName": "gpt-
|
|
1565
|
-
"systemMessage": "You are a
|
|
1564
|
+
"modelName": "gpt-realtime",
|
|
1565
|
+
"systemMessage": "You are a real-time virtual assistant for the Promptbook Project. Prioritize low-latency, concise replies (1–2 sentences by default), confirm actions, and ask quick clarifying questions before proceeding. Escalate to longer responses only on request. Keep reasoning internal and provide only brief summaries when needed.",
|
|
1566
1566
|
"temperature": 0.2
|
|
1567
1567
|
},
|
|
1568
1568
|
{
|
|
1569
1569
|
"modelName": "o4-mini",
|
|
1570
|
-
"systemMessage": "You are a
|
|
1570
|
+
"systemMessage": "You are a fast reasoning assistant supporting the Promptbook Project. Solve planning and analytical tasks accurately and concisely. Show final answers with brief justification only; do not reveal chain-of-thought. Prefer structured, copy-ready outputs.",
|
|
1571
1571
|
"temperature": 0.2
|
|
1572
1572
|
},
|
|
1573
|
+
{
|
|
1574
|
+
"modelName": "gpt-4",
|
|
1575
|
+
"systemMessage": "You are an experienced Promptbook Project developer and helpful virtual assistant. Be concise, verify assumptions, and produce clear, copy-ready outputs. Ask clarifying questions when requirements are unclear. Summarize reasoning at a high level; do not expose chain-of-thought.",
|
|
1576
|
+
"temperature": 0.3
|
|
1577
|
+
},
|
|
1573
1578
|
{
|
|
1574
1579
|
"modelName": "gpt-3.5-turbo-16k",
|
|
1575
|
-
"systemMessage": "You are a
|
|
1580
|
+
"systemMessage": "You are a cost-efficient virtual assistant for the Promptbook Project. Keep answers concise and reliable. Ask clarifying questions if needed, avoid overconfident claims, and provide structured, copy-ready outputs. Do not reveal chain-of-thought.",
|
|
1576
1581
|
"temperature": 0.3
|
|
1577
1582
|
}
|
|
1578
1583
|
]
|
|
@@ -1586,10 +1591,10 @@ function getTemplatesPipelineCollection() {
|
|
|
1586
1591
|
"preparations": [
|
|
1587
1592
|
{
|
|
1588
1593
|
"id": 1,
|
|
1589
|
-
"promptbookVersion": "0.100.
|
|
1594
|
+
"promptbookVersion": "0.100.2",
|
|
1590
1595
|
"usage": {
|
|
1591
1596
|
"price": {
|
|
1592
|
-
"value": 0.
|
|
1597
|
+
"value": 0.037782500000000004
|
|
1593
1598
|
},
|
|
1594
1599
|
"input": {
|
|
1595
1600
|
"tokensCount": {
|
|
@@ -1616,19 +1621,19 @@ function getTemplatesPipelineCollection() {
|
|
|
1616
1621
|
},
|
|
1617
1622
|
"output": {
|
|
1618
1623
|
"tokensCount": {
|
|
1619
|
-
"value":
|
|
1624
|
+
"value": 3056
|
|
1620
1625
|
},
|
|
1621
1626
|
"charactersCount": {
|
|
1622
|
-
"value":
|
|
1627
|
+
"value": 2477
|
|
1623
1628
|
},
|
|
1624
1629
|
"wordsCount": {
|
|
1625
|
-
"value":
|
|
1630
|
+
"value": 332
|
|
1626
1631
|
},
|
|
1627
1632
|
"sentencesCount": {
|
|
1628
|
-
"value":
|
|
1633
|
+
"value": 36
|
|
1629
1634
|
},
|
|
1630
1635
|
"linesCount": {
|
|
1631
|
-
"value":
|
|
1636
|
+
"value": 63
|
|
1632
1637
|
},
|
|
1633
1638
|
"paragraphsCount": {
|
|
1634
1639
|
"value": 1
|
|
@@ -2117,27 +2122,32 @@ function getTemplatesPipelineCollection() {
|
|
|
2117
2122
|
"models": [
|
|
2118
2123
|
{
|
|
2119
2124
|
"modelName": "gpt-4.1",
|
|
2120
|
-
"systemMessage": "You are a developer
|
|
2121
|
-
"temperature": 0.
|
|
2125
|
+
"systemMessage": "You are a senior developer on the Promptbook Project acting as a virtual assistant. Be precise, pragmatic, and proactive. Ask brief clarifying questions when requirements are ambiguous. Provide step-by-step plans, minimal yet complete answers, and copy-ready snippets. Use structured outputs and function calling when helpful. Do not reveal chain-of-thought; give concise summaries of reasoning only.",
|
|
2126
|
+
"temperature": 0.3
|
|
2122
2127
|
},
|
|
2123
2128
|
{
|
|
2124
2129
|
"modelName": "chatgpt-4o-latest",
|
|
2125
|
-
"systemMessage": "You are a developer of the Promptbook Project
|
|
2126
|
-
"temperature": 0.
|
|
2130
|
+
"systemMessage": "You are a friendly, expert virtual assistant and core developer of the Promptbook Project. Follow instructions exactly, be concise, and ask short clarifying questions when needed. For images or audio, describe observations cautiously and avoid guessing; request more input if uncertain. Prefer structured outputs suitable for automation. Do not expose chain-of-thought.",
|
|
2131
|
+
"temperature": 0.4
|
|
2127
2132
|
},
|
|
2128
2133
|
{
|
|
2129
|
-
"modelName": "gpt-
|
|
2130
|
-
"systemMessage": "You are a
|
|
2134
|
+
"modelName": "gpt-realtime",
|
|
2135
|
+
"systemMessage": "You are a real-time virtual assistant for the Promptbook Project. Prioritize low-latency, concise replies (1–2 sentences by default), confirm actions, and ask quick clarifying questions before proceeding. Escalate to longer responses only on request. Keep reasoning internal and provide only brief summaries when needed.",
|
|
2131
2136
|
"temperature": 0.2
|
|
2132
2137
|
},
|
|
2133
2138
|
{
|
|
2134
2139
|
"modelName": "o4-mini",
|
|
2135
|
-
"systemMessage": "You are a
|
|
2140
|
+
"systemMessage": "You are a fast reasoning assistant supporting the Promptbook Project. Solve planning and analytical tasks accurately and concisely. Show final answers with brief justification only; do not reveal chain-of-thought. Prefer structured, copy-ready outputs.",
|
|
2136
2141
|
"temperature": 0.2
|
|
2137
2142
|
},
|
|
2143
|
+
{
|
|
2144
|
+
"modelName": "gpt-4",
|
|
2145
|
+
"systemMessage": "You are an experienced Promptbook Project developer and helpful virtual assistant. Be concise, verify assumptions, and produce clear, copy-ready outputs. Ask clarifying questions when requirements are unclear. Summarize reasoning at a high level; do not expose chain-of-thought.",
|
|
2146
|
+
"temperature": 0.3
|
|
2147
|
+
},
|
|
2138
2148
|
{
|
|
2139
2149
|
"modelName": "gpt-3.5-turbo-16k",
|
|
2140
|
-
"systemMessage": "You are a
|
|
2150
|
+
"systemMessage": "You are a cost-efficient virtual assistant for the Promptbook Project. Keep answers concise and reliable. Ask clarifying questions if needed, avoid overconfident claims, and provide structured, copy-ready outputs. Do not reveal chain-of-thought.",
|
|
2141
2151
|
"temperature": 0.3
|
|
2142
2152
|
}
|
|
2143
2153
|
]
|
|
@@ -2151,10 +2161,10 @@ function getTemplatesPipelineCollection() {
|
|
|
2151
2161
|
"preparations": [
|
|
2152
2162
|
{
|
|
2153
2163
|
"id": 1,
|
|
2154
|
-
"promptbookVersion": "0.100.
|
|
2164
|
+
"promptbookVersion": "0.100.2",
|
|
2155
2165
|
"usage": {
|
|
2156
2166
|
"price": {
|
|
2157
|
-
"value": 0.
|
|
2167
|
+
"value": 0.037782500000000004
|
|
2158
2168
|
},
|
|
2159
2169
|
"input": {
|
|
2160
2170
|
"tokensCount": {
|
|
@@ -2181,19 +2191,19 @@ function getTemplatesPipelineCollection() {
|
|
|
2181
2191
|
},
|
|
2182
2192
|
"output": {
|
|
2183
2193
|
"tokensCount": {
|
|
2184
|
-
"value":
|
|
2194
|
+
"value": 3056
|
|
2185
2195
|
},
|
|
2186
2196
|
"charactersCount": {
|
|
2187
|
-
"value":
|
|
2197
|
+
"value": 2477
|
|
2188
2198
|
},
|
|
2189
2199
|
"wordsCount": {
|
|
2190
|
-
"value":
|
|
2200
|
+
"value": 332
|
|
2191
2201
|
},
|
|
2192
2202
|
"sentencesCount": {
|
|
2193
|
-
"value":
|
|
2203
|
+
"value": 36
|
|
2194
2204
|
},
|
|
2195
2205
|
"linesCount": {
|
|
2196
|
-
"value":
|
|
2206
|
+
"value": 63
|
|
2197
2207
|
},
|
|
2198
2208
|
"paragraphsCount": {
|
|
2199
2209
|
"value": 1
|
|
@@ -2823,27 +2833,22 @@ function getTemplatesPipelineCollection() {
|
|
|
2823
2833
|
"models": [
|
|
2824
2834
|
{
|
|
2825
2835
|
"modelName": "gpt-4.1",
|
|
2826
|
-
"systemMessage": "You are
|
|
2827
|
-
"temperature": 0.
|
|
2828
|
-
},
|
|
2829
|
-
{
|
|
2830
|
-
"modelName": "gpt-4",
|
|
2831
|
-
"systemMessage": "You are an expert linguist and meticulous text corrector. Your job is to identify and fix grammar, spelling, punctuation, syntax, agreement, and word-choice issues while preserving meaning and the author’s voice. Improve clarity, concision, and flow without unnecessary rewriting. Respect the input language and locale; if unspecified, maintain the original variety (e.g., US vs UK). Do not translate unless asked. Handle multilingual and code-switched text. By default, output only the corrected text. If the user asks to explain or track changes, provide a brief bullet list of key edits or mark changes as requested.",
|
|
2832
|
-
"temperature": 0.15
|
|
2836
|
+
"systemMessage": "You are a professional linguist and meticulous text corrector. Identify and fix grammar, punctuation, spelling, agreement, register, and style issues while preserving the author’s voice and intent. Default to minimal edits unless a rewrite is requested. Support multiple languages and honor specified dialects/variants (default: Standard American English, note alternatives like British). Return: corrected text followed by a concise list of key changes with brief linguistic rationale. Ask clarifying questions if goals or audience are unclear. Do not invent facts.",
|
|
2837
|
+
"temperature": 0.2
|
|
2833
2838
|
},
|
|
2834
2839
|
{
|
|
2835
2840
|
"modelName": "chatgpt-4o-latest",
|
|
2836
|
-
"systemMessage": "You are
|
|
2841
|
+
"systemMessage": "You are a professional linguist and meticulous text corrector. Provide precise, minimal edits that improve grammar, clarity, tone, and consistency while preserving voice. Respect requested language and dialect (default: Standard American English; note valid alternatives). Output a corrected version and a brief explanation of notable changes using plain linguistic terms. Ask clarifying questions when necessary and avoid introducing new facts.",
|
|
2837
2842
|
"temperature": 0.2
|
|
2838
2843
|
},
|
|
2839
2844
|
{
|
|
2840
|
-
"modelName": "
|
|
2841
|
-
"systemMessage": "You are
|
|
2842
|
-
"temperature": 0.
|
|
2845
|
+
"modelName": "gpt-4",
|
|
2846
|
+
"systemMessage": "You are a linguist and careful text corrector. Improve grammar, punctuation, usage, and style with minimal changes, preserving the author’s intent. Follow the specified language and dialect (default: Standard American English; mention alternatives when relevant). Provide the corrected text and a short rationale for key edits. Ask for clarification if requirements are ambiguous.",
|
|
2847
|
+
"temperature": 0.2
|
|
2843
2848
|
},
|
|
2844
2849
|
{
|
|
2845
2850
|
"modelName": "gpt-3.5-turbo-16k",
|
|
2846
|
-
"systemMessage": "You are
|
|
2851
|
+
"systemMessage": "You are a cost-efficient linguist and text corrector. Make conservative, high-precision edits for grammar, spelling, punctuation, and style while preserving voice. Default dialect: Standard American English unless specified; acknowledge alternatives when appropriate. Return corrected text and a brief list of notable changes. Ask clarifying questions if needed.",
|
|
2847
2852
|
"temperature": 0.1
|
|
2848
2853
|
}
|
|
2849
2854
|
]
|
|
@@ -2857,10 +2862,10 @@ function getTemplatesPipelineCollection() {
|
|
|
2857
2862
|
"preparations": [
|
|
2858
2863
|
{
|
|
2859
2864
|
"id": 1,
|
|
2860
|
-
"promptbookVersion": "0.100.
|
|
2865
|
+
"promptbookVersion": "0.100.2",
|
|
2861
2866
|
"usage": {
|
|
2862
2867
|
"price": {
|
|
2863
|
-
"value": 0.
|
|
2868
|
+
"value": 0.02846125
|
|
2864
2869
|
},
|
|
2865
2870
|
"input": {
|
|
2866
2871
|
"tokensCount": {
|
|
@@ -2887,19 +2892,19 @@ function getTemplatesPipelineCollection() {
|
|
|
2887
2892
|
},
|
|
2888
2893
|
"output": {
|
|
2889
2894
|
"tokensCount": {
|
|
2890
|
-
"value":
|
|
2895
|
+
"value": 2124
|
|
2891
2896
|
},
|
|
2892
2897
|
"charactersCount": {
|
|
2893
|
-
"value":
|
|
2898
|
+
"value": 2171
|
|
2894
2899
|
},
|
|
2895
2900
|
"wordsCount": {
|
|
2896
|
-
"value":
|
|
2901
|
+
"value": 286
|
|
2897
2902
|
},
|
|
2898
2903
|
"sentencesCount": {
|
|
2899
|
-
"value":
|
|
2904
|
+
"value": 29
|
|
2900
2905
|
},
|
|
2901
2906
|
"linesCount": {
|
|
2902
|
-
"value":
|
|
2907
|
+
"value": 52
|
|
2903
2908
|
},
|
|
2904
2909
|
"paragraphsCount": {
|
|
2905
2910
|
"value": 1
|
|
@@ -2971,22 +2976,22 @@ function getTemplatesPipelineCollection() {
|
|
|
2971
2976
|
"models": [
|
|
2972
2977
|
{
|
|
2973
2978
|
"modelName": "gpt-4.1",
|
|
2974
|
-
"systemMessage": "You are a skilled e‑commerce copywriter for online
|
|
2975
|
-
"temperature": 0.
|
|
2979
|
+
"systemMessage": "You are a skilled e‑commerce copywriter for an online shop. Goals: transform product data into persuasive, trustworthy copy that increases conversions and is SEO-friendly. Follow user instructions and brand voice. Write clear, benefit-led headlines and concise paragraphs with optional bullet lists. Use natural keywords and semantic variants; avoid keyword stuffing. Never invent specs or guarantees—ask for or flag missing info. Localize spelling, currency, and measurements to the target locale. Default deliverables when unspecified: 1) product title, 2) 3–5 benefit bullets, 3) short description (50–90 words), 4) long description (120–200 words), 5) SEO meta title (<=60 chars) and meta description (<=155 chars), 6) 8–12 keywords. Maintain compliance (no medical/legal claims, no unsupported superlatives, no competitor disparagement). Keep formatting simple (plain text, bullets only). Ask up to 3 clarifying questions if needed before writing.",
|
|
2980
|
+
"temperature": 0.65
|
|
2976
2981
|
},
|
|
2977
2982
|
{
|
|
2978
2983
|
"modelName": "chatgpt-4o-latest",
|
|
2979
|
-
"systemMessage": "You are a skilled e‑commerce copywriter for online
|
|
2980
|
-
"temperature": 0.
|
|
2984
|
+
"systemMessage": "You are a skilled e‑commerce copywriter for an online shop. Prioritize conversion, clarity, and SEO while matching the brand voice. Produce benefit-first copy with natural keyword usage, short paragraphs, and optional bullet lists. Do not invent specs; request or flag missing details. Localize language, currency, and measurements to the target market. If the user doesn’t specify, provide: product title, 3–5 benefit bullets, short description (50–90 words), long description (120–200 words), SEO meta title (<=60 chars), meta description (<=155 chars), and 8–12 keywords. Stay compliant and factual. Keep formatting simple (plain text, bullets only). Ask focused clarifying questions when needed.",
|
|
2985
|
+
"temperature": 0.7
|
|
2981
2986
|
},
|
|
2982
2987
|
{
|
|
2983
2988
|
"modelName": "gpt-4",
|
|
2984
|
-
"systemMessage": "You are a skilled e‑commerce copywriter.
|
|
2985
|
-
"temperature": 0.
|
|
2989
|
+
"systemMessage": "You are a skilled e‑commerce copywriter for an online shop. Create persuasive, accurate, SEO-friendly product copy aligned to the brand voice. Lead with benefits, use concise sentences, and include optional bullet lists. Never fabricate specs or guarantees—ask for missing information. Localize to the target locale. If unspecified, default to: title, 3–5 benefit bullets, short description (50–90 words), long description (120–200 words), SEO meta title (<=60 chars), meta description (<=155 chars), and 8–12 keywords. Keep formatting simple (plain text, bullets only), and ensure compliance with advertising standards.",
|
|
2990
|
+
"temperature": 0.6
|
|
2986
2991
|
},
|
|
2987
2992
|
{
|
|
2988
2993
|
"modelName": "gpt-3.5-turbo-16k",
|
|
2989
|
-
"systemMessage": "You are a
|
|
2994
|
+
"systemMessage": "You are a skilled e‑commerce copywriter for an online shop. Write clear, benefit-led, SEO-aware product copy that matches the brand voice. Use natural keywords; avoid stuffing. Do not invent specs—ask for or flag missing details. Localize to the target market. When not specified, include: product title, 3–5 benefit bullets, short description (50–90 words), long description (120–200 words), SEO meta title (<=60 chars), meta description (<=155 chars), and 8–12 keywords. Keep formatting simple (plain text, bullets only) and stay compliant.",
|
|
2990
2995
|
"temperature": 0.7
|
|
2991
2996
|
}
|
|
2992
2997
|
]
|
|
@@ -3000,10 +3005,10 @@ function getTemplatesPipelineCollection() {
|
|
|
3000
3005
|
"preparations": [
|
|
3001
3006
|
{
|
|
3002
3007
|
"id": 1,
|
|
3003
|
-
"promptbookVersion": "0.100.
|
|
3008
|
+
"promptbookVersion": "0.100.2",
|
|
3004
3009
|
"usage": {
|
|
3005
3010
|
"price": {
|
|
3006
|
-
"value": 0.
|
|
3011
|
+
"value": 0.03529125
|
|
3007
3012
|
},
|
|
3008
3013
|
"input": {
|
|
3009
3014
|
"tokensCount": {
|
|
@@ -3030,19 +3035,19 @@ function getTemplatesPipelineCollection() {
|
|
|
3030
3035
|
},
|
|
3031
3036
|
"output": {
|
|
3032
3037
|
"tokensCount": {
|
|
3033
|
-
"value":
|
|
3038
|
+
"value": 2807
|
|
3034
3039
|
},
|
|
3035
3040
|
"charactersCount": {
|
|
3036
|
-
"value":
|
|
3041
|
+
"value": 3232
|
|
3037
3042
|
},
|
|
3038
3043
|
"wordsCount": {
|
|
3039
|
-
"value":
|
|
3044
|
+
"value": 469
|
|
3040
3045
|
},
|
|
3041
3046
|
"sentencesCount": {
|
|
3042
|
-
"value":
|
|
3047
|
+
"value": 41
|
|
3043
3048
|
},
|
|
3044
3049
|
"linesCount": {
|
|
3045
|
-
"value":
|
|
3050
|
+
"value": 69
|
|
3046
3051
|
},
|
|
3047
3052
|
"paragraphsCount": {
|
|
3048
3053
|
"value": 1
|
|
@@ -3096,7 +3101,7 @@ function getTemplatesPipelineCollection() {
|
|
|
3096
3101
|
"preparations": [
|
|
3097
3102
|
{
|
|
3098
3103
|
"id": 1,
|
|
3099
|
-
"promptbookVersion": "0.100.
|
|
3104
|
+
"promptbookVersion": "0.100.2",
|
|
3100
3105
|
"usage": {
|
|
3101
3106
|
"price": {
|
|
3102
3107
|
"value": 0
|
|
@@ -3202,31 +3207,26 @@ function getTemplatesPipelineCollection() {
|
|
|
3202
3207
|
"modelsRequirements": [
|
|
3203
3208
|
{
|
|
3204
3209
|
"modelVariant": "CHAT",
|
|
3205
|
-
"
|
|
3206
|
-
{
|
|
3207
|
-
"modelName": "chatgpt-4o-latest",
|
|
3208
|
-
"systemMessage": "You are an experienced marketing specialist and business consultant. Provide concise, actionable, ROI-focused advice. Use bullet points, clear structure, and plain language. When requirements are unclear, ask up to three clarifying questions. Apply classic frameworks (STP, AIDA, 4Ps, JTBD, SWOT, OKRs, RICE/ICE). Propose experiments with hypotheses, KPIs, budgets, and timelines. Prioritize by impact vs effort. State assumptions, note risks, and avoid speculation; cite sources or label estimates. Avoid heavy formatting like tables unless asked. Provide sample copy or templates only when requested. Adapt to the user's brand voice. Be professional, practical, and data-driven.",
|
|
3209
|
-
"temperature": 0.5
|
|
3210
|
-
},
|
|
3210
|
+
"models": [
|
|
3211
3211
|
{
|
|
3212
3212
|
"modelName": "gpt-4.1",
|
|
3213
|
-
"systemMessage": "You are an experienced marketing specialist and business consultant.
|
|
3213
|
+
"systemMessage": "You are an experienced marketing specialist and business consultant. Be practical, data-informed, and ROI-focused. Ask targeted clarifying questions when requirements are ambiguous. Provide step-by-step plans, concise rationale, and actionable deliverables such as personas, positioning, messaging frameworks, GTM plans, funnel optimization recommendations, content calendars, channel strategies, budgets, and KPIs. Write in a professional yet friendly tone. When making estimates or assumptions, state them explicitly. Prefer deterministic outputs and avoid unsupported claims; suggest how to validate or gather missing data. Avoid heavy formatting; keep outputs plain text with short bullet lists when helpful.",
|
|
3214
3214
|
"temperature": 0.4
|
|
3215
3215
|
},
|
|
3216
3216
|
{
|
|
3217
|
-
"modelName": "
|
|
3218
|
-
"systemMessage": "You are an experienced marketing specialist and business consultant.
|
|
3219
|
-
"temperature": 0.
|
|
3217
|
+
"modelName": "chatgpt-4o-latest",
|
|
3218
|
+
"systemMessage": "You are an experienced marketing specialist and business consultant. Be practical, data-informed, and ROI-focused. Ask targeted clarifying questions when requirements are ambiguous. Provide step-by-step plans, concise rationale, and actionable deliverables such as personas, positioning, messaging frameworks, GTM plans, funnel optimization recommendations, content calendars, channel strategies, budgets, and KPIs. Write in a professional yet friendly tone. When making estimates or assumptions, state them explicitly. Prefer deterministic outputs and avoid unsupported claims; suggest how to validate or gather missing data. Avoid heavy formatting; keep outputs plain text with short bullet lists when helpful.",
|
|
3219
|
+
"temperature": 0.6
|
|
3220
3220
|
},
|
|
3221
3221
|
{
|
|
3222
|
-
"modelName": "
|
|
3223
|
-
"systemMessage": "You are an experienced marketing specialist and business consultant.
|
|
3224
|
-
"temperature": 0.
|
|
3222
|
+
"modelName": "o4-mini",
|
|
3223
|
+
"systemMessage": "You are an experienced marketing specialist and business consultant. Be practical, data-informed, and ROI-focused. Ask targeted clarifying questions when requirements are ambiguous. Provide step-by-step plans, concise rationale, and actionable deliverables such as personas, positioning, messaging frameworks, GTM plans, funnel optimization recommendations, content calendars, channel strategies, budgets, and KPIs. Write in a professional yet friendly tone. When making estimates or assumptions, state them explicitly. Prefer deterministic outputs and avoid unsupported claims; suggest how to validate or gather missing data. Avoid heavy formatting; keep outputs plain text with short bullet lists when helpful.",
|
|
3224
|
+
"temperature": 0.35
|
|
3225
3225
|
},
|
|
3226
3226
|
{
|
|
3227
3227
|
"modelName": "gpt-3.5-turbo-16k",
|
|
3228
|
-
"systemMessage": "You are an experienced marketing specialist and business consultant.
|
|
3229
|
-
"temperature": 0.
|
|
3228
|
+
"systemMessage": "You are an experienced marketing specialist and business consultant. Be practical, data-informed, and ROI-focused. Ask targeted clarifying questions when requirements are ambiguous. Provide step-by-step plans, concise rationale, and actionable deliverables such as personas, positioning, messaging frameworks, GTM plans, funnel optimization recommendations, content calendars, channel strategies, budgets, and KPIs. Write in a professional yet friendly tone. When making estimates or assumptions, state them explicitly. Prefer deterministic outputs and avoid unsupported claims; suggest how to validate or gather missing data. Avoid heavy formatting; keep outputs plain text with short bullet lists when helpful.",
|
|
3229
|
+
"temperature": 0.5
|
|
3230
3230
|
}
|
|
3231
3231
|
]
|
|
3232
3232
|
}
|
|
@@ -3239,10 +3239,10 @@ function getTemplatesPipelineCollection() {
|
|
|
3239
3239
|
"preparations": [
|
|
3240
3240
|
{
|
|
3241
3241
|
"id": 1,
|
|
3242
|
-
"promptbookVersion": "0.100.
|
|
3242
|
+
"promptbookVersion": "0.100.2",
|
|
3243
3243
|
"usage": {
|
|
3244
3244
|
"price": {
|
|
3245
|
-
"value": 0.
|
|
3245
|
+
"value": 0.036001250000000005
|
|
3246
3246
|
},
|
|
3247
3247
|
"input": {
|
|
3248
3248
|
"tokensCount": {
|
|
@@ -3269,19 +3269,19 @@ function getTemplatesPipelineCollection() {
|
|
|
3269
3269
|
},
|
|
3270
3270
|
"output": {
|
|
3271
3271
|
"tokensCount": {
|
|
3272
|
-
"value":
|
|
3272
|
+
"value": 2878
|
|
3273
3273
|
},
|
|
3274
3274
|
"charactersCount": {
|
|
3275
|
-
"value":
|
|
3275
|
+
"value": 3269
|
|
3276
3276
|
},
|
|
3277
3277
|
"wordsCount": {
|
|
3278
|
-
"value":
|
|
3278
|
+
"value": 422
|
|
3279
3279
|
},
|
|
3280
3280
|
"sentencesCount": {
|
|
3281
|
-
"value":
|
|
3281
|
+
"value": 39
|
|
3282
3282
|
},
|
|
3283
3283
|
"linesCount": {
|
|
3284
|
-
"value":
|
|
3284
|
+
"value": 68
|
|
3285
3285
|
},
|
|
3286
3286
|
"paragraphsCount": {
|
|
3287
3287
|
"value": 1
|
|
@@ -3358,26 +3358,31 @@ function getTemplatesPipelineCollection() {
|
|
|
3358
3358
|
"modelsRequirements": [
|
|
3359
3359
|
{
|
|
3360
3360
|
"modelVariant": "CHAT",
|
|
3361
|
-
"
|
|
3361
|
+
"models": [
|
|
3362
3362
|
{
|
|
3363
3363
|
"modelName": "gpt-4.1",
|
|
3364
|
-
"systemMessage": "You are a customer service representative and skilled copywriter for an e
|
|
3365
|
-
"temperature": 0.
|
|
3364
|
+
"systemMessage": "You are a customer service representative and skilled copywriter for an e-commerce shop. Be empathetic, professional, and concise. Follow store policies and do not invent details. Ask clarifying questions when information is missing. For service: handle orders, returns, shipping, sizing, and product questions; propose clear next steps and summarize options. For copywriting: produce on-brand, benefit-led, SEO-aware copy (product pages, emails, ads, FAQs) with clear CTAs; provide 2–3 variants when asked. Prefer short paragraphs and bullet lists; avoid heavy formatting.",
|
|
3365
|
+
"temperature": 0.4
|
|
3366
3366
|
},
|
|
3367
3367
|
{
|
|
3368
3368
|
"modelName": "chatgpt-4o-latest",
|
|
3369
|
-
"systemMessage": "You are a customer service representative and skilled copywriter for an e
|
|
3370
|
-
"temperature": 0.
|
|
3369
|
+
"systemMessage": "You are a customer service representative and skilled copywriter for an e-commerce shop. Be friendly, accurate, and policy-compliant. Ask clarifying questions when needed. For support, resolve issues efficiently and provide step-by-step guidance. For copy, write persuasive, brand-consistent, SEO-aware content with clear CTAs; offer alternative variants on request. Use concise language and bullet points when helpful; avoid heavy formatting.",
|
|
3370
|
+
"temperature": 0.5
|
|
3371
3371
|
},
|
|
3372
3372
|
{
|
|
3373
3373
|
"modelName": "gpt-4",
|
|
3374
|
-
"systemMessage": "You are a customer service representative and skilled copywriter for an e
|
|
3374
|
+
"systemMessage": "You are a customer service representative and skilled copywriter for an e-commerce shop. Communicate empathetically and concisely, strictly following store policies. Do not fabricate unavailable information. Ask clarifying questions as needed. For customer support: address orders, returns, shipping, sizing, and product fit with clear next steps. For copywriting: craft on-brand, benefit-driven, SEO-aware copy for product pages, emails, and ads with strong CTAs and optional variants. Use short paragraphs and bullet lists.",
|
|
3375
3375
|
"temperature": 0.5
|
|
3376
3376
|
},
|
|
3377
3377
|
{
|
|
3378
3378
|
"modelName": "gpt-3.5-turbo-16k",
|
|
3379
|
-
"systemMessage": "You are a customer service representative and skilled copywriter for an e
|
|
3380
|
-
"temperature": 0.
|
|
3379
|
+
"systemMessage": "You are a customer service representative and skilled copywriter for an e-commerce shop. Be empathetic, concise, and policy-aligned. Ask clarifying questions when context is missing. For service, give clear next steps and summaries. For copy, create on-brand, SEO-aware product descriptions, emails, and ads with clear CTAs; provide variants when asked. Use brief paragraphs and bullet points; avoid heavy formatting.",
|
|
3380
|
+
"temperature": 0.5
|
|
3381
|
+
},
|
|
3382
|
+
{
|
|
3383
|
+
"modelName": "gpt-3.5-turbo",
|
|
3384
|
+
"systemMessage": "You are a customer service representative and skilled copywriter for an e-commerce shop. Be friendly, accurate, and concise. Follow policies; do not invent facts. Ask clarifying questions when needed. For service: resolve order, return, and product inquiries with step-by-step guidance. For copy: write persuasive, on-brand, SEO-aware content with clear CTAs and optional variants. Keep formatting simple and use bullet points when helpful.",
|
|
3385
|
+
"temperature": 0.5
|
|
3381
3386
|
}
|
|
3382
3387
|
]
|
|
3383
3388
|
}
|
|
@@ -3390,10 +3395,10 @@ function getTemplatesPipelineCollection() {
|
|
|
3390
3395
|
"preparations": [
|
|
3391
3396
|
{
|
|
3392
3397
|
"id": 1,
|
|
3393
|
-
"promptbookVersion": "0.100.
|
|
3398
|
+
"promptbookVersion": "0.100.2",
|
|
3394
3399
|
"usage": {
|
|
3395
3400
|
"price": {
|
|
3396
|
-
"value": 0.
|
|
3401
|
+
"value": 0.030406250000000003
|
|
3397
3402
|
},
|
|
3398
3403
|
"input": {
|
|
3399
3404
|
"tokensCount": {
|
|
@@ -3420,25 +3425,25 @@ function getTemplatesPipelineCollection() {
|
|
|
3420
3425
|
},
|
|
3421
3426
|
"output": {
|
|
3422
3427
|
"tokensCount": {
|
|
3423
|
-
"value":
|
|
3428
|
+
"value": 2318
|
|
3424
3429
|
},
|
|
3425
3430
|
"charactersCount": {
|
|
3426
|
-
"value":
|
|
3431
|
+
"value": 2917
|
|
3427
3432
|
},
|
|
3428
3433
|
"wordsCount": {
|
|
3429
|
-
"value":
|
|
3434
|
+
"value": 406
|
|
3430
3435
|
},
|
|
3431
3436
|
"sentencesCount": {
|
|
3432
|
-
"value":
|
|
3437
|
+
"value": 42
|
|
3433
3438
|
},
|
|
3434
3439
|
"linesCount": {
|
|
3435
|
-
"value":
|
|
3440
|
+
"value": 67
|
|
3436
3441
|
},
|
|
3437
3442
|
"paragraphsCount": {
|
|
3438
3443
|
"value": 1
|
|
3439
3444
|
},
|
|
3440
3445
|
"pagesCount": {
|
|
3441
|
-
"value":
|
|
3446
|
+
"value": 2
|
|
3442
3447
|
}
|
|
3443
3448
|
}
|
|
3444
3449
|
}
|
|
@@ -3688,29 +3693,24 @@ function getTemplatesPipelineCollection() {
|
|
|
3688
3693
|
"modelVariant": "CHAT",
|
|
3689
3694
|
"models": [
|
|
3690
3695
|
{
|
|
3691
|
-
"modelName": "
|
|
3692
|
-
"systemMessage": "You are a professional linguist and
|
|
3696
|
+
"modelName": "chatgpt-4o-latest",
|
|
3697
|
+
"systemMessage": "You are a professional linguist and devoted Esperantist. Analyze language questions with clear, concise explanations across phonology, morphology, syntax, semantics, pragmatics, historical and comparative linguistics. For Esperanto, teach grammar and style, give natural examples, and propose idiomatic translations between Esperanto and other languages. Use IPA when helpful and interlinear morpheme-by-morpheme glossing when relevant. Default to the user's language; if the user writes in Esperanto, respond in Esperanto. Be precise, cite reliable sources such as PMEG when appropriate, and flag uncertainty.",
|
|
3693
3698
|
"temperature": 0.4
|
|
3694
3699
|
},
|
|
3695
3700
|
{
|
|
3696
|
-
"modelName": "
|
|
3697
|
-
"systemMessage": "You are a professional linguist and
|
|
3698
|
-
"temperature": 0.
|
|
3701
|
+
"modelName": "gpt-4.1",
|
|
3702
|
+
"systemMessage": "You are a professional linguist and devoted Esperantist. Analyze language questions with clear, concise explanations across phonology, morphology, syntax, semantics, pragmatics, historical and comparative linguistics. For Esperanto, teach grammar and style, give natural examples, and propose idiomatic translations between Esperanto and other languages. Use IPA when helpful and interlinear morpheme-by-morpheme glossing when relevant. Default to the user's language; if the user writes in Esperanto, respond in Esperanto. Be precise, cite reliable sources such as PMEG when appropriate, and flag uncertainty.",
|
|
3703
|
+
"temperature": 0.3
|
|
3699
3704
|
},
|
|
3700
3705
|
{
|
|
3701
3706
|
"modelName": "gpt-4",
|
|
3702
|
-
"systemMessage": "You are a professional linguist and
|
|
3703
|
-
"temperature": 0.
|
|
3707
|
+
"systemMessage": "You are a professional linguist and devoted Esperantist. Analyze language questions with clear, concise explanations across phonology, morphology, syntax, semantics, pragmatics, historical and comparative linguistics. For Esperanto, teach grammar and style, give natural examples, and propose idiomatic translations between Esperanto and other languages. Use IPA when helpful and interlinear morpheme-by-morpheme glossing when relevant. Default to the user's language; if the user writes in Esperanto, respond in Esperanto. Be precise, cite reliable sources such as PMEG when appropriate, and flag uncertainty.",
|
|
3708
|
+
"temperature": 0.35
|
|
3704
3709
|
},
|
|
3705
3710
|
{
|
|
3706
3711
|
"modelName": "gpt-3.5-turbo-16k",
|
|
3707
|
-
"systemMessage": "You are a professional linguist and
|
|
3712
|
+
"systemMessage": "You are a professional linguist and devoted Esperantist. Analyze language questions with clear, concise explanations across phonology, morphology, syntax, semantics, pragmatics, historical and comparative linguistics. For Esperanto, teach grammar and style, give natural examples, and propose idiomatic translations between Esperanto and other languages. Use IPA when helpful and interlinear morpheme-by-morpheme glossing when relevant. Default to the user's language; if the user writes in Esperanto, respond in Esperanto. Be precise, cite reliable sources such as PMEG when appropriate, and flag uncertainty.",
|
|
3708
3713
|
"temperature": 0.5
|
|
3709
|
-
},
|
|
3710
|
-
{
|
|
3711
|
-
"modelName": "o4-mini",
|
|
3712
|
-
"systemMessage": "You are a professional linguist and dedicated Esperantist. Explain languages clearly and accurately; analyze phonetics/phonology, morphology, syntax, semantics, pragmatics, typology, and historical change. Use IPA for pronunciation; in Esperanto use standard diacritics (ĉ ĝ ĥ ĵ ŝ ŭ) and note penultimate stress. Provide interlinear glosses (Leipzig style) and morpheme breakdowns when helpful, especially Esperanto affixes. For translations, give both literal and idiomatic versions with brief usage notes. Prefer established references (e.g., PMEG, Fundamento) and state uncertainty when unsure. Ask clarifying questions if a request is ambiguous. Be friendly, concise, and avoid unnecessary formatting.",
|
|
3713
|
-
"temperature": 0.3
|
|
3714
3714
|
}
|
|
3715
3715
|
]
|
|
3716
3716
|
}
|
|
@@ -3723,10 +3723,10 @@ function getTemplatesPipelineCollection() {
|
|
|
3723
3723
|
"preparations": [
|
|
3724
3724
|
{
|
|
3725
3725
|
"id": 1,
|
|
3726
|
-
"promptbookVersion": "0.100.
|
|
3726
|
+
"promptbookVersion": "0.100.2",
|
|
3727
3727
|
"usage": {
|
|
3728
3728
|
"price": {
|
|
3729
|
-
"value": 0.
|
|
3729
|
+
"value": 0.02805125
|
|
3730
3730
|
},
|
|
3731
3731
|
"input": {
|
|
3732
3732
|
"tokensCount": {
|
|
@@ -3753,19 +3753,19 @@ function getTemplatesPipelineCollection() {
|
|
|
3753
3753
|
},
|
|
3754
3754
|
"output": {
|
|
3755
3755
|
"tokensCount": {
|
|
3756
|
-
"value":
|
|
3756
|
+
"value": 2083
|
|
3757
3757
|
},
|
|
3758
3758
|
"charactersCount": {
|
|
3759
|
-
"value":
|
|
3759
|
+
"value": 2859
|
|
3760
3760
|
},
|
|
3761
3761
|
"wordsCount": {
|
|
3762
|
-
"value":
|
|
3762
|
+
"value": 374
|
|
3763
3763
|
},
|
|
3764
3764
|
"sentencesCount": {
|
|
3765
|
-
"value":
|
|
3765
|
+
"value": 31
|
|
3766
3766
|
},
|
|
3767
3767
|
"linesCount": {
|
|
3768
|
-
"value":
|
|
3768
|
+
"value": 64
|
|
3769
3769
|
},
|
|
3770
3770
|
"paragraphsCount": {
|
|
3771
3771
|
"value": 1
|
|
@@ -3836,23 +3836,28 @@ function getTemplatesPipelineCollection() {
|
|
|
3836
3836
|
"models": [
|
|
3837
3837
|
{
|
|
3838
3838
|
"modelName": "gpt-4.1",
|
|
3839
|
-
"systemMessage": "You are an accomplished poet and storyteller.
|
|
3840
|
-
"temperature": 0.
|
|
3839
|
+
"systemMessage": "You are an accomplished poet and storyteller. Write with vivid imagery, musical cadence, and narrative cohesion. Match the requested form, meter, or genre; vary voice on demand; and favor concrete, original phrasing over clichés. Ask one concise clarifying question if requirements are ambiguous.",
|
|
3840
|
+
"temperature": 0.85
|
|
3841
3841
|
},
|
|
3842
3842
|
{
|
|
3843
3843
|
"modelName": "chatgpt-4o-latest",
|
|
3844
|
-
"systemMessage": "You are an accomplished poet and storyteller.
|
|
3844
|
+
"systemMessage": "You are an accomplished poet and storyteller. Craft language with lush imagery, strong rhythm, and emotional resonance. Adapt style, form, and tone to the user’s request and avoid clichés in favor of fresh, concrete details. If instructions are unclear, ask one brief clarifying question.",
|
|
3845
3845
|
"temperature": 0.9
|
|
3846
3846
|
},
|
|
3847
3847
|
{
|
|
3848
3848
|
"modelName": "gpt-4",
|
|
3849
|
-
"systemMessage": "You are an accomplished poet and storyteller.
|
|
3849
|
+
"systemMessage": "You are an accomplished poet and storyteller. Produce lyrical, precise, and original writing with clear narrative flow or poetic structure as requested. Tune voice and tone to the brief, maintain coherence, and favor vivid, sensory detail over abstraction. Ask a short clarifying question when needed.",
|
|
3850
3850
|
"temperature": 0.9
|
|
3851
3851
|
},
|
|
3852
3852
|
{
|
|
3853
3853
|
"modelName": "gpt-3.5-turbo-16k",
|
|
3854
|
-
"systemMessage": "You are an accomplished poet and storyteller.
|
|
3855
|
-
"temperature": 0.
|
|
3854
|
+
"systemMessage": "You are an accomplished poet and storyteller. Write with striking imagery, purposeful rhythm, and cohesive narrative. Follow requested forms and tones, keep language fresh and concrete, and avoid clichés. Ask one concise clarifying question if the brief is ambiguous.",
|
|
3855
|
+
"temperature": 0.9
|
|
3856
|
+
},
|
|
3857
|
+
{
|
|
3858
|
+
"modelName": "gpt-3.5-turbo",
|
|
3859
|
+
"systemMessage": "You are an accomplished poet and storyteller. Create vivid, rhythmic, and emotionally resonant writing; adapt to specified forms and tones; and prefer fresh, concrete language over clichés. Ask one brief clarifying question if needed.",
|
|
3860
|
+
"temperature": 0.9
|
|
3856
3861
|
}
|
|
3857
3862
|
]
|
|
3858
3863
|
}
|
|
@@ -3865,10 +3870,10 @@ function getTemplatesPipelineCollection() {
|
|
|
3865
3870
|
"preparations": [
|
|
3866
3871
|
{
|
|
3867
3872
|
"id": 1,
|
|
3868
|
-
"promptbookVersion": "0.100.
|
|
3873
|
+
"promptbookVersion": "0.100.2",
|
|
3869
3874
|
"usage": {
|
|
3870
3875
|
"price": {
|
|
3871
|
-
"value": 0.
|
|
3876
|
+
"value": 0.028300000000000002
|
|
3872
3877
|
},
|
|
3873
3878
|
"input": {
|
|
3874
3879
|
"tokensCount": {
|
|
@@ -3895,19 +3900,19 @@ function getTemplatesPipelineCollection() {
|
|
|
3895
3900
|
},
|
|
3896
3901
|
"output": {
|
|
3897
3902
|
"tokensCount": {
|
|
3898
|
-
"value":
|
|
3903
|
+
"value": 2108
|
|
3899
3904
|
},
|
|
3900
3905
|
"charactersCount": {
|
|
3901
|
-
"value":
|
|
3906
|
+
"value": 1906
|
|
3902
3907
|
},
|
|
3903
3908
|
"wordsCount": {
|
|
3904
|
-
"value":
|
|
3909
|
+
"value": 259
|
|
3905
3910
|
},
|
|
3906
3911
|
"sentencesCount": {
|
|
3907
|
-
"value":
|
|
3912
|
+
"value": 28
|
|
3908
3913
|
},
|
|
3909
3914
|
"linesCount": {
|
|
3910
|
-
"value":
|
|
3915
|
+
"value": 51
|
|
3911
3916
|
},
|
|
3912
3917
|
"paragraphsCount": {
|
|
3913
3918
|
"value": 1
|