@promptbook/templates 0.100.2 → 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/README.md +4 -0
- package/esm/index.es.js +131 -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 +131 -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.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,27 +1552,27 @@ function getTemplatesPipelineCollection() {
|
|
|
1552
1552
|
"models": [
|
|
1553
1553
|
{
|
|
1554
1554
|
"modelName": "gpt-4.1",
|
|
1555
|
-
"systemMessage": "You are a developer of the Promptbook Project
|
|
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
1556
|
"temperature": 0.2
|
|
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 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
|
+
"temperature": 0.4
|
|
1562
1562
|
},
|
|
1563
1563
|
{
|
|
1564
|
-
"modelName": "
|
|
1565
|
-
"systemMessage": "You are a developer of the Promptbook Project
|
|
1566
|
-
"temperature": 0.
|
|
1564
|
+
"modelName": "o4-mini",
|
|
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
|
|
1567
1567
|
},
|
|
1568
1568
|
{
|
|
1569
|
-
"modelName": "
|
|
1570
|
-
"systemMessage": "You are a developer of the Promptbook Project
|
|
1571
|
-
"temperature": 0.
|
|
1569
|
+
"modelName": "gpt-4",
|
|
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
|
|
1572
1572
|
},
|
|
1573
1573
|
{
|
|
1574
1574
|
"modelName": "gpt-3.5-turbo-16k",
|
|
1575
|
-
"systemMessage": "You are a developer of the Promptbook Project
|
|
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.",
|
|
1576
1576
|
"temperature": 0.3
|
|
1577
1577
|
}
|
|
1578
1578
|
]
|
|
@@ -1586,10 +1586,10 @@ function getTemplatesPipelineCollection() {
|
|
|
1586
1586
|
"preparations": [
|
|
1587
1587
|
{
|
|
1588
1588
|
"id": 1,
|
|
1589
|
-
"promptbookVersion": "0.100.
|
|
1589
|
+
"promptbookVersion": "0.100.3-0",
|
|
1590
1590
|
"usage": {
|
|
1591
1591
|
"price": {
|
|
1592
|
-
"value": 0.
|
|
1592
|
+
"value": 0.0343725
|
|
1593
1593
|
},
|
|
1594
1594
|
"input": {
|
|
1595
1595
|
"tokensCount": {
|
|
@@ -1616,19 +1616,19 @@ function getTemplatesPipelineCollection() {
|
|
|
1616
1616
|
},
|
|
1617
1617
|
"output": {
|
|
1618
1618
|
"tokensCount": {
|
|
1619
|
-
"value":
|
|
1619
|
+
"value": 2715
|
|
1620
1620
|
},
|
|
1621
1621
|
"charactersCount": {
|
|
1622
|
-
"value":
|
|
1622
|
+
"value": 1830
|
|
1623
1623
|
},
|
|
1624
1624
|
"wordsCount": {
|
|
1625
|
-
"value":
|
|
1625
|
+
"value": 234
|
|
1626
1626
|
},
|
|
1627
1627
|
"sentencesCount": {
|
|
1628
|
-
"value":
|
|
1628
|
+
"value": 24
|
|
1629
1629
|
},
|
|
1630
1630
|
"linesCount": {
|
|
1631
|
-
"value":
|
|
1631
|
+
"value": 49
|
|
1632
1632
|
},
|
|
1633
1633
|
"paragraphsCount": {
|
|
1634
1634
|
"value": 1
|
|
@@ -2117,27 +2117,27 @@ function getTemplatesPipelineCollection() {
|
|
|
2117
2117
|
"models": [
|
|
2118
2118
|
{
|
|
2119
2119
|
"modelName": "gpt-4.1",
|
|
2120
|
-
"systemMessage": "You are a developer of the Promptbook Project
|
|
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
2121
|
"temperature": 0.2
|
|
2122
2122
|
},
|
|
2123
2123
|
{
|
|
2124
2124
|
"modelName": "chatgpt-4o-latest",
|
|
2125
|
-
"systemMessage": "You are a developer of the Promptbook Project
|
|
2126
|
-
"temperature": 0.
|
|
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.",
|
|
2126
|
+
"temperature": 0.4
|
|
2127
2127
|
},
|
|
2128
2128
|
{
|
|
2129
|
-
"modelName": "
|
|
2130
|
-
"systemMessage": "You are a developer of the Promptbook Project
|
|
2131
|
-
"temperature": 0.
|
|
2129
|
+
"modelName": "o4-mini",
|
|
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
|
|
2132
2132
|
},
|
|
2133
2133
|
{
|
|
2134
|
-
"modelName": "
|
|
2135
|
-
"systemMessage": "You are a developer of the Promptbook Project
|
|
2136
|
-
"temperature": 0.
|
|
2134
|
+
"modelName": "gpt-4",
|
|
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
|
|
2137
2137
|
},
|
|
2138
2138
|
{
|
|
2139
2139
|
"modelName": "gpt-3.5-turbo-16k",
|
|
2140
|
-
"systemMessage": "You are a developer of the Promptbook Project
|
|
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.",
|
|
2141
2141
|
"temperature": 0.3
|
|
2142
2142
|
}
|
|
2143
2143
|
]
|
|
@@ -2151,10 +2151,10 @@ function getTemplatesPipelineCollection() {
|
|
|
2151
2151
|
"preparations": [
|
|
2152
2152
|
{
|
|
2153
2153
|
"id": 1,
|
|
2154
|
-
"promptbookVersion": "0.100.
|
|
2154
|
+
"promptbookVersion": "0.100.3-0",
|
|
2155
2155
|
"usage": {
|
|
2156
2156
|
"price": {
|
|
2157
|
-
"value": 0.
|
|
2157
|
+
"value": 0.0343725
|
|
2158
2158
|
},
|
|
2159
2159
|
"input": {
|
|
2160
2160
|
"tokensCount": {
|
|
@@ -2181,19 +2181,19 @@ function getTemplatesPipelineCollection() {
|
|
|
2181
2181
|
},
|
|
2182
2182
|
"output": {
|
|
2183
2183
|
"tokensCount": {
|
|
2184
|
-
"value":
|
|
2184
|
+
"value": 2715
|
|
2185
2185
|
},
|
|
2186
2186
|
"charactersCount": {
|
|
2187
|
-
"value":
|
|
2187
|
+
"value": 1830
|
|
2188
2188
|
},
|
|
2189
2189
|
"wordsCount": {
|
|
2190
|
-
"value":
|
|
2190
|
+
"value": 234
|
|
2191
2191
|
},
|
|
2192
2192
|
"sentencesCount": {
|
|
2193
|
-
"value":
|
|
2193
|
+
"value": 24
|
|
2194
2194
|
},
|
|
2195
2195
|
"linesCount": {
|
|
2196
|
-
"value":
|
|
2196
|
+
"value": 49
|
|
2197
2197
|
},
|
|
2198
2198
|
"paragraphsCount": {
|
|
2199
2199
|
"value": 1
|
|
@@ -2823,28 +2823,23 @@ function getTemplatesPipelineCollection() {
|
|
|
2823
2823
|
"models": [
|
|
2824
2824
|
{
|
|
2825
2825
|
"modelName": "gpt-4.1",
|
|
2826
|
-
"systemMessage": "You are
|
|
2827
|
-
"temperature": 0.
|
|
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.",
|
|
2827
|
+
"temperature": 0.2
|
|
2828
2828
|
},
|
|
2829
2829
|
{
|
|
2830
2830
|
"modelName": "gpt-4",
|
|
2831
|
-
"systemMessage": "You are
|
|
2832
|
-
"temperature": 0.15
|
|
2833
|
-
},
|
|
2834
|
-
{
|
|
2835
|
-
"modelName": "chatgpt-4o-latest",
|
|
2836
|
-
"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.",
|
|
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.",
|
|
2837
2832
|
"temperature": 0.2
|
|
2838
2833
|
},
|
|
2839
2834
|
{
|
|
2840
|
-
"modelName": "
|
|
2841
|
-
"systemMessage": "You are
|
|
2842
|
-
"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
|
|
2843
2838
|
},
|
|
2844
2839
|
{
|
|
2845
2840
|
"modelName": "gpt-3.5-turbo-16k",
|
|
2846
|
-
"systemMessage": "You are
|
|
2847
|
-
"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
|
|
2848
2843
|
}
|
|
2849
2844
|
]
|
|
2850
2845
|
}
|
|
@@ -2857,10 +2852,10 @@ function getTemplatesPipelineCollection() {
|
|
|
2857
2852
|
"preparations": [
|
|
2858
2853
|
{
|
|
2859
2854
|
"id": 1,
|
|
2860
|
-
"promptbookVersion": "0.100.
|
|
2855
|
+
"promptbookVersion": "0.100.3-0",
|
|
2861
2856
|
"usage": {
|
|
2862
2857
|
"price": {
|
|
2863
|
-
"value": 0.
|
|
2858
|
+
"value": 0.034411250000000004
|
|
2864
2859
|
},
|
|
2865
2860
|
"input": {
|
|
2866
2861
|
"tokensCount": {
|
|
@@ -2887,19 +2882,19 @@ function getTemplatesPipelineCollection() {
|
|
|
2887
2882
|
},
|
|
2888
2883
|
"output": {
|
|
2889
2884
|
"tokensCount": {
|
|
2890
|
-
"value":
|
|
2885
|
+
"value": 2719
|
|
2891
2886
|
},
|
|
2892
2887
|
"charactersCount": {
|
|
2893
|
-
"value":
|
|
2888
|
+
"value": 3566
|
|
2894
2889
|
},
|
|
2895
2890
|
"wordsCount": {
|
|
2896
|
-
"value":
|
|
2891
|
+
"value": 518
|
|
2897
2892
|
},
|
|
2898
2893
|
"sentencesCount": {
|
|
2899
|
-
"value":
|
|
2894
|
+
"value": 51
|
|
2900
2895
|
},
|
|
2901
2896
|
"linesCount": {
|
|
2902
|
-
"value":
|
|
2897
|
+
"value": 72
|
|
2903
2898
|
},
|
|
2904
2899
|
"paragraphsCount": {
|
|
2905
2900
|
"value": 1
|
|
@@ -2971,23 +2966,23 @@ function getTemplatesPipelineCollection() {
|
|
|
2971
2966
|
"models": [
|
|
2972
2967
|
{
|
|
2973
2968
|
"modelName": "gpt-4.1",
|
|
2974
|
-
"systemMessage": "You are a skilled
|
|
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.",
|
|
2975
2970
|
"temperature": 0.6
|
|
2976
2971
|
},
|
|
2977
2972
|
{
|
|
2978
2973
|
"modelName": "chatgpt-4o-latest",
|
|
2979
|
-
"systemMessage": "You are a skilled
|
|
2980
|
-
"temperature": 0.
|
|
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.",
|
|
2975
|
+
"temperature": 0.7
|
|
2981
2976
|
},
|
|
2982
2977
|
{
|
|
2983
2978
|
"modelName": "gpt-4",
|
|
2984
|
-
"systemMessage": "You are a skilled
|
|
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.",
|
|
2985
2980
|
"temperature": 0.65
|
|
2986
2981
|
},
|
|
2987
2982
|
{
|
|
2988
2983
|
"modelName": "gpt-3.5-turbo-16k",
|
|
2989
|
-
"systemMessage": "You are a
|
|
2990
|
-
"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
|
|
2991
2986
|
}
|
|
2992
2987
|
]
|
|
2993
2988
|
}
|
|
@@ -3000,10 +2995,10 @@ function getTemplatesPipelineCollection() {
|
|
|
3000
2995
|
"preparations": [
|
|
3001
2996
|
{
|
|
3002
2997
|
"id": 1,
|
|
3003
|
-
"promptbookVersion": "0.100.
|
|
2998
|
+
"promptbookVersion": "0.100.3-0",
|
|
3004
2999
|
"usage": {
|
|
3005
3000
|
"price": {
|
|
3006
|
-
"value": 0.
|
|
3001
|
+
"value": 0.02746125
|
|
3007
3002
|
},
|
|
3008
3003
|
"input": {
|
|
3009
3004
|
"tokensCount": {
|
|
@@ -3030,19 +3025,19 @@ function getTemplatesPipelineCollection() {
|
|
|
3030
3025
|
},
|
|
3031
3026
|
"output": {
|
|
3032
3027
|
"tokensCount": {
|
|
3033
|
-
"value":
|
|
3028
|
+
"value": 2024
|
|
3034
3029
|
},
|
|
3035
3030
|
"charactersCount": {
|
|
3036
|
-
"value":
|
|
3031
|
+
"value": 2169
|
|
3037
3032
|
},
|
|
3038
3033
|
"wordsCount": {
|
|
3039
|
-
"value":
|
|
3034
|
+
"value": 298
|
|
3040
3035
|
},
|
|
3041
3036
|
"sentencesCount": {
|
|
3042
|
-
"value":
|
|
3037
|
+
"value": 27
|
|
3043
3038
|
},
|
|
3044
3039
|
"linesCount": {
|
|
3045
|
-
"value":
|
|
3040
|
+
"value": 52
|
|
3046
3041
|
},
|
|
3047
3042
|
"paragraphsCount": {
|
|
3048
3043
|
"value": 1
|
|
@@ -3096,7 +3091,7 @@ function getTemplatesPipelineCollection() {
|
|
|
3096
3091
|
"preparations": [
|
|
3097
3092
|
{
|
|
3098
3093
|
"id": 1,
|
|
3099
|
-
"promptbookVersion": "0.100.
|
|
3094
|
+
"promptbookVersion": "0.100.3-0",
|
|
3100
3095
|
"usage": {
|
|
3101
3096
|
"price": {
|
|
3102
3097
|
"value": 0
|
|
@@ -3202,31 +3197,26 @@ function getTemplatesPipelineCollection() {
|
|
|
3202
3197
|
"modelsRequirements": [
|
|
3203
3198
|
{
|
|
3204
3199
|
"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
|
-
},
|
|
3200
|
+
"models": [
|
|
3211
3201
|
{
|
|
3212
3202
|
"modelName": "gpt-4.1",
|
|
3213
|
-
"systemMessage": "You are an experienced marketing specialist and business consultant. Provide concise,
|
|
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
|
-
"modelName": "
|
|
3218
|
-
"systemMessage": "You are an experienced marketing specialist and business consultant. Provide concise,
|
|
3219
|
-
"temperature": 0.
|
|
3207
|
+
"modelName": "chatgpt-4o-latest",
|
|
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.",
|
|
3209
|
+
"temperature": 0.6
|
|
3220
3210
|
},
|
|
3221
3211
|
{
|
|
3222
3212
|
"modelName": "gpt-4",
|
|
3223
|
-
"systemMessage": "You are an experienced marketing specialist and business consultant. Provide concise,
|
|
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.",
|
|
3224
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. Provide concise,
|
|
3229
|
-
"temperature": 0.
|
|
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.",
|
|
3219
|
+
"temperature": 0.5
|
|
3230
3220
|
}
|
|
3231
3221
|
]
|
|
3232
3222
|
}
|
|
@@ -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
|
|
@@ -3358,26 +3348,31 @@ function getTemplatesPipelineCollection() {
|
|
|
3358
3348
|
"modelsRequirements": [
|
|
3359
3349
|
{
|
|
3360
3350
|
"modelVariant": "CHAT",
|
|
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‑shop.
|
|
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.",
|
|
3365
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‑shop.
|
|
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.",
|
|
3370
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‑shop.
|
|
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‑shop.
|
|
3380
|
-
"temperature": 0.
|
|
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.",
|
|
3370
|
+
"temperature": 0.5
|
|
3371
|
+
},
|
|
3372
|
+
{
|
|
3373
|
+
"modelName": "gpt-3.5-turbo",
|
|
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.",
|
|
3375
|
+
"temperature": 0.5
|
|
3381
3376
|
}
|
|
3382
3377
|
]
|
|
3383
3378
|
}
|
|
@@ -3390,10 +3385,10 @@ function getTemplatesPipelineCollection() {
|
|
|
3390
3385
|
"preparations": [
|
|
3391
3386
|
{
|
|
3392
3387
|
"id": 1,
|
|
3393
|
-
"promptbookVersion": "0.100.
|
|
3388
|
+
"promptbookVersion": "0.100.3-0",
|
|
3394
3389
|
"usage": {
|
|
3395
3390
|
"price": {
|
|
3396
|
-
"value": 0.
|
|
3391
|
+
"value": 0.03477625
|
|
3397
3392
|
},
|
|
3398
3393
|
"input": {
|
|
3399
3394
|
"tokensCount": {
|
|
@@ -3420,19 +3415,19 @@ function getTemplatesPipelineCollection() {
|
|
|
3420
3415
|
},
|
|
3421
3416
|
"output": {
|
|
3422
3417
|
"tokensCount": {
|
|
3423
|
-
"value":
|
|
3418
|
+
"value": 2755
|
|
3424
3419
|
},
|
|
3425
3420
|
"charactersCount": {
|
|
3426
|
-
"value":
|
|
3421
|
+
"value": 5199
|
|
3427
3422
|
},
|
|
3428
3423
|
"wordsCount": {
|
|
3429
|
-
"value":
|
|
3424
|
+
"value": 718
|
|
3430
3425
|
},
|
|
3431
3426
|
"sentencesCount": {
|
|
3432
|
-
"value":
|
|
3427
|
+
"value": 59
|
|
3433
3428
|
},
|
|
3434
3429
|
"linesCount": {
|
|
3435
|
-
"value":
|
|
3430
|
+
"value": 104
|
|
3436
3431
|
},
|
|
3437
3432
|
"paragraphsCount": {
|
|
3438
3433
|
"value": 1
|
|
@@ -3689,27 +3684,27 @@ function getTemplatesPipelineCollection() {
|
|
|
3689
3684
|
"models": [
|
|
3690
3685
|
{
|
|
3691
3686
|
"modelName": "gpt-4.1",
|
|
3692
|
-
"systemMessage": "You are a professional linguist and dedicated Esperantist.
|
|
3693
|
-
"temperature": 0.
|
|
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.",
|
|
3688
|
+
"temperature": 0.3
|
|
3694
3689
|
},
|
|
3695
3690
|
{
|
|
3696
|
-
"modelName": "
|
|
3697
|
-
"systemMessage": "You are a professional linguist and dedicated Esperantist.
|
|
3698
|
-
"temperature": 0.
|
|
3691
|
+
"modelName": "gpt-4",
|
|
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
|
|
3699
3694
|
},
|
|
3700
3695
|
{
|
|
3701
|
-
"modelName": "
|
|
3702
|
-
"systemMessage": "You are a professional linguist and dedicated Esperantist.
|
|
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.",
|
|
3703
3698
|
"temperature": 0.4
|
|
3704
3699
|
},
|
|
3705
3700
|
{
|
|
3706
|
-
"modelName": "
|
|
3707
|
-
"systemMessage": "You are a professional linguist and dedicated Esperantist.
|
|
3708
|
-
"temperature": 0.
|
|
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.",
|
|
3703
|
+
"temperature": 0.35
|
|
3709
3704
|
},
|
|
3710
3705
|
{
|
|
3711
|
-
"modelName": "
|
|
3712
|
-
"systemMessage": "You are a professional linguist and dedicated Esperantist.
|
|
3706
|
+
"modelName": "gpt-3.5-turbo-16k",
|
|
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.",
|
|
3713
3708
|
"temperature": 0.3
|
|
3714
3709
|
}
|
|
3715
3710
|
]
|
|
@@ -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,23 +3831,23 @@ function getTemplatesPipelineCollection() {
|
|
|
3836
3831
|
"models": [
|
|
3837
3832
|
{
|
|
3838
3833
|
"modelName": "gpt-4.1",
|
|
3839
|
-
"systemMessage": "You are an accomplished poet and storyteller
|
|
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.
|
|
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
|
|
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.
|
|
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
|
|
3856
3851
|
}
|
|
3857
3852
|
]
|
|
3858
3853
|
}
|
|
@@ -3865,10 +3860,10 @@ function getTemplatesPipelineCollection() {
|
|
|
3865
3860
|
"preparations": [
|
|
3866
3861
|
{
|
|
3867
3862
|
"id": 1,
|
|
3868
|
-
"promptbookVersion": "0.100.
|
|
3863
|
+
"promptbookVersion": "0.100.3-0",
|
|
3869
3864
|
"usage": {
|
|
3870
3865
|
"price": {
|
|
3871
|
-
"value": 0.
|
|
3866
|
+
"value": 0.025050000000000003
|
|
3872
3867
|
},
|
|
3873
3868
|
"input": {
|
|
3874
3869
|
"tokensCount": {
|
|
@@ -3895,25 +3890,25 @@ function getTemplatesPipelineCollection() {
|
|
|
3895
3890
|
},
|
|
3896
3891
|
"output": {
|
|
3897
3892
|
"tokensCount": {
|
|
3898
|
-
"value":
|
|
3893
|
+
"value": 1783
|
|
3899
3894
|
},
|
|
3900
3895
|
"charactersCount": {
|
|
3901
|
-
"value":
|
|
3896
|
+
"value": 1291
|
|
3902
3897
|
},
|
|
3903
3898
|
"wordsCount": {
|
|
3904
|
-
"value":
|
|
3899
|
+
"value": 176
|
|
3905
3900
|
},
|
|
3906
3901
|
"sentencesCount": {
|
|
3907
|
-
"value":
|
|
3902
|
+
"value": 19
|
|
3908
3903
|
},
|
|
3909
3904
|
"linesCount": {
|
|
3910
|
-
"value":
|
|
3905
|
+
"value": 38
|
|
3911
3906
|
},
|
|
3912
3907
|
"paragraphsCount": {
|
|
3913
3908
|
"value": 1
|
|
3914
3909
|
},
|
|
3915
3910
|
"pagesCount": {
|
|
3916
|
-
"value":
|
|
3911
|
+
"value": 1
|
|
3917
3912
|
}
|
|
3918
3913
|
}
|
|
3919
3914
|
}
|