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