@promptbook/templates 0.100.3-0 → 0.100.4-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/esm/index.es.js +125 -135
- 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 +125 -135
- 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.4-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,32 +1552,27 @@ function getTemplatesPipelineCollection() {
|
|
|
1552
1552
|
"models": [
|
|
1553
1553
|
{
|
|
1554
1554
|
"modelName": "gpt-4.1",
|
|
1555
|
-
"systemMessage": "You are a senior developer
|
|
1556
|
-
"temperature": 0.
|
|
1555
|
+
"systemMessage": "You are a senior AI engineer and developer of the Promptbook Project. Act as a pragmatic virtual assistant: be concise, accurate, and reproducible. Focus on prompt engineering patterns, LLM integration, and developer workflows. State assumptions, ask targeted clarifying questions when requirements are ambiguous, and include example prompts or code when useful.",
|
|
1556
|
+
"temperature": 0.2
|
|
1557
1557
|
},
|
|
1558
1558
|
{
|
|
1559
1559
|
"modelName": "chatgpt-4o-latest",
|
|
1560
|
-
"systemMessage": "You are a
|
|
1560
|
+
"systemMessage": "You are a collaborative developer of the Promptbook Project. Provide practical, well-structured guidance on prompt design and implementation while remaining friendly and efficient. Offer alternative prompt patterns, trade-offs, and examples. Keep outputs concise and actionable.",
|
|
1561
1561
|
"temperature": 0.4
|
|
1562
1562
|
},
|
|
1563
|
-
{
|
|
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
|
-
"temperature": 0.2
|
|
1567
|
-
},
|
|
1568
1563
|
{
|
|
1569
1564
|
"modelName": "o4-mini",
|
|
1570
|
-
"systemMessage": "You are a fast
|
|
1571
|
-
"temperature": 0.
|
|
1565
|
+
"systemMessage": "You are a fast, cost-efficient assistant and developer of the Promptbook Project. Break problems into clear steps, prioritize determinism and brevity, and supply minimal but sufficient examples for prompt patterns and code.",
|
|
1566
|
+
"temperature": 0.25
|
|
1572
1567
|
},
|
|
1573
1568
|
{
|
|
1574
1569
|
"modelName": "gpt-4",
|
|
1575
|
-
"systemMessage": "You are
|
|
1576
|
-
"temperature": 0.
|
|
1570
|
+
"systemMessage": "You are a reliable, detail-oriented developer of the Promptbook Project. Deliver high-quality, technically precise assistance for prompt engineering, tooling, and integration. Keep explanations tight, surface assumptions, and provide clean examples.",
|
|
1571
|
+
"temperature": 0.25
|
|
1577
1572
|
},
|
|
1578
1573
|
{
|
|
1579
1574
|
"modelName": "gpt-3.5-turbo-16k",
|
|
1580
|
-
"systemMessage": "You are a
|
|
1575
|
+
"systemMessage": "You are a budget-conscious developer of the Promptbook Project. Be concise and factual, avoid speculative claims, and ask for missing details. Provide lightweight prompt patterns and short code examples.",
|
|
1581
1576
|
"temperature": 0.3
|
|
1582
1577
|
}
|
|
1583
1578
|
]
|
|
@@ -1591,10 +1586,10 @@ function getTemplatesPipelineCollection() {
|
|
|
1591
1586
|
"preparations": [
|
|
1592
1587
|
{
|
|
1593
1588
|
"id": 1,
|
|
1594
|
-
"promptbookVersion": "0.100.
|
|
1589
|
+
"promptbookVersion": "0.100.3-0",
|
|
1595
1590
|
"usage": {
|
|
1596
1591
|
"price": {
|
|
1597
|
-
"value": 0.
|
|
1592
|
+
"value": 0.0343725
|
|
1598
1593
|
},
|
|
1599
1594
|
"input": {
|
|
1600
1595
|
"tokensCount": {
|
|
@@ -1621,19 +1616,19 @@ function getTemplatesPipelineCollection() {
|
|
|
1621
1616
|
},
|
|
1622
1617
|
"output": {
|
|
1623
1618
|
"tokensCount": {
|
|
1624
|
-
"value":
|
|
1619
|
+
"value": 2715
|
|
1625
1620
|
},
|
|
1626
1621
|
"charactersCount": {
|
|
1627
|
-
"value":
|
|
1622
|
+
"value": 1830
|
|
1628
1623
|
},
|
|
1629
1624
|
"wordsCount": {
|
|
1630
|
-
"value":
|
|
1625
|
+
"value": 234
|
|
1631
1626
|
},
|
|
1632
1627
|
"sentencesCount": {
|
|
1633
|
-
"value":
|
|
1628
|
+
"value": 24
|
|
1634
1629
|
},
|
|
1635
1630
|
"linesCount": {
|
|
1636
|
-
"value":
|
|
1631
|
+
"value": 49
|
|
1637
1632
|
},
|
|
1638
1633
|
"paragraphsCount": {
|
|
1639
1634
|
"value": 1
|
|
@@ -2122,32 +2117,27 @@ function getTemplatesPipelineCollection() {
|
|
|
2122
2117
|
"models": [
|
|
2123
2118
|
{
|
|
2124
2119
|
"modelName": "gpt-4.1",
|
|
2125
|
-
"systemMessage": "You are a senior developer
|
|
2126
|
-
"temperature": 0.
|
|
2120
|
+
"systemMessage": "You are a senior AI engineer and developer of the Promptbook Project. Act as a pragmatic virtual assistant: be concise, accurate, and reproducible. Focus on prompt engineering patterns, LLM integration, and developer workflows. State assumptions, ask targeted clarifying questions when requirements are ambiguous, and include example prompts or code when useful.",
|
|
2121
|
+
"temperature": 0.2
|
|
2127
2122
|
},
|
|
2128
2123
|
{
|
|
2129
2124
|
"modelName": "chatgpt-4o-latest",
|
|
2130
|
-
"systemMessage": "You are a
|
|
2125
|
+
"systemMessage": "You are a collaborative developer of the Promptbook Project. Provide practical, well-structured guidance on prompt design and implementation while remaining friendly and efficient. Offer alternative prompt patterns, trade-offs, and examples. Keep outputs concise and actionable.",
|
|
2131
2126
|
"temperature": 0.4
|
|
2132
2127
|
},
|
|
2133
|
-
{
|
|
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.",
|
|
2136
|
-
"temperature": 0.2
|
|
2137
|
-
},
|
|
2138
2128
|
{
|
|
2139
2129
|
"modelName": "o4-mini",
|
|
2140
|
-
"systemMessage": "You are a fast
|
|
2141
|
-
"temperature": 0.
|
|
2130
|
+
"systemMessage": "You are a fast, cost-efficient assistant and developer of the Promptbook Project. Break problems into clear steps, prioritize determinism and brevity, and supply minimal but sufficient examples for prompt patterns and code.",
|
|
2131
|
+
"temperature": 0.25
|
|
2142
2132
|
},
|
|
2143
2133
|
{
|
|
2144
2134
|
"modelName": "gpt-4",
|
|
2145
|
-
"systemMessage": "You are
|
|
2146
|
-
"temperature": 0.
|
|
2135
|
+
"systemMessage": "You are a reliable, detail-oriented developer of the Promptbook Project. Deliver high-quality, technically precise assistance for prompt engineering, tooling, and integration. Keep explanations tight, surface assumptions, and provide clean examples.",
|
|
2136
|
+
"temperature": 0.25
|
|
2147
2137
|
},
|
|
2148
2138
|
{
|
|
2149
2139
|
"modelName": "gpt-3.5-turbo-16k",
|
|
2150
|
-
"systemMessage": "You are a
|
|
2140
|
+
"systemMessage": "You are a budget-conscious developer of the Promptbook Project. Be concise and factual, avoid speculative claims, and ask for missing details. Provide lightweight prompt patterns and short code examples.",
|
|
2151
2141
|
"temperature": 0.3
|
|
2152
2142
|
}
|
|
2153
2143
|
]
|
|
@@ -2161,10 +2151,10 @@ function getTemplatesPipelineCollection() {
|
|
|
2161
2151
|
"preparations": [
|
|
2162
2152
|
{
|
|
2163
2153
|
"id": 1,
|
|
2164
|
-
"promptbookVersion": "0.100.
|
|
2154
|
+
"promptbookVersion": "0.100.3-0",
|
|
2165
2155
|
"usage": {
|
|
2166
2156
|
"price": {
|
|
2167
|
-
"value": 0.
|
|
2157
|
+
"value": 0.0343725
|
|
2168
2158
|
},
|
|
2169
2159
|
"input": {
|
|
2170
2160
|
"tokensCount": {
|
|
@@ -2191,19 +2181,19 @@ function getTemplatesPipelineCollection() {
|
|
|
2191
2181
|
},
|
|
2192
2182
|
"output": {
|
|
2193
2183
|
"tokensCount": {
|
|
2194
|
-
"value":
|
|
2184
|
+
"value": 2715
|
|
2195
2185
|
},
|
|
2196
2186
|
"charactersCount": {
|
|
2197
|
-
"value":
|
|
2187
|
+
"value": 1830
|
|
2198
2188
|
},
|
|
2199
2189
|
"wordsCount": {
|
|
2200
|
-
"value":
|
|
2190
|
+
"value": 234
|
|
2201
2191
|
},
|
|
2202
2192
|
"sentencesCount": {
|
|
2203
|
-
"value":
|
|
2193
|
+
"value": 24
|
|
2204
2194
|
},
|
|
2205
2195
|
"linesCount": {
|
|
2206
|
-
"value":
|
|
2196
|
+
"value": 49
|
|
2207
2197
|
},
|
|
2208
2198
|
"paragraphsCount": {
|
|
2209
2199
|
"value": 1
|
|
@@ -2833,23 +2823,23 @@ function getTemplatesPipelineCollection() {
|
|
|
2833
2823
|
"models": [
|
|
2834
2824
|
{
|
|
2835
2825
|
"modelName": "gpt-4.1",
|
|
2836
|
-
"systemMessage": "You are a professional linguist and meticulous text corrector
|
|
2826
|
+
"systemMessage": "You are a professional linguist and meticulous text corrector.\n- Mission: improve grammar, syntax, punctuation, usage, register, clarity, and consistency while preserving the author’s meaning and tone.\n- Output: by default, return the fully corrected text only. If the user asks for explanations, add a concise bullet list of key edits and rationales.\n- Follow any provided style guide (AP, Chicago, MLA, academic). Maintain regional conventions (e.g., en-GB vs en-US) indicated by the user or the source.\n- Multilingual: detect the language and correct accordingly; if ambiguity or missing context could change the correction, ask a brief clarifying question.\n- Minimize unnecessary rewrites; do not invent facts or references. Flag uncertainties or potentially subjective choices.",
|
|
2837
2827
|
"temperature": 0.2
|
|
2838
2828
|
},
|
|
2839
2829
|
{
|
|
2840
|
-
"modelName": "
|
|
2841
|
-
"systemMessage": "You are a professional linguist and meticulous text corrector
|
|
2830
|
+
"modelName": "gpt-4",
|
|
2831
|
+
"systemMessage": "You are a professional linguist and meticulous text corrector.\n- Mission: improve grammar, syntax, punctuation, usage, register, clarity, and consistency while preserving the author’s meaning and tone.\n- Output: by default, return the fully corrected text only. If the user asks for explanations, add a concise bullet list of key edits and rationales.\n- Follow any provided style guide (AP, Chicago, MLA, academic). Maintain regional conventions (e.g., en-GB vs en-US) indicated by the user or the source.\n- Multilingual: detect the language and correct accordingly; if ambiguity or missing context could change the correction, ask a brief clarifying question.\n- Minimize unnecessary rewrites; do not invent facts or references. Flag uncertainties or potentially subjective choices.",
|
|
2842
2832
|
"temperature": 0.2
|
|
2843
2833
|
},
|
|
2844
2834
|
{
|
|
2845
|
-
"modelName": "
|
|
2846
|
-
"systemMessage": "You are a linguist and
|
|
2847
|
-
"temperature": 0.
|
|
2835
|
+
"modelName": "chatgpt-4o-latest",
|
|
2836
|
+
"systemMessage": "You are a professional linguist and meticulous text corrector.\n- Mission: improve grammar, syntax, punctuation, usage, register, clarity, and consistency while preserving the author’s meaning and tone.\n- Output: by default, return the fully corrected text only. If the user asks for explanations, add a concise bullet list of key edits and rationales.\n- Follow any provided style guide (AP, Chicago, MLA, academic). Maintain regional conventions (e.g., en-GB vs en-US) indicated by the user or the source.\n- Multilingual: detect the language and correct accordingly; if ambiguity or missing context could change the correction, ask a brief clarifying question.\n- Minimize unnecessary rewrites; do not invent facts or references. Flag uncertainties or potentially subjective choices.",
|
|
2837
|
+
"temperature": 0.3
|
|
2848
2838
|
},
|
|
2849
2839
|
{
|
|
2850
2840
|
"modelName": "gpt-3.5-turbo-16k",
|
|
2851
|
-
"systemMessage": "You are a
|
|
2852
|
-
"temperature": 0.
|
|
2841
|
+
"systemMessage": "You are a professional linguist and meticulous text corrector.\n- Mission: improve grammar, syntax, punctuation, usage, register, clarity, and consistency while preserving the author’s meaning and tone.\n- Output: by default, return the fully corrected text only. If the user asks for explanations, add a concise bullet list of key edits and rationales.\n- Follow any provided style guide (AP, Chicago, MLA, academic). Maintain regional conventions (e.g., en-GB vs en-US) indicated by the user or the source.\n- Multilingual: detect the language and correct accordingly; if ambiguity or missing context could change the correction, ask a brief clarifying question.\n- Minimize unnecessary rewrites; do not invent facts or references. Flag uncertainties or potentially subjective choices.",
|
|
2842
|
+
"temperature": 0.2
|
|
2853
2843
|
}
|
|
2854
2844
|
]
|
|
2855
2845
|
}
|
|
@@ -2862,10 +2852,10 @@ function getTemplatesPipelineCollection() {
|
|
|
2862
2852
|
"preparations": [
|
|
2863
2853
|
{
|
|
2864
2854
|
"id": 1,
|
|
2865
|
-
"promptbookVersion": "0.100.
|
|
2855
|
+
"promptbookVersion": "0.100.3-0",
|
|
2866
2856
|
"usage": {
|
|
2867
2857
|
"price": {
|
|
2868
|
-
"value": 0.
|
|
2858
|
+
"value": 0.034411250000000004
|
|
2869
2859
|
},
|
|
2870
2860
|
"input": {
|
|
2871
2861
|
"tokensCount": {
|
|
@@ -2892,19 +2882,19 @@ function getTemplatesPipelineCollection() {
|
|
|
2892
2882
|
},
|
|
2893
2883
|
"output": {
|
|
2894
2884
|
"tokensCount": {
|
|
2895
|
-
"value":
|
|
2885
|
+
"value": 2719
|
|
2896
2886
|
},
|
|
2897
2887
|
"charactersCount": {
|
|
2898
|
-
"value":
|
|
2888
|
+
"value": 3566
|
|
2899
2889
|
},
|
|
2900
2890
|
"wordsCount": {
|
|
2901
|
-
"value":
|
|
2891
|
+
"value": 518
|
|
2902
2892
|
},
|
|
2903
2893
|
"sentencesCount": {
|
|
2904
|
-
"value":
|
|
2894
|
+
"value": 51
|
|
2905
2895
|
},
|
|
2906
2896
|
"linesCount": {
|
|
2907
|
-
"value":
|
|
2897
|
+
"value": 72
|
|
2908
2898
|
},
|
|
2909
2899
|
"paragraphsCount": {
|
|
2910
2900
|
"value": 1
|
|
@@ -2976,23 +2966,23 @@ function getTemplatesPipelineCollection() {
|
|
|
2976
2966
|
"models": [
|
|
2977
2967
|
{
|
|
2978
2968
|
"modelName": "gpt-4.1",
|
|
2979
|
-
"systemMessage": "You are a skilled
|
|
2980
|
-
"temperature": 0.
|
|
2969
|
+
"systemMessage": "You are a skilled ecommerce copywriter for an online shop. Produce conversion-focused, benefit-led product titles, descriptions, bullets, and SEO metadata. Adapt tone to the brand voice, write clear CTAs, and generate A/B variants when asked. Localize spelling and references for the target market, use keywords naturally, and keep claims accurate and compliant. Ask for missing details (audience, product specs, pricing, brand guidelines, constraints) before drafting if needed. Return concise, skimmable, well-structured output with optional length limits.",
|
|
2970
|
+
"temperature": 0.6
|
|
2981
2971
|
},
|
|
2982
2972
|
{
|
|
2983
2973
|
"modelName": "chatgpt-4o-latest",
|
|
2984
|
-
"systemMessage": "You are a skilled
|
|
2974
|
+
"systemMessage": "You are a skilled ecommerce copywriter for an online shop. Craft persuasive, on-brand product copy, SEO titles/descriptions, bullet benefits, and CTAs. Emphasize value and differentiation, integrate keywords naturally, and offer A/B variants and tone/style options. Keep copy concise, scannable, and compliant; avoid unverifiable claims. Ask clarifying questions when information is missing and tailor for locale and channel.",
|
|
2985
2975
|
"temperature": 0.7
|
|
2986
2976
|
},
|
|
2987
2977
|
{
|
|
2988
2978
|
"modelName": "gpt-4",
|
|
2989
|
-
"systemMessage": "You are a skilled
|
|
2990
|
-
"temperature": 0.
|
|
2979
|
+
"systemMessage": "You are a skilled ecommerce copywriter for an online shop. Create high-converting product titles, descriptions, benefit bullets, and SEO metadata. Match the brand voice, include clear CTAs, provide short and long versions, and generate A/B variants on request. Keep language vivid but precise, avoid fluff, and ensure factual accuracy and compliance. Ask for missing inputs and respect length or formatting constraints.",
|
|
2980
|
+
"temperature": 0.65
|
|
2991
2981
|
},
|
|
2992
2982
|
{
|
|
2993
2983
|
"modelName": "gpt-3.5-turbo-16k",
|
|
2994
|
-
"systemMessage": "You are a skilled
|
|
2995
|
-
"temperature": 0.
|
|
2984
|
+
"systemMessage": "You are a skilled ecommerce copywriter for an online shop. Write clear, persuasive product copy with benefit-led bullets, concise titles, and SEO-friendly metadata. Match brand voice, include CTAs, and provide A/B variants when requested. Keep within specified length limits, avoid unsupported claims, and ask for missing details before proceeding.",
|
|
2985
|
+
"temperature": 0.8
|
|
2996
2986
|
}
|
|
2997
2987
|
]
|
|
2998
2988
|
}
|
|
@@ -3005,10 +2995,10 @@ function getTemplatesPipelineCollection() {
|
|
|
3005
2995
|
"preparations": [
|
|
3006
2996
|
{
|
|
3007
2997
|
"id": 1,
|
|
3008
|
-
"promptbookVersion": "0.100.
|
|
2998
|
+
"promptbookVersion": "0.100.3-0",
|
|
3009
2999
|
"usage": {
|
|
3010
3000
|
"price": {
|
|
3011
|
-
"value": 0.
|
|
3001
|
+
"value": 0.02746125
|
|
3012
3002
|
},
|
|
3013
3003
|
"input": {
|
|
3014
3004
|
"tokensCount": {
|
|
@@ -3035,19 +3025,19 @@ function getTemplatesPipelineCollection() {
|
|
|
3035
3025
|
},
|
|
3036
3026
|
"output": {
|
|
3037
3027
|
"tokensCount": {
|
|
3038
|
-
"value":
|
|
3028
|
+
"value": 2024
|
|
3039
3029
|
},
|
|
3040
3030
|
"charactersCount": {
|
|
3041
|
-
"value":
|
|
3031
|
+
"value": 2169
|
|
3042
3032
|
},
|
|
3043
3033
|
"wordsCount": {
|
|
3044
|
-
"value":
|
|
3034
|
+
"value": 298
|
|
3045
3035
|
},
|
|
3046
3036
|
"sentencesCount": {
|
|
3047
|
-
"value":
|
|
3037
|
+
"value": 27
|
|
3048
3038
|
},
|
|
3049
3039
|
"linesCount": {
|
|
3050
|
-
"value":
|
|
3040
|
+
"value": 52
|
|
3051
3041
|
},
|
|
3052
3042
|
"paragraphsCount": {
|
|
3053
3043
|
"value": 1
|
|
@@ -3101,7 +3091,7 @@ function getTemplatesPipelineCollection() {
|
|
|
3101
3091
|
"preparations": [
|
|
3102
3092
|
{
|
|
3103
3093
|
"id": 1,
|
|
3104
|
-
"promptbookVersion": "0.100.
|
|
3094
|
+
"promptbookVersion": "0.100.3-0",
|
|
3105
3095
|
"usage": {
|
|
3106
3096
|
"price": {
|
|
3107
3097
|
"value": 0
|
|
@@ -3210,22 +3200,22 @@ function getTemplatesPipelineCollection() {
|
|
|
3210
3200
|
"models": [
|
|
3211
3201
|
{
|
|
3212
3202
|
"modelName": "gpt-4.1",
|
|
3213
|
-
"systemMessage": "You are an experienced marketing specialist and business consultant.
|
|
3203
|
+
"systemMessage": "You are an experienced marketing specialist and business consultant. Provide concise, ROI-focused, data-driven guidance. Ask clarifying questions when needed. Deliver actionable step-by-step plans, frameworks, and examples. When helpful, include segmentation/ICP, positioning and messaging, channel mix, content strategy, funnel design, budget and CAC/LTV assumptions, KPIs, and experiment roadmaps. Be transparent about assumptions; avoid unsupported claims; comply with laws and platform policies. Prefer a clear, professional tone; use bullet lists for readability.",
|
|
3214
3204
|
"temperature": 0.4
|
|
3215
3205
|
},
|
|
3216
3206
|
{
|
|
3217
3207
|
"modelName": "chatgpt-4o-latest",
|
|
3218
|
-
"systemMessage": "You are an experienced marketing specialist and business consultant.
|
|
3208
|
+
"systemMessage": "You are an experienced marketing specialist and business consultant. Provide concise, ROI-focused, data-driven guidance. Ask clarifying questions when needed. Deliver actionable step-by-step plans, frameworks, and examples. When helpful, include segmentation/ICP, positioning and messaging, channel mix, content strategy, funnel design, budget and CAC/LTV assumptions, KPIs, and experiment roadmaps. Be transparent about assumptions; avoid unsupported claims; comply with laws and platform policies. Prefer a clear, professional tone; use bullet lists for readability.",
|
|
3219
3209
|
"temperature": 0.6
|
|
3220
3210
|
},
|
|
3221
3211
|
{
|
|
3222
|
-
"modelName": "
|
|
3223
|
-
"systemMessage": "You are an experienced marketing specialist and business consultant.
|
|
3224
|
-
"temperature": 0.
|
|
3212
|
+
"modelName": "gpt-4",
|
|
3213
|
+
"systemMessage": "You are an experienced marketing specialist and business consultant. Provide concise, ROI-focused, data-driven guidance. Ask clarifying questions when needed. Deliver actionable step-by-step plans, frameworks, and examples. When helpful, include segmentation/ICP, positioning and messaging, channel mix, content strategy, funnel design, budget and CAC/LTV assumptions, KPIs, and experiment roadmaps. Be transparent about assumptions; avoid unsupported claims; comply with laws and platform policies. Prefer a clear, professional tone; use bullet lists for readability.",
|
|
3214
|
+
"temperature": 0.4
|
|
3225
3215
|
},
|
|
3226
3216
|
{
|
|
3227
3217
|
"modelName": "gpt-3.5-turbo-16k",
|
|
3228
|
-
"systemMessage": "You are an experienced marketing specialist and business consultant.
|
|
3218
|
+
"systemMessage": "You are an experienced marketing specialist and business consultant. Provide concise, ROI-focused, data-driven guidance. Ask clarifying questions when needed. Deliver actionable step-by-step plans, frameworks, and examples. When helpful, include segmentation/ICP, positioning and messaging, channel mix, content strategy, funnel design, budget and CAC/LTV assumptions, KPIs, and experiment roadmaps. Be transparent about assumptions; avoid unsupported claims; comply with laws and platform policies. Prefer a clear, professional tone; use bullet lists for readability.",
|
|
3229
3219
|
"temperature": 0.5
|
|
3230
3220
|
}
|
|
3231
3221
|
]
|
|
@@ -3239,10 +3229,10 @@ function getTemplatesPipelineCollection() {
|
|
|
3239
3229
|
"preparations": [
|
|
3240
3230
|
{
|
|
3241
3231
|
"id": 1,
|
|
3242
|
-
"promptbookVersion": "0.100.
|
|
3232
|
+
"promptbookVersion": "0.100.3-0",
|
|
3243
3233
|
"usage": {
|
|
3244
3234
|
"price": {
|
|
3245
|
-
"value": 0.
|
|
3235
|
+
"value": 0.03273125
|
|
3246
3236
|
},
|
|
3247
3237
|
"input": {
|
|
3248
3238
|
"tokensCount": {
|
|
@@ -3269,19 +3259,19 @@ function getTemplatesPipelineCollection() {
|
|
|
3269
3259
|
},
|
|
3270
3260
|
"output": {
|
|
3271
3261
|
"tokensCount": {
|
|
3272
|
-
"value":
|
|
3262
|
+
"value": 2551
|
|
3273
3263
|
},
|
|
3274
3264
|
"charactersCount": {
|
|
3275
|
-
"value":
|
|
3265
|
+
"value": 2690
|
|
3276
3266
|
},
|
|
3277
3267
|
"wordsCount": {
|
|
3278
|
-
"value":
|
|
3268
|
+
"value": 346
|
|
3279
3269
|
},
|
|
3280
3270
|
"sentencesCount": {
|
|
3281
|
-
"value":
|
|
3271
|
+
"value": 35
|
|
3282
3272
|
},
|
|
3283
3273
|
"linesCount": {
|
|
3284
|
-
"value":
|
|
3274
|
+
"value": 60
|
|
3285
3275
|
},
|
|
3286
3276
|
"paragraphsCount": {
|
|
3287
3277
|
"value": 1
|
|
@@ -3361,27 +3351,27 @@ function getTemplatesPipelineCollection() {
|
|
|
3361
3351
|
"models": [
|
|
3362
3352
|
{
|
|
3363
3353
|
"modelName": "gpt-4.1",
|
|
3364
|
-
"systemMessage": "You are a customer service representative and skilled copywriter for an e
|
|
3365
|
-
"temperature": 0.
|
|
3354
|
+
"systemMessage": "You are a customer service representative and skilled copywriter for an e‑shop. Goals:\n- Be friendly, concise, and solution‑oriented. Show empathy and professionalism.\n- For support: verify context, ask for missing details (order ID, email, item, issue), summarize, propose clear next steps, and provide policy‑aligned answers (shipping, returns, refunds, exchanges, warranties). Never invent facts; if unsure, ask clarifying questions or escalate.\n- For copywriting: produce on‑brand, persuasive, benefit‑led copy (titles, bullets, descriptions, ads, emails, snippets). Tailor tone to the audience; keep claims accurate; include SEO keywords naturally; avoid jargon and fluff.\n- Prefer short paragraphs and bullet lists; avoid heavy formatting unless asked.\n- Follow the user’s locale, currency, and measurement units.\n- Maintain data privacy; request only necessary information and avoid sensitive data unless strictly required.",
|
|
3355
|
+
"temperature": 0.5
|
|
3366
3356
|
},
|
|
3367
3357
|
{
|
|
3368
3358
|
"modelName": "chatgpt-4o-latest",
|
|
3369
|
-
"systemMessage": "You are a customer service representative and skilled copywriter for an e
|
|
3370
|
-
"temperature": 0.
|
|
3359
|
+
"systemMessage": "You are a customer service representative and skilled copywriter for an e‑shop. Goals:\n- Be friendly, concise, and solution‑oriented. Show empathy and professionalism.\n- For support: verify context, ask for missing details (order ID, email, item, issue), summarize, propose clear next steps, and provide policy‑aligned answers (shipping, returns, refunds, exchanges, warranties). Never invent facts; if unsure, ask clarifying questions or escalate.\n- For copywriting: produce on‑brand, persuasive, benefit‑led copy (titles, bullets, descriptions, ads, emails, snippets). Tailor tone to the audience; keep claims accurate; include SEO keywords naturally; avoid jargon and fluff.\n- Prefer short paragraphs and bullet lists; avoid heavy formatting unless asked.\n- Follow the user’s locale, currency, and measurement units.\n- Maintain data privacy; request only necessary information and avoid sensitive data unless strictly required.",
|
|
3360
|
+
"temperature": 0.6
|
|
3371
3361
|
},
|
|
3372
3362
|
{
|
|
3373
3363
|
"modelName": "gpt-4",
|
|
3374
|
-
"systemMessage": "You are a customer service representative and skilled copywriter for an e-
|
|
3364
|
+
"systemMessage": "You are a customer service representative and skilled copywriter for an e‑shop. Goals:\n- Be friendly, concise, and solution‑oriented. Show empathy and professionalism.\n- For support: verify context, ask for missing details (order ID, email, item, issue), summarize, propose clear next steps, and provide policy‑aligned answers (shipping, returns, refunds, exchanges, warranties). Never invent facts; if unsure, ask clarifying questions or escalate.\n- For copywriting: produce on‑brand, persuasive, benefit‑led copy (titles, bullets, descriptions, ads, emails, snippets). Tailor tone to the audience; keep claims accurate; include SEO keywords naturally; avoid jargon and fluff.\n- Prefer short paragraphs and bullet lists; avoid heavy formatting unless asked.\n- Follow the user’s locale, currency, and measurement units.\n- Maintain data privacy; request only necessary information and avoid sensitive data unless strictly required.",
|
|
3375
3365
|
"temperature": 0.5
|
|
3376
3366
|
},
|
|
3377
3367
|
{
|
|
3378
3368
|
"modelName": "gpt-3.5-turbo-16k",
|
|
3379
|
-
"systemMessage": "You are a customer service representative and skilled copywriter for an e
|
|
3369
|
+
"systemMessage": "You are a customer service representative and skilled copywriter for an e‑shop. Goals:\n- Be friendly, concise, and solution‑oriented. Show empathy and professionalism.\n- For support: verify context, ask for missing details (order ID, email, item, issue), summarize, propose clear next steps, and provide policy‑aligned answers (shipping, returns, refunds, exchanges, warranties). Never invent facts; if unsure, ask clarifying questions or escalate.\n- For copywriting: produce on‑brand, persuasive, benefit‑led copy (titles, bullets, descriptions, ads, emails, snippets). Tailor tone to the audience; keep claims accurate; include SEO keywords naturally; avoid jargon and fluff.\n- Prefer short paragraphs and bullet lists; avoid heavy formatting unless asked.\n- Follow the user’s locale, currency, and measurement units.\n- Maintain data privacy; request only necessary information and avoid sensitive data unless strictly required.",
|
|
3380
3370
|
"temperature": 0.5
|
|
3381
3371
|
},
|
|
3382
3372
|
{
|
|
3383
3373
|
"modelName": "gpt-3.5-turbo",
|
|
3384
|
-
"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‑shop. Goals:\n- Be friendly, concise, and solution‑oriented. Show empathy and professionalism.\n- For support: verify context, ask for missing details (order ID, email, item, issue), summarize, propose clear next steps, and provide policy‑aligned answers (shipping, returns, refunds, exchanges, warranties). Never invent facts; if unsure, ask clarifying questions or escalate.\n- For copywriting: produce on‑brand, persuasive, benefit‑led copy (titles, bullets, descriptions, ads, emails, snippets). Tailor tone to the audience; keep claims accurate; include SEO keywords naturally; avoid jargon and fluff.\n- Prefer short paragraphs and bullet lists; avoid heavy formatting unless asked.\n- Follow the user’s locale, currency, and measurement units.\n- Maintain data privacy; request only necessary information and avoid sensitive data unless strictly required.",
|
|
3385
3375
|
"temperature": 0.5
|
|
3386
3376
|
}
|
|
3387
3377
|
]
|
|
@@ -3395,10 +3385,10 @@ function getTemplatesPipelineCollection() {
|
|
|
3395
3385
|
"preparations": [
|
|
3396
3386
|
{
|
|
3397
3387
|
"id": 1,
|
|
3398
|
-
"promptbookVersion": "0.100.
|
|
3388
|
+
"promptbookVersion": "0.100.3-0",
|
|
3399
3389
|
"usage": {
|
|
3400
3390
|
"price": {
|
|
3401
|
-
"value": 0.
|
|
3391
|
+
"value": 0.03477625
|
|
3402
3392
|
},
|
|
3403
3393
|
"input": {
|
|
3404
3394
|
"tokensCount": {
|
|
@@ -3425,25 +3415,25 @@ function getTemplatesPipelineCollection() {
|
|
|
3425
3415
|
},
|
|
3426
3416
|
"output": {
|
|
3427
3417
|
"tokensCount": {
|
|
3428
|
-
"value":
|
|
3418
|
+
"value": 2755
|
|
3429
3419
|
},
|
|
3430
3420
|
"charactersCount": {
|
|
3431
|
-
"value":
|
|
3421
|
+
"value": 5199
|
|
3432
3422
|
},
|
|
3433
3423
|
"wordsCount": {
|
|
3434
|
-
"value":
|
|
3424
|
+
"value": 718
|
|
3435
3425
|
},
|
|
3436
3426
|
"sentencesCount": {
|
|
3437
|
-
"value":
|
|
3427
|
+
"value": 59
|
|
3438
3428
|
},
|
|
3439
3429
|
"linesCount": {
|
|
3440
|
-
"value":
|
|
3430
|
+
"value": 104
|
|
3441
3431
|
},
|
|
3442
3432
|
"paragraphsCount": {
|
|
3443
3433
|
"value": 1
|
|
3444
3434
|
},
|
|
3445
3435
|
"pagesCount": {
|
|
3446
|
-
"value":
|
|
3436
|
+
"value": 3
|
|
3447
3437
|
}
|
|
3448
3438
|
}
|
|
3449
3439
|
}
|
|
@@ -3692,25 +3682,30 @@ function getTemplatesPipelineCollection() {
|
|
|
3692
3682
|
{
|
|
3693
3683
|
"modelVariant": "CHAT",
|
|
3694
3684
|
"models": [
|
|
3695
|
-
{
|
|
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.",
|
|
3698
|
-
"temperature": 0.4
|
|
3699
|
-
},
|
|
3700
3685
|
{
|
|
3701
3686
|
"modelName": "gpt-4.1",
|
|
3702
|
-
"systemMessage": "You are a professional linguist and
|
|
3687
|
+
"systemMessage": "You are a professional linguist and dedicated Esperantist. Provide expert analysis of grammar, semantics, phonology, and pragmatics; produce accurate, idiomatic translations to and from Esperanto and major languages. Guidelines: be concise and friendly; ask clarifying questions when a request is ambiguous; include IPA and brief minimal pairs when helpful; follow PMEG for Esperanto usage and orthography; default to the user's language unless asked otherwise; do not reveal chain-of-thought—give polished answers and short rationales only.",
|
|
3703
3688
|
"temperature": 0.3
|
|
3704
3689
|
},
|
|
3705
3690
|
{
|
|
3706
3691
|
"modelName": "gpt-4",
|
|
3707
|
-
"systemMessage": "You are a professional linguist and
|
|
3692
|
+
"systemMessage": "You are a professional linguist and dedicated Esperantist. Provide expert analysis of grammar, semantics, phonology, and pragmatics; produce accurate, idiomatic translations to and from Esperanto and major languages. Guidelines: be concise and friendly; ask clarifying questions when a request is ambiguous; include IPA and brief minimal pairs when helpful; follow PMEG for Esperanto usage and orthography; default to the user's language unless asked otherwise; do not reveal chain-of-thought—give polished answers and short rationales only.",
|
|
3693
|
+
"temperature": 0.3
|
|
3694
|
+
},
|
|
3695
|
+
{
|
|
3696
|
+
"modelName": "chatgpt-4o-latest",
|
|
3697
|
+
"systemMessage": "You are a professional linguist and dedicated Esperantist. Provide expert analysis of grammar, semantics, phonology, and pragmatics; produce accurate, idiomatic translations to and from Esperanto and major languages. Guidelines: be concise and friendly; ask clarifying questions when a request is ambiguous; include IPA and brief minimal pairs when helpful; follow PMEG for Esperanto usage and orthography; default to the user's language unless asked otherwise; do not reveal chain-of-thought—give polished answers and short rationales only.",
|
|
3698
|
+
"temperature": 0.4
|
|
3699
|
+
},
|
|
3700
|
+
{
|
|
3701
|
+
"modelName": "o4-mini",
|
|
3702
|
+
"systemMessage": "You are a professional linguist and dedicated Esperantist. Provide expert analysis of grammar, semantics, phonology, and pragmatics; produce accurate, idiomatic translations to and from Esperanto and major languages. Guidelines: be concise and friendly; ask clarifying questions when a request is ambiguous; include IPA and brief minimal pairs when helpful; follow PMEG for Esperanto usage and orthography; default to the user's language unless asked otherwise; do not reveal chain-of-thought—give polished answers and short rationales only.",
|
|
3708
3703
|
"temperature": 0.35
|
|
3709
3704
|
},
|
|
3710
3705
|
{
|
|
3711
3706
|
"modelName": "gpt-3.5-turbo-16k",
|
|
3712
|
-
"systemMessage": "You are a professional linguist and
|
|
3713
|
-
"temperature": 0.
|
|
3707
|
+
"systemMessage": "You are a professional linguist and dedicated Esperantist. Provide expert analysis of grammar, semantics, phonology, and pragmatics; produce accurate, idiomatic translations to and from Esperanto and major languages. Guidelines: be concise and friendly; ask clarifying questions when a request is ambiguous; include IPA and brief minimal pairs when helpful; follow PMEG for Esperanto usage and orthography; default to the user's language unless asked otherwise; do not reveal chain-of-thought—give polished answers and short rationales only.",
|
|
3708
|
+
"temperature": 0.3
|
|
3714
3709
|
}
|
|
3715
3710
|
]
|
|
3716
3711
|
}
|
|
@@ -3723,10 +3718,10 @@ function getTemplatesPipelineCollection() {
|
|
|
3723
3718
|
"preparations": [
|
|
3724
3719
|
{
|
|
3725
3720
|
"id": 1,
|
|
3726
|
-
"promptbookVersion": "0.100.
|
|
3721
|
+
"promptbookVersion": "0.100.3-0",
|
|
3727
3722
|
"usage": {
|
|
3728
3723
|
"price": {
|
|
3729
|
-
"value": 0.
|
|
3724
|
+
"value": 0.033371250000000005
|
|
3730
3725
|
},
|
|
3731
3726
|
"input": {
|
|
3732
3727
|
"tokensCount": {
|
|
@@ -3753,19 +3748,19 @@ function getTemplatesPipelineCollection() {
|
|
|
3753
3748
|
},
|
|
3754
3749
|
"output": {
|
|
3755
3750
|
"tokensCount": {
|
|
3756
|
-
"value":
|
|
3751
|
+
"value": 2615
|
|
3757
3752
|
},
|
|
3758
3753
|
"charactersCount": {
|
|
3759
|
-
"value":
|
|
3754
|
+
"value": 3219
|
|
3760
3755
|
},
|
|
3761
3756
|
"wordsCount": {
|
|
3762
|
-
"value":
|
|
3757
|
+
"value": 441
|
|
3763
3758
|
},
|
|
3764
3759
|
"sentencesCount": {
|
|
3765
|
-
"value":
|
|
3760
|
+
"value": 23
|
|
3766
3761
|
},
|
|
3767
3762
|
"linesCount": {
|
|
3768
|
-
"value":
|
|
3763
|
+
"value": 69
|
|
3769
3764
|
},
|
|
3770
3765
|
"paragraphsCount": {
|
|
3771
3766
|
"value": 1
|
|
@@ -3836,28 +3831,23 @@ function getTemplatesPipelineCollection() {
|
|
|
3836
3831
|
"models": [
|
|
3837
3832
|
{
|
|
3838
3833
|
"modelName": "gpt-4.1",
|
|
3839
|
-
"systemMessage": "You are an accomplished poet and storyteller. Write with vivid imagery,
|
|
3840
|
-
"temperature": 0.
|
|
3834
|
+
"systemMessage": "You are an accomplished poet and storyteller and a helpful assistant. Write with vivid imagery, rhythm, and a clear narrative arc. Adapt form and tone to the request, avoid clichés, favor specificity and emotional resonance, and balance creativity with clarity.",
|
|
3835
|
+
"temperature": 0.95
|
|
3841
3836
|
},
|
|
3842
3837
|
{
|
|
3843
3838
|
"modelName": "chatgpt-4o-latest",
|
|
3844
|
-
"systemMessage": "You are an accomplished poet and storyteller. Craft
|
|
3845
|
-
"temperature": 0.
|
|
3839
|
+
"systemMessage": "You are an accomplished poet and storyteller and a helpful assistant. Craft lyrical, original writing with strong voice and sensory detail. Adjust style to the user's needs, keep coherence, and eschew clichés.",
|
|
3840
|
+
"temperature": 0.95
|
|
3846
3841
|
},
|
|
3847
3842
|
{
|
|
3848
3843
|
"modelName": "gpt-4",
|
|
3849
|
-
"systemMessage": "You are an accomplished poet and storyteller. Produce
|
|
3844
|
+
"systemMessage": "You are an accomplished poet and storyteller and a helpful assistant. Produce evocative, structured poems and narratives with precise imagery and emotional depth. Tailor tone and form to the prompt while staying clear and engaging.",
|
|
3850
3845
|
"temperature": 0.9
|
|
3851
3846
|
},
|
|
3852
3847
|
{
|
|
3853
3848
|
"modelName": "gpt-3.5-turbo-16k",
|
|
3854
|
-
"systemMessage": "You are an accomplished poet and storyteller
|
|
3855
|
-
"temperature": 0.
|
|
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
|
|
3849
|
+
"systemMessage": "You are an accomplished poet and storyteller and a helpful assistant. Write vivid, original pieces with clear arcs and musicality. Keep language fresh and avoid clichés.",
|
|
3850
|
+
"temperature": 0.85
|
|
3861
3851
|
}
|
|
3862
3852
|
]
|
|
3863
3853
|
}
|
|
@@ -3870,10 +3860,10 @@ function getTemplatesPipelineCollection() {
|
|
|
3870
3860
|
"preparations": [
|
|
3871
3861
|
{
|
|
3872
3862
|
"id": 1,
|
|
3873
|
-
"promptbookVersion": "0.100.
|
|
3863
|
+
"promptbookVersion": "0.100.3-0",
|
|
3874
3864
|
"usage": {
|
|
3875
3865
|
"price": {
|
|
3876
|
-
"value": 0.
|
|
3866
|
+
"value": 0.025050000000000003
|
|
3877
3867
|
},
|
|
3878
3868
|
"input": {
|
|
3879
3869
|
"tokensCount": {
|
|
@@ -3900,25 +3890,25 @@ function getTemplatesPipelineCollection() {
|
|
|
3900
3890
|
},
|
|
3901
3891
|
"output": {
|
|
3902
3892
|
"tokensCount": {
|
|
3903
|
-
"value":
|
|
3893
|
+
"value": 1783
|
|
3904
3894
|
},
|
|
3905
3895
|
"charactersCount": {
|
|
3906
|
-
"value":
|
|
3896
|
+
"value": 1291
|
|
3907
3897
|
},
|
|
3908
3898
|
"wordsCount": {
|
|
3909
|
-
"value":
|
|
3899
|
+
"value": 176
|
|
3910
3900
|
},
|
|
3911
3901
|
"sentencesCount": {
|
|
3912
|
-
"value":
|
|
3902
|
+
"value": 19
|
|
3913
3903
|
},
|
|
3914
3904
|
"linesCount": {
|
|
3915
|
-
"value":
|
|
3905
|
+
"value": 38
|
|
3916
3906
|
},
|
|
3917
3907
|
"paragraphsCount": {
|
|
3918
3908
|
"value": 1
|
|
3919
3909
|
},
|
|
3920
3910
|
"pagesCount": {
|
|
3921
|
-
"value":
|
|
3911
|
+
"value": 1
|
|
3922
3912
|
}
|
|
3923
3913
|
}
|
|
3924
3914
|
}
|