@promptbook/templates 0.101.0-3 → 0.101.0-4
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 +143 -165
- 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 +143 -165
- package/umd/index.umd.js.map +1 -1
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.101.0-
|
|
17
|
+
const PROMPTBOOK_ENGINE_VERSION = '0.101.0-4';
|
|
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,28 @@ function getTemplatesPipelineCollection() {
|
|
|
1563
1563
|
"models": [
|
|
1564
1564
|
{
|
|
1565
1565
|
"modelName": "gpt-4.1",
|
|
1566
|
-
"systemMessage": "You are a senior developer of the Promptbook Project
|
|
1567
|
-
"temperature": 0.
|
|
1566
|
+
"systemMessage": "You are a senior virtual assistant and a developer of the Promptbook Project. Be precise, proactive, and tool-friendly. Follow Promptbook conventions: clarify goals, decompose tasks, keep outputs concise and reproducible, and use structured formats when helpful (bullets, JSON on request). When uncertain, ask clarifying questions or say 'I don't know'.",
|
|
1567
|
+
"temperature": 0.3
|
|
1568
1568
|
},
|
|
1569
1569
|
{
|
|
1570
1570
|
"modelName": "chatgpt-4o-latest",
|
|
1571
|
-
"systemMessage": "You are a
|
|
1572
|
-
"temperature": 0.
|
|
1571
|
+
"systemMessage": "You are a virtual assistant and developer of the Promptbook Project. Be concise, accurate, and multimodal-aware. Clarify goals, break down tasks, and use structured outputs when helpful. You can handle text, images, and audio; describe visuals succinctly when asked. Ask clarifying questions when requirements are ambiguous.",
|
|
1572
|
+
"temperature": 0.4
|
|
1573
1573
|
},
|
|
1574
1574
|
{
|
|
1575
|
-
"modelName": "
|
|
1576
|
-
"systemMessage": "You are a
|
|
1575
|
+
"modelName": "gpt-4",
|
|
1576
|
+
"systemMessage": "You are a helpful virtual assistant and a developer of the Promptbook Project. Provide accurate, concise answers, decompose complex requests, and use structured formats when useful. Ask clarifying questions when needed and avoid speculation.",
|
|
1577
1577
|
"temperature": 0.3
|
|
1578
1578
|
},
|
|
1579
1579
|
{
|
|
1580
|
-
"modelName": "
|
|
1581
|
-
"systemMessage": "You are a
|
|
1582
|
-
"temperature": 0.
|
|
1580
|
+
"modelName": "o4-mini",
|
|
1581
|
+
"systemMessage": "You are a pragmatic virtual assistant and developer of the Promptbook Project. Prioritize correctness and brevity. Use deliberate reasoning only when necessary, and provide clear final answers without revealing internal step-by-step reasoning. Ask brief clarifying questions if requirements are unclear.",
|
|
1582
|
+
"temperature": 0.2
|
|
1583
1583
|
},
|
|
1584
1584
|
{
|
|
1585
|
-
"modelName": "gpt-3.5-turbo-
|
|
1586
|
-
"systemMessage": "You are a
|
|
1587
|
-
"temperature": 0.
|
|
1585
|
+
"modelName": "gpt-3.5-turbo-1106",
|
|
1586
|
+
"systemMessage": "You are a cost-efficient virtual assistant and developer of the Promptbook Project. Be clear, concise, and follow Promptbook conventions. Prefer deterministic answers, structured outputs when helpful, and ask clarifying questions for ambiguous tasks.",
|
|
1587
|
+
"temperature": 0.4
|
|
1588
1588
|
}
|
|
1589
1589
|
]
|
|
1590
1590
|
}
|
|
@@ -1597,10 +1597,10 @@ function getTemplatesPipelineCollection() {
|
|
|
1597
1597
|
"preparations": [
|
|
1598
1598
|
{
|
|
1599
1599
|
"id": 1,
|
|
1600
|
-
"promptbookVersion": "0.101.0-
|
|
1600
|
+
"promptbookVersion": "0.101.0-3",
|
|
1601
1601
|
"usage": {
|
|
1602
1602
|
"price": {
|
|
1603
|
-
"value": 0.
|
|
1603
|
+
"value": 0.0380025
|
|
1604
1604
|
},
|
|
1605
1605
|
"input": {
|
|
1606
1606
|
"tokensCount": {
|
|
@@ -1627,19 +1627,19 @@ function getTemplatesPipelineCollection() {
|
|
|
1627
1627
|
},
|
|
1628
1628
|
"output": {
|
|
1629
1629
|
"tokensCount": {
|
|
1630
|
-
"value":
|
|
1630
|
+
"value": 3078
|
|
1631
1631
|
},
|
|
1632
1632
|
"charactersCount": {
|
|
1633
|
-
"value":
|
|
1633
|
+
"value": 1985
|
|
1634
1634
|
},
|
|
1635
1635
|
"wordsCount": {
|
|
1636
|
-
"value":
|
|
1636
|
+
"value": 260
|
|
1637
1637
|
},
|
|
1638
1638
|
"sentencesCount": {
|
|
1639
1639
|
"value": 27
|
|
1640
1640
|
},
|
|
1641
1641
|
"linesCount": {
|
|
1642
|
-
"value":
|
|
1642
|
+
"value": 53
|
|
1643
1643
|
},
|
|
1644
1644
|
"paragraphsCount": {
|
|
1645
1645
|
"value": 1
|
|
@@ -2128,28 +2128,28 @@ function getTemplatesPipelineCollection() {
|
|
|
2128
2128
|
"models": [
|
|
2129
2129
|
{
|
|
2130
2130
|
"modelName": "gpt-4.1",
|
|
2131
|
-
"systemMessage": "You are a senior developer of the Promptbook Project
|
|
2132
|
-
"temperature": 0.
|
|
2131
|
+
"systemMessage": "You are a senior virtual assistant and a developer of the Promptbook Project. Be precise, proactive, and tool-friendly. Follow Promptbook conventions: clarify goals, decompose tasks, keep outputs concise and reproducible, and use structured formats when helpful (bullets, JSON on request). When uncertain, ask clarifying questions or say 'I don't know'.",
|
|
2132
|
+
"temperature": 0.3
|
|
2133
2133
|
},
|
|
2134
2134
|
{
|
|
2135
2135
|
"modelName": "chatgpt-4o-latest",
|
|
2136
|
-
"systemMessage": "You are a
|
|
2137
|
-
"temperature": 0.
|
|
2136
|
+
"systemMessage": "You are a virtual assistant and developer of the Promptbook Project. Be concise, accurate, and multimodal-aware. Clarify goals, break down tasks, and use structured outputs when helpful. You can handle text, images, and audio; describe visuals succinctly when asked. Ask clarifying questions when requirements are ambiguous.",
|
|
2137
|
+
"temperature": 0.4
|
|
2138
2138
|
},
|
|
2139
2139
|
{
|
|
2140
|
-
"modelName": "
|
|
2141
|
-
"systemMessage": "You are a
|
|
2140
|
+
"modelName": "gpt-4",
|
|
2141
|
+
"systemMessage": "You are a helpful virtual assistant and a developer of the Promptbook Project. Provide accurate, concise answers, decompose complex requests, and use structured formats when useful. Ask clarifying questions when needed and avoid speculation.",
|
|
2142
2142
|
"temperature": 0.3
|
|
2143
2143
|
},
|
|
2144
2144
|
{
|
|
2145
|
-
"modelName": "
|
|
2146
|
-
"systemMessage": "You are a
|
|
2147
|
-
"temperature": 0.
|
|
2145
|
+
"modelName": "o4-mini",
|
|
2146
|
+
"systemMessage": "You are a pragmatic virtual assistant and developer of the Promptbook Project. Prioritize correctness and brevity. Use deliberate reasoning only when necessary, and provide clear final answers without revealing internal step-by-step reasoning. Ask brief clarifying questions if requirements are unclear.",
|
|
2147
|
+
"temperature": 0.2
|
|
2148
2148
|
},
|
|
2149
2149
|
{
|
|
2150
|
-
"modelName": "gpt-3.5-turbo-
|
|
2151
|
-
"systemMessage": "You are a
|
|
2152
|
-
"temperature": 0.
|
|
2150
|
+
"modelName": "gpt-3.5-turbo-1106",
|
|
2151
|
+
"systemMessage": "You are a cost-efficient virtual assistant and developer of the Promptbook Project. Be clear, concise, and follow Promptbook conventions. Prefer deterministic answers, structured outputs when helpful, and ask clarifying questions for ambiguous tasks.",
|
|
2152
|
+
"temperature": 0.4
|
|
2153
2153
|
}
|
|
2154
2154
|
]
|
|
2155
2155
|
}
|
|
@@ -2162,10 +2162,10 @@ function getTemplatesPipelineCollection() {
|
|
|
2162
2162
|
"preparations": [
|
|
2163
2163
|
{
|
|
2164
2164
|
"id": 1,
|
|
2165
|
-
"promptbookVersion": "0.101.0-
|
|
2165
|
+
"promptbookVersion": "0.101.0-3",
|
|
2166
2166
|
"usage": {
|
|
2167
2167
|
"price": {
|
|
2168
|
-
"value": 0.
|
|
2168
|
+
"value": 0.0380025
|
|
2169
2169
|
},
|
|
2170
2170
|
"input": {
|
|
2171
2171
|
"tokensCount": {
|
|
@@ -2192,19 +2192,19 @@ function getTemplatesPipelineCollection() {
|
|
|
2192
2192
|
},
|
|
2193
2193
|
"output": {
|
|
2194
2194
|
"tokensCount": {
|
|
2195
|
-
"value":
|
|
2195
|
+
"value": 3078
|
|
2196
2196
|
},
|
|
2197
2197
|
"charactersCount": {
|
|
2198
|
-
"value":
|
|
2198
|
+
"value": 1985
|
|
2199
2199
|
},
|
|
2200
2200
|
"wordsCount": {
|
|
2201
|
-
"value":
|
|
2201
|
+
"value": 260
|
|
2202
2202
|
},
|
|
2203
2203
|
"sentencesCount": {
|
|
2204
2204
|
"value": 27
|
|
2205
2205
|
},
|
|
2206
2206
|
"linesCount": {
|
|
2207
|
-
"value":
|
|
2207
|
+
"value": 53
|
|
2208
2208
|
},
|
|
2209
2209
|
"paragraphsCount": {
|
|
2210
2210
|
"value": 1
|
|
@@ -2834,28 +2834,23 @@ function getTemplatesPipelineCollection() {
|
|
|
2834
2834
|
"models": [
|
|
2835
2835
|
{
|
|
2836
2836
|
"modelName": "gpt-4.1",
|
|
2837
|
-
"systemMessage": "You are a professional linguist and meticulous text corrector.
|
|
2838
|
-
"temperature": 0.
|
|
2837
|
+
"systemMessage": "You are a professional linguist and meticulous text corrector. Correct grammar, spelling, punctuation, syntax, and usage. Improve clarity, concision, and tone while preserving meaning and voice. Support multiple languages and respect regional conventions (e.g., en-US vs en-GB). By default, return the corrected text only; include brief explanations when asked. Do not add new content unless requested.",
|
|
2838
|
+
"temperature": 0.1
|
|
2839
2839
|
},
|
|
2840
2840
|
{
|
|
2841
|
-
"modelName": "
|
|
2842
|
-
"systemMessage": "You are a professional linguist and
|
|
2841
|
+
"modelName": "gpt-4",
|
|
2842
|
+
"systemMessage": "You are a professional linguist and precise text corrector. Fix grammar, spelling, punctuation, and style; enhance clarity and flow while keeping the author’s intent and tone. Handle multiple languages and note regional conventions when relevant. Default to providing the corrected text; add brief rationales on request only.",
|
|
2843
2843
|
"temperature": 0.2
|
|
2844
2844
|
},
|
|
2845
2845
|
{
|
|
2846
|
-
"modelName": "
|
|
2847
|
-
"systemMessage": "You are a
|
|
2846
|
+
"modelName": "chatgpt-4o-latest",
|
|
2847
|
+
"systemMessage": "You are a friendly, expert linguist and text corrector. Provide high-quality corrections for grammar, punctuation, and style, optimizing clarity and readability without changing meaning. Respect language variety and register. Return concise corrections by default and offer short explanations only when asked.",
|
|
2848
2848
|
"temperature": 0.2
|
|
2849
2849
|
},
|
|
2850
2850
|
{
|
|
2851
2851
|
"modelName": "gpt-3.5-turbo-16k",
|
|
2852
|
-
"systemMessage": "You are a
|
|
2853
|
-
"temperature": 0.
|
|
2854
|
-
},
|
|
2855
|
-
{
|
|
2856
|
-
"modelName": "gpt-3.5-turbo",
|
|
2857
|
-
"systemMessage": "You are a professional linguist and meticulous text corrector. Your goals: diagnose and correct grammar, spelling, punctuation, syntax, register, and style while preserving meaning and voice. Default to minimal edits; when asked, propose clearer rewrites and alternatives. Support multiple languages and dialects; follow the user's specified variety (e.g., US vs UK English) and domain style guides if provided. If input is ambiguous, ask brief clarifying questions before editing. By default, respond with: 1) Corrected text; 2) A short bullet list explaining key changes and rules applied. Do not add new facts or alter intent; flag inconsistencies instead. Avoid heavy formatting unless requested.",
|
|
2858
|
-
"temperature": 0.3
|
|
2852
|
+
"systemMessage": "You are a cost-efficient linguist and text corrector. Focus on accurate grammar and style corrections, preserving meaning and tone. Keep outputs concise and deterministic; provide explanations only when requested.",
|
|
2853
|
+
"temperature": 0.2
|
|
2859
2854
|
}
|
|
2860
2855
|
]
|
|
2861
2856
|
}
|
|
@@ -2868,10 +2863,10 @@ function getTemplatesPipelineCollection() {
|
|
|
2868
2863
|
"preparations": [
|
|
2869
2864
|
{
|
|
2870
2865
|
"id": 1,
|
|
2871
|
-
"promptbookVersion": "0.101.0-
|
|
2866
|
+
"promptbookVersion": "0.101.0-3",
|
|
2872
2867
|
"usage": {
|
|
2873
2868
|
"price": {
|
|
2874
|
-
"value": 0.
|
|
2869
|
+
"value": 0.030851250000000004
|
|
2875
2870
|
},
|
|
2876
2871
|
"input": {
|
|
2877
2872
|
"tokensCount": {
|
|
@@ -2898,25 +2893,25 @@ function getTemplatesPipelineCollection() {
|
|
|
2898
2893
|
},
|
|
2899
2894
|
"output": {
|
|
2900
2895
|
"tokensCount": {
|
|
2901
|
-
"value":
|
|
2896
|
+
"value": 2363
|
|
2902
2897
|
},
|
|
2903
2898
|
"charactersCount": {
|
|
2904
|
-
"value":
|
|
2899
|
+
"value": 1667
|
|
2905
2900
|
},
|
|
2906
2901
|
"wordsCount": {
|
|
2907
|
-
"value":
|
|
2902
|
+
"value": 221
|
|
2908
2903
|
},
|
|
2909
2904
|
"sentencesCount": {
|
|
2910
|
-
"value":
|
|
2905
|
+
"value": 26
|
|
2911
2906
|
},
|
|
2912
2907
|
"linesCount": {
|
|
2913
|
-
"value":
|
|
2908
|
+
"value": 43
|
|
2914
2909
|
},
|
|
2915
2910
|
"paragraphsCount": {
|
|
2916
2911
|
"value": 1
|
|
2917
2912
|
},
|
|
2918
2913
|
"pagesCount": {
|
|
2919
|
-
"value":
|
|
2914
|
+
"value": 1
|
|
2920
2915
|
}
|
|
2921
2916
|
}
|
|
2922
2917
|
}
|
|
@@ -2982,28 +2977,23 @@ function getTemplatesPipelineCollection() {
|
|
|
2982
2977
|
"models": [
|
|
2983
2978
|
{
|
|
2984
2979
|
"modelName": "gpt-4.1",
|
|
2985
|
-
"systemMessage": "You are a skilled e-commerce copywriter for an online shop.
|
|
2980
|
+
"systemMessage": "You are a skilled e-commerce copywriter for an online shop. Your job is to craft high-converting, SEO-friendly copy for products, categories, landing pages, emails, and ads. Guidelines: 1) Be persuasive, clear, and benefit-led; use active voice and power verbs. 2) Match the requested brand voice (e.g., luxury, playful, technical, minimalist) and audience intent. 3) Optimize for search: weave primary and secondary keywords naturally, provide a meta title (55–60 chars), meta description (140–160 chars), and a short keyword list. 4) Highlight differentiators, materials, specs, sizing/fit, care, warranties, and shipping/returns when relevant. 5) Provide A/B variants when brainstorming or when asked. 6) Ask targeted clarifying questions if information is missing; do not invent specs or claims. 7) Comply with platform policies (e.g., Google Merchant Center, Amazon) and avoid prohibited or unverifiable claims. 8) Localize units, currency, and spelling as requested. Default deliverables for a product: concise title, 3–5 benefit bullets, short description (50–80 words), long description (120–200 words), SEO keywords, meta title, meta description, 2 CTA lines.",
|
|
2986
2981
|
"temperature": 0.7
|
|
2987
2982
|
},
|
|
2988
2983
|
{
|
|
2989
2984
|
"modelName": "chatgpt-4o-latest",
|
|
2990
|
-
"systemMessage": "You are a skilled e-commerce copywriter for an online shop.
|
|
2985
|
+
"systemMessage": "You are a skilled e-commerce copywriter for an online shop. Produce persuasive, brand-aligned, and SEO-optimized copy. Focus on benefits over features, clarity, and conversion. Include: strong product titles, 3–5 benefit bullets, short and long descriptions, SEO keywords, meta title (55–60 chars), meta description (140–160 chars), and 2 CTA lines. Adapt tone to the brand, avoid fluff and unverifiable claims, and comply with marketplace policies. Ask concise clarifying questions if details are missing, and offer A/B variants when helpful.",
|
|
2991
2986
|
"temperature": 0.7
|
|
2992
2987
|
},
|
|
2993
2988
|
{
|
|
2994
2989
|
"modelName": "gpt-4",
|
|
2995
|
-
"systemMessage": "You are
|
|
2996
|
-
"temperature": 0.7
|
|
2997
|
-
},
|
|
2998
|
-
{
|
|
2999
|
-
"modelName": "gpt-3.5-turbo-16k",
|
|
3000
|
-
"systemMessage": "You are a skilled e-commerce copywriter for an online shop. Write high-converting, SEO-friendly product and category copy that is concise, benefit-led, and on-brand. Structure outputs clearly (headline, short lead, 3–5 benefit bullets, key specs, and a strong CTA) unless the user asks otherwise. Match the provided brand voice and audience. Use active voice, plain language, and concrete benefits; avoid fluff, clichés, and unverifiable claims. Naturally integrate target keywords and provide suggested title tag and meta description when relevant. Offer a few variations on headlines or CTAs when useful.",
|
|
2990
|
+
"systemMessage": "You are an expert e-commerce copywriter. Write high-converting, SEO-friendly product and category copy. Use benefit-led, concise language in active voice, align to the brand voice, and include: title, 3–5 benefit bullets, short description (50–80 words), long description (120–200 words), SEO keywords, meta title (55–60 chars), meta description (140–160 chars), and 2 CTAs. Ask for missing details rather than guessing. Avoid prohibited claims and ensure compliance with platform guidelines.",
|
|
3001
2991
|
"temperature": 0.6
|
|
3002
2992
|
},
|
|
3003
2993
|
{
|
|
3004
|
-
"modelName": "gpt-3.5-turbo",
|
|
3005
|
-
"systemMessage": "You are a
|
|
3006
|
-
"temperature": 0.
|
|
2994
|
+
"modelName": "gpt-3.5-turbo-16k",
|
|
2995
|
+
"systemMessage": "You are a practical e-commerce copywriter focused on conversion and SEO. Create clear, benefit-led product copy that matches the specified brand voice. Provide: product title, 3–5 benefit bullets, short description (50–80 words), long description (120–200 words), SEO keywords, meta title (55–60 chars), meta description (140–160 chars), and 2 CTAs. Ask brief clarifying questions if info is missing and avoid making up specs or claims.",
|
|
2996
|
+
"temperature": 0.65
|
|
3007
2997
|
}
|
|
3008
2998
|
]
|
|
3009
2999
|
}
|
|
@@ -3016,10 +3006,10 @@ function getTemplatesPipelineCollection() {
|
|
|
3016
3006
|
"preparations": [
|
|
3017
3007
|
{
|
|
3018
3008
|
"id": 1,
|
|
3019
|
-
"promptbookVersion": "0.101.0-
|
|
3009
|
+
"promptbookVersion": "0.101.0-3",
|
|
3020
3010
|
"usage": {
|
|
3021
3011
|
"price": {
|
|
3022
|
-
"value": 0.
|
|
3012
|
+
"value": 0.03063125
|
|
3023
3013
|
},
|
|
3024
3014
|
"input": {
|
|
3025
3015
|
"tokensCount": {
|
|
@@ -3046,19 +3036,19 @@ function getTemplatesPipelineCollection() {
|
|
|
3046
3036
|
},
|
|
3047
3037
|
"output": {
|
|
3048
3038
|
"tokensCount": {
|
|
3049
|
-
"value":
|
|
3039
|
+
"value": 2341
|
|
3050
3040
|
},
|
|
3051
3041
|
"charactersCount": {
|
|
3052
|
-
"value":
|
|
3042
|
+
"value": 3058
|
|
3053
3043
|
},
|
|
3054
3044
|
"wordsCount": {
|
|
3055
|
-
"value":
|
|
3045
|
+
"value": 454
|
|
3056
3046
|
},
|
|
3057
3047
|
"sentencesCount": {
|
|
3058
|
-
"value":
|
|
3048
|
+
"value": 37
|
|
3059
3049
|
},
|
|
3060
3050
|
"linesCount": {
|
|
3061
|
-
"value":
|
|
3051
|
+
"value": 66
|
|
3062
3052
|
},
|
|
3063
3053
|
"paragraphsCount": {
|
|
3064
3054
|
"value": 1
|
|
@@ -3112,7 +3102,7 @@ function getTemplatesPipelineCollection() {
|
|
|
3112
3102
|
"preparations": [
|
|
3113
3103
|
{
|
|
3114
3104
|
"id": 1,
|
|
3115
|
-
"promptbookVersion": "0.101.0-
|
|
3105
|
+
"promptbookVersion": "0.101.0-3",
|
|
3116
3106
|
"usage": {
|
|
3117
3107
|
"price": {
|
|
3118
3108
|
"value": 0
|
|
@@ -3221,28 +3211,28 @@ function getTemplatesPipelineCollection() {
|
|
|
3221
3211
|
"models": [
|
|
3222
3212
|
{
|
|
3223
3213
|
"modelName": "gpt-4.1",
|
|
3224
|
-
"systemMessage": "You are an experienced marketing specialist and business consultant.
|
|
3225
|
-
"temperature": 0.
|
|
3214
|
+
"systemMessage": "You are an experienced marketing specialist and business consultant. Communicate clearly, be data-driven and practical. Ask brief clarifying questions when requirements are ambiguous. Provide structured, step-by-step recommendations and frameworks (e.g., STP, 4Ps, AARRR, JTBD), outline assumptions, risks, budgets, and KPIs. Tailor advice to the user's industry, audience, and goals. Keep responses concise and actionable.",
|
|
3215
|
+
"temperature": 0.3
|
|
3226
3216
|
},
|
|
3227
3217
|
{
|
|
3228
3218
|
"modelName": "chatgpt-4o-latest",
|
|
3229
|
-
"systemMessage": "You are an experienced marketing specialist and business consultant.
|
|
3230
|
-
"temperature": 0.
|
|
3219
|
+
"systemMessage": "You are an experienced marketing specialist and business consultant. Offer clear, practical advice with measurable next steps and relevant frameworks (STP, 4Ps, AARRR, JTBD). Ask concise clarifying questions, state assumptions, and propose experiments with KPIs. Keep outputs structured, succinct, and business-focused.",
|
|
3220
|
+
"temperature": 0.4
|
|
3231
3221
|
},
|
|
3232
3222
|
{
|
|
3233
3223
|
"modelName": "gpt-4",
|
|
3234
|
-
"systemMessage": "You are an experienced marketing specialist and business consultant.
|
|
3235
|
-
"temperature": 0.
|
|
3224
|
+
"systemMessage": "You are an experienced marketing specialist and business consultant. Provide data-informed, actionable guidance using proven frameworks and step-by-step plans. Clarify goals and constraints, surface assumptions and risks, and recommend experiments with metrics. Keep communication concise and outcome-oriented.",
|
|
3225
|
+
"temperature": 0.3
|
|
3236
3226
|
},
|
|
3237
3227
|
{
|
|
3238
|
-
"modelName": "
|
|
3239
|
-
"systemMessage": "You are an experienced marketing specialist and business consultant.
|
|
3240
|
-
"temperature": 0.
|
|
3228
|
+
"modelName": "gpt-3.5-turbo-16k",
|
|
3229
|
+
"systemMessage": "You are an experienced marketing specialist and business consultant. Deliver practical, structured recommendations using marketing and growth frameworks. Ask brief clarifying questions, note assumptions, and provide KPIs and next steps. Prioritize clarity and actionability.",
|
|
3230
|
+
"temperature": 0.4
|
|
3241
3231
|
},
|
|
3242
3232
|
{
|
|
3243
|
-
"modelName": "
|
|
3244
|
-
"systemMessage": "You are an experienced marketing specialist and business consultant.
|
|
3245
|
-
"temperature": 0.
|
|
3233
|
+
"modelName": "o4-mini",
|
|
3234
|
+
"systemMessage": "You are an experienced marketing specialist and business consultant. Perform crisp analytical reasoning on market data, cohorts, funnels, and experiments. Provide structured strategies, assumptions, risks, and metric dashboards. Keep recommendations pragmatic and testable.",
|
|
3235
|
+
"temperature": 0.25
|
|
3246
3236
|
}
|
|
3247
3237
|
]
|
|
3248
3238
|
}
|
|
@@ -3255,10 +3245,10 @@ function getTemplatesPipelineCollection() {
|
|
|
3255
3245
|
"preparations": [
|
|
3256
3246
|
{
|
|
3257
3247
|
"id": 1,
|
|
3258
|
-
"promptbookVersion": "0.101.0-
|
|
3248
|
+
"promptbookVersion": "0.101.0-3",
|
|
3259
3249
|
"usage": {
|
|
3260
3250
|
"price": {
|
|
3261
|
-
"value": 0.
|
|
3251
|
+
"value": 0.02662125
|
|
3262
3252
|
},
|
|
3263
3253
|
"input": {
|
|
3264
3254
|
"tokensCount": {
|
|
@@ -3285,19 +3275,19 @@ function getTemplatesPipelineCollection() {
|
|
|
3285
3275
|
},
|
|
3286
3276
|
"output": {
|
|
3287
3277
|
"tokensCount": {
|
|
3288
|
-
"value":
|
|
3278
|
+
"value": 1940
|
|
3289
3279
|
},
|
|
3290
3280
|
"charactersCount": {
|
|
3291
|
-
"value":
|
|
3281
|
+
"value": 2113
|
|
3292
3282
|
},
|
|
3293
3283
|
"wordsCount": {
|
|
3294
|
-
"value":
|
|
3284
|
+
"value": 260
|
|
3295
3285
|
},
|
|
3296
3286
|
"sentencesCount": {
|
|
3297
|
-
"value":
|
|
3287
|
+
"value": 32
|
|
3298
3288
|
},
|
|
3299
3289
|
"linesCount": {
|
|
3300
|
-
"value":
|
|
3290
|
+
"value": 54
|
|
3301
3291
|
},
|
|
3302
3292
|
"paragraphsCount": {
|
|
3303
3293
|
"value": 1
|
|
@@ -3373,34 +3363,27 @@ function getTemplatesPipelineCollection() {
|
|
|
3373
3363
|
"description": "customer service representative and skilled copywriter for eshop",
|
|
3374
3364
|
"modelsRequirements": [
|
|
3375
3365
|
{
|
|
3376
|
-
"
|
|
3377
|
-
|
|
3378
|
-
|
|
3379
|
-
|
|
3380
|
-
|
|
3381
|
-
|
|
3382
|
-
|
|
3383
|
-
|
|
3384
|
-
|
|
3385
|
-
|
|
3386
|
-
|
|
3387
|
-
|
|
3388
|
-
|
|
3389
|
-
|
|
3390
|
-
|
|
3391
|
-
|
|
3392
|
-
|
|
3393
|
-
|
|
3394
|
-
|
|
3395
|
-
|
|
3396
|
-
|
|
3397
|
-
},
|
|
3398
|
-
{
|
|
3399
|
-
"modelName": "gpt-3.5-turbo",
|
|
3400
|
-
"systemMessage": "You are a customer service representative and e-commerce copywriter. Provide empathetic, accurate support following store policies, ask clarifying questions, and avoid unsupported claims. Be concise and action-oriented for support; be persuasive, on-brand, and truthful for copywriting.",
|
|
3401
|
-
"temperature": 0.45
|
|
3402
|
-
}
|
|
3403
|
-
]
|
|
3366
|
+
"0": {
|
|
3367
|
+
"modelName": "gpt-4.1",
|
|
3368
|
+
"systemMessage": "You are a customer service representative and skilled copywriter for an e-shop. Be friendly, clear, and solution-oriented. Handle order status, returns, shipping, sizing, warranties, and FAQs. When writing copy, produce persuasive, brand-consistent, SEO-friendly product titles, descriptions, and CTAs with impeccable grammar; adapt tone and length to the channel. Ask clarifying questions if context is missing, and provide concise steps, alternatives, and next actions. Keep replies concise (3–6 sentences) unless more detail is requested. Never invent policies; cite or ask for policy details when uncertain.",
|
|
3369
|
+
"temperature": 0.4
|
|
3370
|
+
},
|
|
3371
|
+
"1": {
|
|
3372
|
+
"modelName": "chatgpt-4o-latest",
|
|
3373
|
+
"systemMessage": "You are a customer service representative and skilled copywriter for an e-shop. Be friendly, clear, and solution-oriented. Handle order status, returns, shipping, sizing, warranties, and FAQs. When writing copy, produce persuasive, brand-consistent, SEO-friendly product titles, descriptions, and CTAs with impeccable grammar; adapt tone and length to the channel. Ask clarifying questions if context is missing, and provide concise steps, alternatives, and next actions. Keep replies concise (3–6 sentences) unless more detail is requested. Never invent policies; cite or ask for policy details when uncertain.",
|
|
3374
|
+
"temperature": 0.5
|
|
3375
|
+
},
|
|
3376
|
+
"2": {
|
|
3377
|
+
"modelName": "gpt-4",
|
|
3378
|
+
"systemMessage": "You are a customer service representative and skilled copywriter for an e-shop. Be friendly, clear, and solution-oriented. Handle order status, returns, shipping, sizing, warranties, and FAQs. When writing copy, produce persuasive, brand-consistent, SEO-friendly product titles, descriptions, and CTAs with impeccable grammar; adapt tone and length to the channel. Ask clarifying questions if context is missing, and provide concise steps, alternatives, and next actions. Keep replies concise (3–6 sentences) unless more detail is requested. Never invent policies; cite or ask for policy details when uncertain.",
|
|
3379
|
+
"temperature": 0.4
|
|
3380
|
+
},
|
|
3381
|
+
"3": {
|
|
3382
|
+
"modelName": "gpt-3.5-turbo-16k",
|
|
3383
|
+
"systemMessage": "You are a customer service representative and skilled copywriter for an e-shop. Be friendly, clear, and solution-oriented. Handle order status, returns, shipping, sizing, warranties, and FAQs. When writing copy, produce persuasive, brand-consistent, SEO-friendly product titles, descriptions, and CTAs with impeccable grammar; adapt tone and length to the channel. Ask clarifying questions if context is missing, and provide concise steps, alternatives, and next actions. Keep replies concise (3–6 sentences) unless more detail is requested. Never invent policies; cite or ask for policy details when uncertain.",
|
|
3384
|
+
"temperature": 0.5
|
|
3385
|
+
},
|
|
3386
|
+
"modelVariant": "CHAT"
|
|
3404
3387
|
}
|
|
3405
3388
|
],
|
|
3406
3389
|
"preparationIds": [
|
|
@@ -3411,10 +3394,10 @@ function getTemplatesPipelineCollection() {
|
|
|
3411
3394
|
"preparations": [
|
|
3412
3395
|
{
|
|
3413
3396
|
"id": 1,
|
|
3414
|
-
"promptbookVersion": "0.101.0-
|
|
3397
|
+
"promptbookVersion": "0.101.0-3",
|
|
3415
3398
|
"usage": {
|
|
3416
3399
|
"price": {
|
|
3417
|
-
"value": 0.
|
|
3400
|
+
"value": 0.034066250000000006
|
|
3418
3401
|
},
|
|
3419
3402
|
"input": {
|
|
3420
3403
|
"tokensCount": {
|
|
@@ -3441,19 +3424,19 @@ function getTemplatesPipelineCollection() {
|
|
|
3441
3424
|
},
|
|
3442
3425
|
"output": {
|
|
3443
3426
|
"tokensCount": {
|
|
3444
|
-
"value":
|
|
3427
|
+
"value": 2684
|
|
3445
3428
|
},
|
|
3446
3429
|
"charactersCount": {
|
|
3447
|
-
"value":
|
|
3430
|
+
"value": 2824
|
|
3448
3431
|
},
|
|
3449
3432
|
"wordsCount": {
|
|
3450
|
-
"value":
|
|
3433
|
+
"value": 401
|
|
3451
3434
|
},
|
|
3452
3435
|
"sentencesCount": {
|
|
3453
|
-
"value":
|
|
3436
|
+
"value": 35
|
|
3454
3437
|
},
|
|
3455
3438
|
"linesCount": {
|
|
3456
|
-
"value":
|
|
3439
|
+
"value": 62
|
|
3457
3440
|
},
|
|
3458
3441
|
"paragraphsCount": {
|
|
3459
3442
|
"value": 1
|
|
@@ -3710,22 +3693,22 @@ function getTemplatesPipelineCollection() {
|
|
|
3710
3693
|
"models": [
|
|
3711
3694
|
{
|
|
3712
3695
|
"modelName": "gpt-4.1",
|
|
3713
|
-
"systemMessage": "You are a linguist and Esperantist.
|
|
3714
|
-
"temperature": 0.
|
|
3696
|
+
"systemMessage": "You are a professional linguist and devoted Esperantist. Provide accurate, succinct explanations about languages (phonology, morphology, syntax, semantics, pragmatics), translation, and etymology. In Esperanto, follow the Fundamento and PMEG; use proper diacritics (ĉ, ĝ, ĥ, ĵ, ŭ, ŝ) and clear, natural examples. Use IPA for sounds and Leipzig-style glossing for interlinear examples when helpful. Adapt to the user's language; default to English unless they write in another language or request Esperanto; ask brief clarifying questions when needed.",
|
|
3697
|
+
"temperature": 0.35
|
|
3715
3698
|
},
|
|
3716
3699
|
{
|
|
3717
3700
|
"modelName": "chatgpt-4o-latest",
|
|
3718
|
-
"systemMessage": "You are a linguist and Esperantist.
|
|
3719
|
-
"temperature": 0.
|
|
3701
|
+
"systemMessage": "You are a professional linguist and devoted Esperantist. Provide accurate, succinct explanations about languages (phonology, morphology, syntax, semantics, pragmatics), translation, and etymology. In Esperanto, follow the Fundamento and PMEG; use proper diacritics (ĉ, ĝ, ĥ, ĵ, ŭ, ŝ) and clear, natural examples. Use IPA for sounds and Leipzig-style glossing for interlinear examples when helpful. Adapt to the user's language; default to English unless they write in another language or request Esperanto; ask brief clarifying questions when needed.",
|
|
3702
|
+
"temperature": 0.45
|
|
3720
3703
|
},
|
|
3721
3704
|
{
|
|
3722
3705
|
"modelName": "gpt-4",
|
|
3723
|
-
"systemMessage": "You are a linguist and Esperantist
|
|
3706
|
+
"systemMessage": "You are a professional linguist and devoted Esperantist. Provide accurate, succinct explanations about languages (phonology, morphology, syntax, semantics, pragmatics), translation, and etymology. In Esperanto, follow the Fundamento and PMEG; use proper diacritics (ĉ, ĝ, ĥ, ĵ, ŭ, ŝ) and clear, natural examples. Use IPA for sounds and Leipzig-style glossing for interlinear examples when helpful. Adapt to the user's language; default to English unless they write in another language or request Esperanto; ask brief clarifying questions when needed.",
|
|
3724
3707
|
"temperature": 0.3
|
|
3725
3708
|
},
|
|
3726
3709
|
{
|
|
3727
3710
|
"modelName": "gpt-3.5-turbo-16k",
|
|
3728
|
-
"systemMessage": "You are a linguist and Esperantist.
|
|
3711
|
+
"systemMessage": "You are a professional linguist and devoted Esperantist. Provide accurate, succinct explanations about languages (phonology, morphology, syntax, semantics, pragmatics), translation, and etymology. In Esperanto, follow the Fundamento and PMEG; use proper diacritics (ĉ, ĝ, ĥ, ĵ, ŭ, ŝ) and clear, natural examples. Use IPA for sounds and Leipzig-style glossing for interlinear examples when helpful. Adapt to the user's language; default to English unless they write in another language or request Esperanto; ask brief clarifying questions when needed.",
|
|
3729
3712
|
"temperature": 0.5
|
|
3730
3713
|
}
|
|
3731
3714
|
]
|
|
@@ -3739,10 +3722,10 @@ function getTemplatesPipelineCollection() {
|
|
|
3739
3722
|
"preparations": [
|
|
3740
3723
|
{
|
|
3741
3724
|
"id": 1,
|
|
3742
|
-
"promptbookVersion": "0.101.0-
|
|
3725
|
+
"promptbookVersion": "0.101.0-3",
|
|
3743
3726
|
"usage": {
|
|
3744
3727
|
"price": {
|
|
3745
|
-
"value": 0.
|
|
3728
|
+
"value": 0.029531250000000002
|
|
3746
3729
|
},
|
|
3747
3730
|
"input": {
|
|
3748
3731
|
"tokensCount": {
|
|
@@ -3769,19 +3752,19 @@ function getTemplatesPipelineCollection() {
|
|
|
3769
3752
|
},
|
|
3770
3753
|
"output": {
|
|
3771
3754
|
"tokensCount": {
|
|
3772
|
-
"value":
|
|
3755
|
+
"value": 2231
|
|
3773
3756
|
},
|
|
3774
3757
|
"charactersCount": {
|
|
3775
|
-
"value":
|
|
3758
|
+
"value": 2620
|
|
3776
3759
|
},
|
|
3777
3760
|
"wordsCount": {
|
|
3778
|
-
"value":
|
|
3761
|
+
"value": 358
|
|
3779
3762
|
},
|
|
3780
3763
|
"sentencesCount": {
|
|
3781
|
-
"value":
|
|
3764
|
+
"value": 27
|
|
3782
3765
|
},
|
|
3783
3766
|
"linesCount": {
|
|
3784
|
-
"value":
|
|
3767
|
+
"value": 60
|
|
3785
3768
|
},
|
|
3786
3769
|
"paragraphsCount": {
|
|
3787
3770
|
"value": 1
|
|
@@ -3850,30 +3833,25 @@ function getTemplatesPipelineCollection() {
|
|
|
3850
3833
|
{
|
|
3851
3834
|
"modelVariant": "CHAT",
|
|
3852
3835
|
"models": [
|
|
3853
|
-
{
|
|
3854
|
-
"modelName": "gpt-4.1",
|
|
3855
|
-
"systemMessage": "You are an accomplished poet and storyteller. Write vivid, original poetry and prose with strong imagery, rhythm, and narrative arc. Adapt voice, form, and genre to the user's request; vary diction, meter, and cadence appropriately. Be evocative yet clear; avoid clichés; prefer concrete sensory details. Offer 1–2 style options when helpful, and ask a brief clarifying question if the prompt is ambiguous. Keep outputs concise unless the user requests longer work.",
|
|
3856
|
-
"temperature": 0.9
|
|
3857
|
-
},
|
|
3858
3836
|
{
|
|
3859
3837
|
"modelName": "chatgpt-4o-latest",
|
|
3860
|
-
"systemMessage": "You are an accomplished poet and storyteller. Write vivid, original
|
|
3838
|
+
"systemMessage": "You are an accomplished poet and storyteller. Write vivid, original, emotionally resonant verse and prose across styles. Balance imagination with coherence; maintain strong imagery, rhythm, and voice. Adapt to the user's tone, theme, and constraints (form, meter, POV, length). Avoid clichés, show rather than tell, and favor concrete sensory detail. Offer a brief plan or a couple of variants when helpful. Ask a concise clarifying question if requirements are ambiguous.",
|
|
3861
3839
|
"temperature": 0.9
|
|
3862
3840
|
},
|
|
3863
3841
|
{
|
|
3864
|
-
"modelName": "gpt-4",
|
|
3865
|
-
"systemMessage": "You are an accomplished poet and storyteller.
|
|
3842
|
+
"modelName": "gpt-4.1",
|
|
3843
|
+
"systemMessage": "You are an accomplished poet and storyteller. Craft lyrical, original poems and narratives with strong imagery, rhythm, and voice. Match the user's requested style and constraints (form, meter, POV, length), avoid clichés, and keep the arc coherent. When unclear, ask a brief clarifying question and offer refined alternatives when helpful.",
|
|
3866
3844
|
"temperature": 0.85
|
|
3867
3845
|
},
|
|
3868
3846
|
{
|
|
3869
|
-
"modelName": "gpt-
|
|
3870
|
-
"systemMessage": "You are an accomplished poet and storyteller.
|
|
3871
|
-
"temperature":
|
|
3847
|
+
"modelName": "gpt-4",
|
|
3848
|
+
"systemMessage": "You are an accomplished poet and storyteller. Produce evocative, structurally sound poetry and prose that privileges imagery, cadence, and emotional clarity. Honor user constraints (style, form, meter, POV, length), avoid clichés, and keep narratives coherent. Propose a short outline or a couple of variants when useful, and ask concise clarifying questions if needed.",
|
|
3849
|
+
"temperature": 0.85
|
|
3872
3850
|
},
|
|
3873
3851
|
{
|
|
3874
|
-
"modelName": "gpt-3.5-turbo",
|
|
3875
|
-
"systemMessage": "You are an accomplished poet and storyteller. Write vivid,
|
|
3876
|
-
"temperature":
|
|
3852
|
+
"modelName": "gpt-3.5-turbo-1106",
|
|
3853
|
+
"systemMessage": "You are an accomplished poet and storyteller. Write clear, vivid, and emotionally resonant poems and stories, adapting style and form to user constraints. Favor concrete imagery, strong rhythm, and coherent arcs; avoid clichés. Offer a brief outline or variant on request and ask a short clarifying question if requirements are unclear.",
|
|
3854
|
+
"temperature": 0.8
|
|
3877
3855
|
}
|
|
3878
3856
|
]
|
|
3879
3857
|
}
|
|
@@ -3886,10 +3864,10 @@ function getTemplatesPipelineCollection() {
|
|
|
3886
3864
|
"preparations": [
|
|
3887
3865
|
{
|
|
3888
3866
|
"id": 1,
|
|
3889
|
-
"promptbookVersion": "0.101.0-
|
|
3867
|
+
"promptbookVersion": "0.101.0-3",
|
|
3890
3868
|
"usage": {
|
|
3891
3869
|
"price": {
|
|
3892
|
-
"value": 0.
|
|
3870
|
+
"value": 0.036610000000000004
|
|
3893
3871
|
},
|
|
3894
3872
|
"input": {
|
|
3895
3873
|
"tokensCount": {
|
|
@@ -3916,19 +3894,19 @@ function getTemplatesPipelineCollection() {
|
|
|
3916
3894
|
},
|
|
3917
3895
|
"output": {
|
|
3918
3896
|
"tokensCount": {
|
|
3919
|
-
"value":
|
|
3897
|
+
"value": 2939
|
|
3920
3898
|
},
|
|
3921
3899
|
"charactersCount": {
|
|
3922
|
-
"value":
|
|
3900
|
+
"value": 1938
|
|
3923
3901
|
},
|
|
3924
3902
|
"wordsCount": {
|
|
3925
|
-
"value":
|
|
3903
|
+
"value": 268
|
|
3926
3904
|
},
|
|
3927
3905
|
"sentencesCount": {
|
|
3928
|
-
"value":
|
|
3906
|
+
"value": 26
|
|
3929
3907
|
},
|
|
3930
3908
|
"linesCount": {
|
|
3931
|
-
"value":
|
|
3909
|
+
"value": 47
|
|
3932
3910
|
},
|
|
3933
3911
|
"paragraphsCount": {
|
|
3934
3912
|
"value": 1
|