@promptbook/templates 0.102.0-7 → 0.102.0-8
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 +126 -131
- package/esm/index.es.js.map +1 -1
- package/esm/typings/src/book-components/Chat/Chat/ChatMessageItem.d.ts +5 -1
- package/esm/typings/src/book-components/Chat/Chat/ChatProps.d.ts +6 -0
- package/esm/typings/src/book-components/Chat/LlmChat/LlmChatProps.d.ts +5 -0
- package/esm/typings/src/version.d.ts +1 -1
- package/package.json +2 -2
- package/umd/index.umd.js +126 -131
- 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.102.0-
|
|
17
|
+
const PROMPTBOOK_ENGINE_VERSION = '0.102.0-8';
|
|
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,33 +1563,28 @@ function getTemplatesPipelineCollection() {
|
|
|
1563
1563
|
"models": [
|
|
1564
1564
|
{
|
|
1565
1565
|
"modelName": "gpt-4.1",
|
|
1566
|
-
"systemMessage": "You are a
|
|
1567
|
-
"temperature": 0.
|
|
1566
|
+
"systemMessage": "You are a developer of the Promptbook Project and a helpful virtual assistant. Be technically precise and pragmatic. Use concise bullet points, include code snippets when useful, follow best practices, and ask clarifying questions if requirements are ambiguous.",
|
|
1567
|
+
"temperature": 0.2
|
|
1568
1568
|
},
|
|
1569
1569
|
{
|
|
1570
1570
|
"modelName": "chatgpt-4o-latest",
|
|
1571
|
-
"systemMessage": "You are a
|
|
1572
|
-
"temperature": 0.
|
|
1571
|
+
"systemMessage": "You are a developer of the Promptbook Project and a helpful virtual assistant. Be technically precise and pragmatic. Use concise bullet points, include code snippets when useful, follow best practices, and ask clarifying questions if requirements are ambiguous.",
|
|
1572
|
+
"temperature": 0.3
|
|
1573
1573
|
},
|
|
1574
1574
|
{
|
|
1575
|
-
"modelName": "
|
|
1576
|
-
"systemMessage": "You are a
|
|
1575
|
+
"modelName": "gpt-4",
|
|
1576
|
+
"systemMessage": "You are a developer of the Promptbook Project and a helpful virtual assistant. Be technically precise and pragmatic. Use concise bullet points, include code snippets when useful, follow best practices, and ask clarifying questions if requirements are ambiguous.",
|
|
1577
1577
|
"temperature": 0.2
|
|
1578
1578
|
},
|
|
1579
1579
|
{
|
|
1580
|
-
"modelName": "
|
|
1581
|
-
"systemMessage": "You are
|
|
1582
|
-
"temperature": 0.
|
|
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
|
|
1580
|
+
"modelName": "o4-mini",
|
|
1581
|
+
"systemMessage": "You are a developer of the Promptbook Project and a helpful virtual assistant. Be technically precise and pragmatic. Use concise bullet points, include code snippets when useful, follow best practices, and ask clarifying questions if requirements are ambiguous.",
|
|
1582
|
+
"temperature": 0.25
|
|
1588
1583
|
},
|
|
1589
1584
|
{
|
|
1590
1585
|
"modelName": "gpt-3.5-turbo-16k",
|
|
1591
|
-
"systemMessage": "You are a
|
|
1592
|
-
"temperature": 0.
|
|
1586
|
+
"systemMessage": "You are a developer of the Promptbook Project and a helpful virtual assistant. Be technically precise and pragmatic. Use concise bullet points, include code snippets when useful, follow best practices, and ask clarifying questions if requirements are ambiguous.",
|
|
1587
|
+
"temperature": 0.3
|
|
1593
1588
|
}
|
|
1594
1589
|
]
|
|
1595
1590
|
}
|
|
@@ -1602,10 +1597,10 @@ function getTemplatesPipelineCollection() {
|
|
|
1602
1597
|
"preparations": [
|
|
1603
1598
|
{
|
|
1604
1599
|
"id": 1,
|
|
1605
|
-
"promptbookVersion": "0.102.0-
|
|
1600
|
+
"promptbookVersion": "0.102.0-7",
|
|
1606
1601
|
"usage": {
|
|
1607
1602
|
"price": {
|
|
1608
|
-
"value": 0.
|
|
1603
|
+
"value": 0.027152500000000003
|
|
1609
1604
|
},
|
|
1610
1605
|
"input": {
|
|
1611
1606
|
"tokensCount": {
|
|
@@ -1632,19 +1627,19 @@ function getTemplatesPipelineCollection() {
|
|
|
1632
1627
|
},
|
|
1633
1628
|
"output": {
|
|
1634
1629
|
"tokensCount": {
|
|
1635
|
-
"value":
|
|
1630
|
+
"value": 1946
|
|
1636
1631
|
},
|
|
1637
1632
|
"charactersCount": {
|
|
1638
|
-
"value":
|
|
1633
|
+
"value": 1819
|
|
1639
1634
|
},
|
|
1640
1635
|
"wordsCount": {
|
|
1641
|
-
"value":
|
|
1636
|
+
"value": 241
|
|
1642
1637
|
},
|
|
1643
1638
|
"sentencesCount": {
|
|
1644
|
-
"value":
|
|
1639
|
+
"value": 23
|
|
1645
1640
|
},
|
|
1646
1641
|
"linesCount": {
|
|
1647
|
-
"value":
|
|
1642
|
+
"value": 49
|
|
1648
1643
|
},
|
|
1649
1644
|
"paragraphsCount": {
|
|
1650
1645
|
"value": 1
|
|
@@ -2133,33 +2128,28 @@ function getTemplatesPipelineCollection() {
|
|
|
2133
2128
|
"models": [
|
|
2134
2129
|
{
|
|
2135
2130
|
"modelName": "gpt-4.1",
|
|
2136
|
-
"systemMessage": "You are a
|
|
2137
|
-
"temperature": 0.
|
|
2131
|
+
"systemMessage": "You are a developer of the Promptbook Project and a helpful virtual assistant. Be technically precise and pragmatic. Use concise bullet points, include code snippets when useful, follow best practices, and ask clarifying questions if requirements are ambiguous.",
|
|
2132
|
+
"temperature": 0.2
|
|
2138
2133
|
},
|
|
2139
2134
|
{
|
|
2140
2135
|
"modelName": "chatgpt-4o-latest",
|
|
2141
|
-
"systemMessage": "You are a
|
|
2142
|
-
"temperature": 0.
|
|
2136
|
+
"systemMessage": "You are a developer of the Promptbook Project and a helpful virtual assistant. Be technically precise and pragmatic. Use concise bullet points, include code snippets when useful, follow best practices, and ask clarifying questions if requirements are ambiguous.",
|
|
2137
|
+
"temperature": 0.3
|
|
2143
2138
|
},
|
|
2144
2139
|
{
|
|
2145
|
-
"modelName": "
|
|
2146
|
-
"systemMessage": "You are a
|
|
2140
|
+
"modelName": "gpt-4",
|
|
2141
|
+
"systemMessage": "You are a developer of the Promptbook Project and a helpful virtual assistant. Be technically precise and pragmatic. Use concise bullet points, include code snippets when useful, follow best practices, and ask clarifying questions if requirements are ambiguous.",
|
|
2147
2142
|
"temperature": 0.2
|
|
2148
2143
|
},
|
|
2149
2144
|
{
|
|
2150
|
-
"modelName": "
|
|
2151
|
-
"systemMessage": "You are
|
|
2152
|
-
"temperature": 0.
|
|
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
|
|
2145
|
+
"modelName": "o4-mini",
|
|
2146
|
+
"systemMessage": "You are a developer of the Promptbook Project and a helpful virtual assistant. Be technically precise and pragmatic. Use concise bullet points, include code snippets when useful, follow best practices, and ask clarifying questions if requirements are ambiguous.",
|
|
2147
|
+
"temperature": 0.25
|
|
2158
2148
|
},
|
|
2159
2149
|
{
|
|
2160
2150
|
"modelName": "gpt-3.5-turbo-16k",
|
|
2161
|
-
"systemMessage": "You are a
|
|
2162
|
-
"temperature": 0.
|
|
2151
|
+
"systemMessage": "You are a developer of the Promptbook Project and a helpful virtual assistant. Be technically precise and pragmatic. Use concise bullet points, include code snippets when useful, follow best practices, and ask clarifying questions if requirements are ambiguous.",
|
|
2152
|
+
"temperature": 0.3
|
|
2163
2153
|
}
|
|
2164
2154
|
]
|
|
2165
2155
|
}
|
|
@@ -2172,10 +2162,10 @@ function getTemplatesPipelineCollection() {
|
|
|
2172
2162
|
"preparations": [
|
|
2173
2163
|
{
|
|
2174
2164
|
"id": 1,
|
|
2175
|
-
"promptbookVersion": "0.102.0-
|
|
2165
|
+
"promptbookVersion": "0.102.0-7",
|
|
2176
2166
|
"usage": {
|
|
2177
2167
|
"price": {
|
|
2178
|
-
"value": 0.
|
|
2168
|
+
"value": 0.027152500000000003
|
|
2179
2169
|
},
|
|
2180
2170
|
"input": {
|
|
2181
2171
|
"tokensCount": {
|
|
@@ -2202,19 +2192,19 @@ function getTemplatesPipelineCollection() {
|
|
|
2202
2192
|
},
|
|
2203
2193
|
"output": {
|
|
2204
2194
|
"tokensCount": {
|
|
2205
|
-
"value":
|
|
2195
|
+
"value": 1946
|
|
2206
2196
|
},
|
|
2207
2197
|
"charactersCount": {
|
|
2208
|
-
"value":
|
|
2198
|
+
"value": 1819
|
|
2209
2199
|
},
|
|
2210
2200
|
"wordsCount": {
|
|
2211
|
-
"value":
|
|
2201
|
+
"value": 241
|
|
2212
2202
|
},
|
|
2213
2203
|
"sentencesCount": {
|
|
2214
|
-
"value":
|
|
2204
|
+
"value": 23
|
|
2215
2205
|
},
|
|
2216
2206
|
"linesCount": {
|
|
2217
|
-
"value":
|
|
2207
|
+
"value": 49
|
|
2218
2208
|
},
|
|
2219
2209
|
"paragraphsCount": {
|
|
2220
2210
|
"value": 1
|
|
@@ -2844,22 +2834,22 @@ function getTemplatesPipelineCollection() {
|
|
|
2844
2834
|
"models": [
|
|
2845
2835
|
{
|
|
2846
2836
|
"modelName": "gpt-4.1",
|
|
2847
|
-
"systemMessage": "You are an expert linguist and text corrector. Correct grammar, spelling, punctuation, syntax
|
|
2837
|
+
"systemMessage": "You are an expert linguist and meticulous text corrector. Correct grammar, spelling, punctuation, and syntax; improve clarity and flow while preserving the author's voice. Support multiple languages. By default, return only the corrected text; if asked, briefly explain key changes.",
|
|
2848
2838
|
"temperature": 0.2
|
|
2849
2839
|
},
|
|
2850
|
-
{
|
|
2851
|
-
"modelName": "chatgpt-4o-latest",
|
|
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.",
|
|
2853
|
-
"temperature": 0.25
|
|
2854
|
-
},
|
|
2855
2840
|
{
|
|
2856
2841
|
"modelName": "gpt-4",
|
|
2857
|
-
"systemMessage": "You are an expert linguist and text corrector.
|
|
2842
|
+
"systemMessage": "You are an expert linguist and precise text corrector. Fix errors in grammar, punctuation, and style, enhance clarity, and preserve tone and intent. Handle multilingual input. Return only corrected text unless an explanation is requested.",
|
|
2858
2843
|
"temperature": 0.2
|
|
2859
2844
|
},
|
|
2845
|
+
{
|
|
2846
|
+
"modelName": "chatgpt-4o-latest",
|
|
2847
|
+
"systemMessage": "You are a fast, friendly linguist and editor. Provide high-quality corrections with minimal changes unless asked to rewrite, and offer concise suggestions when requested. Support multilingual text.",
|
|
2848
|
+
"temperature": 0.3
|
|
2849
|
+
},
|
|
2860
2850
|
{
|
|
2861
2851
|
"modelName": "gpt-3.5-turbo-16k",
|
|
2862
|
-
"systemMessage": "You are
|
|
2852
|
+
"systemMessage": "You are a cost-efficient linguist and proofreader for long documents. Prioritize correctness and clarity while preserving meaning and voice. Support multiple languages. Output only the corrected text unless explanations are requested.",
|
|
2863
2853
|
"temperature": 0.2
|
|
2864
2854
|
}
|
|
2865
2855
|
]
|
|
@@ -2873,10 +2863,10 @@ function getTemplatesPipelineCollection() {
|
|
|
2873
2863
|
"preparations": [
|
|
2874
2864
|
{
|
|
2875
2865
|
"id": 1,
|
|
2876
|
-
"promptbookVersion": "0.102.0-
|
|
2866
|
+
"promptbookVersion": "0.102.0-7",
|
|
2877
2867
|
"usage": {
|
|
2878
2868
|
"price": {
|
|
2879
|
-
"value": 0.
|
|
2869
|
+
"value": 0.03587125000000001
|
|
2880
2870
|
},
|
|
2881
2871
|
"input": {
|
|
2882
2872
|
"tokensCount": {
|
|
@@ -2903,25 +2893,25 @@ function getTemplatesPipelineCollection() {
|
|
|
2903
2893
|
},
|
|
2904
2894
|
"output": {
|
|
2905
2895
|
"tokensCount": {
|
|
2906
|
-
"value":
|
|
2896
|
+
"value": 2818
|
|
2907
2897
|
},
|
|
2908
2898
|
"charactersCount": {
|
|
2909
|
-
"value":
|
|
2899
|
+
"value": 1369
|
|
2910
2900
|
},
|
|
2911
2901
|
"wordsCount": {
|
|
2912
|
-
"value":
|
|
2902
|
+
"value": 178
|
|
2913
2903
|
},
|
|
2914
2904
|
"sentencesCount": {
|
|
2915
|
-
"value":
|
|
2905
|
+
"value": 22
|
|
2916
2906
|
},
|
|
2917
2907
|
"linesCount": {
|
|
2918
|
-
"value":
|
|
2908
|
+
"value": 39
|
|
2919
2909
|
},
|
|
2920
2910
|
"paragraphsCount": {
|
|
2921
2911
|
"value": 1
|
|
2922
2912
|
},
|
|
2923
2913
|
"pagesCount": {
|
|
2924
|
-
"value":
|
|
2914
|
+
"value": 1
|
|
2925
2915
|
}
|
|
2926
2916
|
}
|
|
2927
2917
|
}
|
|
@@ -2987,22 +2977,27 @@ function getTemplatesPipelineCollection() {
|
|
|
2987
2977
|
"models": [
|
|
2988
2978
|
{
|
|
2989
2979
|
"modelName": "gpt-4.1",
|
|
2990
|
-
"systemMessage": "You are a skilled e
|
|
2980
|
+
"systemMessage": "You are a skilled e-commerce copywriter. Create persuasive, benefit-led, SEO-friendly product copy: punchy titles, scannable bullets, clear descriptions, and strong CTAs. Match the brand voice and target audience, use natural keywords, avoid fluff and clichés, and focus on outcomes. Respect any character limits and style guides. Ask clarifying questions when details are missing and propose A/B variants when helpful.",
|
|
2991
2981
|
"temperature": 0.7
|
|
2992
2982
|
},
|
|
2993
2983
|
{
|
|
2994
2984
|
"modelName": "chatgpt-4o-latest",
|
|
2995
|
-
"systemMessage": "You are a skilled e
|
|
2985
|
+
"systemMessage": "You are a skilled e-commerce copywriter and conversational assistant. Produce high-converting, SEO-aware product titles, bullets, and descriptions with clear benefits, social-proof cues, and compliant claims. Adapt tone to the brand, localize for the target market, and keep copy concise and scannable. Offer multiple variations and ask for missing specs or voice guidelines before drafting.",
|
|
2996
2986
|
"temperature": 0.7
|
|
2997
2987
|
},
|
|
2998
2988
|
{
|
|
2999
2989
|
"modelName": "gpt-4",
|
|
3000
|
-
"systemMessage": "You are a
|
|
2990
|
+
"systemMessage": "You are a professional e-commerce copywriter. Write concise, persuasive, and SEO-optimized product copy with benefit-first messaging, skimmable bullets, and clear CTAs. Align with brand voice, avoid jargon and unverifiable claims, and honor provided constraints (keywords, tone, character limits). Request missing information and provide 2–3 variants when appropriate.",
|
|
3001
2991
|
"temperature": 0.65
|
|
3002
2992
|
},
|
|
3003
2993
|
{
|
|
3004
|
-
"modelName": "gpt-3.5-turbo-
|
|
3005
|
-
"systemMessage": "You are a skilled e
|
|
2994
|
+
"modelName": "gpt-3.5-turbo-16k",
|
|
2995
|
+
"systemMessage": "You are a skilled e-commerce copywriter focused on clarity, persuasion, and SEO. Draft product titles, bullets, and descriptions that highlight benefits and address objections. Follow brand voice and any character or keyword requirements. Ask clarifying questions if details are missing and provide alternative versions when useful.",
|
|
2996
|
+
"temperature": 0.6
|
|
2997
|
+
},
|
|
2998
|
+
{
|
|
2999
|
+
"modelName": "gpt-3.5-turbo",
|
|
3000
|
+
"systemMessage": "You are an e-commerce copywriter. Create concise, benefit-driven, SEO-conscious product copy that matches the brand voice and meets provided constraints. Keep language clear, avoid fluff, and include calls to action. Request missing information and offer variants as needed.",
|
|
3006
3001
|
"temperature": 0.6
|
|
3007
3002
|
}
|
|
3008
3003
|
]
|
|
@@ -3016,10 +3011,10 @@ function getTemplatesPipelineCollection() {
|
|
|
3016
3011
|
"preparations": [
|
|
3017
3012
|
{
|
|
3018
3013
|
"id": 1,
|
|
3019
|
-
"promptbookVersion": "0.102.0-
|
|
3014
|
+
"promptbookVersion": "0.102.0-7",
|
|
3020
3015
|
"usage": {
|
|
3021
3016
|
"price": {
|
|
3022
|
-
"value": 0.
|
|
3017
|
+
"value": 0.028901250000000003
|
|
3023
3018
|
},
|
|
3024
3019
|
"input": {
|
|
3025
3020
|
"tokensCount": {
|
|
@@ -3046,19 +3041,19 @@ function getTemplatesPipelineCollection() {
|
|
|
3046
3041
|
},
|
|
3047
3042
|
"output": {
|
|
3048
3043
|
"tokensCount": {
|
|
3049
|
-
"value":
|
|
3044
|
+
"value": 2121
|
|
3050
3045
|
},
|
|
3051
3046
|
"charactersCount": {
|
|
3052
|
-
"value":
|
|
3047
|
+
"value": 2304
|
|
3053
3048
|
},
|
|
3054
3049
|
"wordsCount": {
|
|
3055
|
-
"value":
|
|
3050
|
+
"value": 313
|
|
3056
3051
|
},
|
|
3057
3052
|
"sentencesCount": {
|
|
3058
|
-
"value":
|
|
3053
|
+
"value": 30
|
|
3059
3054
|
},
|
|
3060
3055
|
"linesCount": {
|
|
3061
|
-
"value":
|
|
3056
|
+
"value": 57
|
|
3062
3057
|
},
|
|
3063
3058
|
"paragraphsCount": {
|
|
3064
3059
|
"value": 1
|
|
@@ -3112,7 +3107,7 @@ function getTemplatesPipelineCollection() {
|
|
|
3112
3107
|
"preparations": [
|
|
3113
3108
|
{
|
|
3114
3109
|
"id": 1,
|
|
3115
|
-
"promptbookVersion": "0.102.0-
|
|
3110
|
+
"promptbookVersion": "0.102.0-7",
|
|
3116
3111
|
"usage": {
|
|
3117
3112
|
"price": {
|
|
3118
3113
|
"value": 0
|
|
@@ -3221,28 +3216,28 @@ function getTemplatesPipelineCollection() {
|
|
|
3221
3216
|
"models": [
|
|
3222
3217
|
{
|
|
3223
3218
|
"modelName": "gpt-4.1",
|
|
3224
|
-
"systemMessage": "You are an experienced marketing specialist and business consultant.
|
|
3225
|
-
"temperature": 0.
|
|
3219
|
+
"systemMessage": "You are an experienced marketing specialist and business consultant. Deliver concise, data-driven, and actionable advice on strategy, positioning, growth, and analytics. Use structured frameworks (STP, 4Ps/7Ps, JTBD, AARRR, SWOT), quantify assumptions, and show stepwise reasoning when useful. Ask targeted clarifying questions before deep dives. Prioritize business impact.",
|
|
3220
|
+
"temperature": 0.3
|
|
3226
3221
|
},
|
|
3227
3222
|
{
|
|
3228
3223
|
"modelName": "chatgpt-4o-latest",
|
|
3229
|
-
"systemMessage": "You are an experienced marketing specialist and business consultant with a friendly,
|
|
3230
|
-
"temperature": 0.
|
|
3224
|
+
"systemMessage": "You are an experienced marketing specialist and business consultant with a friendly, conversational style. Provide practical, step-by-step guidance using proven frameworks (STP, 4Ps/7Ps, JTBD, AARRR, SWOT). Be clear, succinct, and impact-focused. Ask brief clarifying questions when needed.",
|
|
3225
|
+
"temperature": 0.4
|
|
3231
3226
|
},
|
|
3232
3227
|
{
|
|
3233
3228
|
"modelName": "gpt-4",
|
|
3234
|
-
"systemMessage": "You are an experienced marketing specialist and business consultant.
|
|
3235
|
-
"temperature": 0.
|
|
3229
|
+
"systemMessage": "You are an experienced marketing specialist and business consultant. Provide concise, evidence-based recommendations using frameworks like STP, 4Ps/7Ps, JTBD, AARRR, and SWOT. Quantify assumptions, outline risks, and present prioritized next steps.",
|
|
3230
|
+
"temperature": 0.3
|
|
3236
3231
|
},
|
|
3237
3232
|
{
|
|
3238
3233
|
"modelName": "o4-mini",
|
|
3239
|
-
"systemMessage": "You are an experienced marketing specialist and business consultant
|
|
3234
|
+
"systemMessage": "You are an experienced marketing specialist and business consultant focused on rapid, cost-efficient analysis. Apply structured frameworks, make explicit assumptions, perform back-of-the-envelope calculations, and provide prioritized recommendations with next steps.",
|
|
3240
3235
|
"temperature": 0.3
|
|
3241
3236
|
},
|
|
3242
3237
|
{
|
|
3243
3238
|
"modelName": "gpt-3.5-turbo-16k",
|
|
3244
|
-
"systemMessage": "You are an experienced marketing specialist and business consultant. Provide
|
|
3245
|
-
"temperature": 0.
|
|
3239
|
+
"systemMessage": "You are an experienced marketing specialist and business consultant. Provide clear, actionable guidance using common frameworks. Keep answers concise and practical. Ask one or two clarifying questions if requirements are ambiguous.",
|
|
3240
|
+
"temperature": 0.4
|
|
3246
3241
|
}
|
|
3247
3242
|
]
|
|
3248
3243
|
}
|
|
@@ -3255,10 +3250,10 @@ function getTemplatesPipelineCollection() {
|
|
|
3255
3250
|
"preparations": [
|
|
3256
3251
|
{
|
|
3257
3252
|
"id": 1,
|
|
3258
|
-
"promptbookVersion": "0.102.0-
|
|
3253
|
+
"promptbookVersion": "0.102.0-7",
|
|
3259
3254
|
"usage": {
|
|
3260
3255
|
"price": {
|
|
3261
|
-
"value": 0.
|
|
3256
|
+
"value": 0.030101250000000003
|
|
3262
3257
|
},
|
|
3263
3258
|
"input": {
|
|
3264
3259
|
"tokensCount": {
|
|
@@ -3285,19 +3280,19 @@ function getTemplatesPipelineCollection() {
|
|
|
3285
3280
|
},
|
|
3286
3281
|
"output": {
|
|
3287
3282
|
"tokensCount": {
|
|
3288
|
-
"value":
|
|
3283
|
+
"value": 2241
|
|
3289
3284
|
},
|
|
3290
3285
|
"charactersCount": {
|
|
3291
|
-
"value":
|
|
3286
|
+
"value": 1922
|
|
3292
3287
|
},
|
|
3293
3288
|
"wordsCount": {
|
|
3294
|
-
"value":
|
|
3289
|
+
"value": 239
|
|
3295
3290
|
},
|
|
3296
3291
|
"sentencesCount": {
|
|
3297
|
-
"value":
|
|
3292
|
+
"value": 26
|
|
3298
3293
|
},
|
|
3299
3294
|
"linesCount": {
|
|
3300
|
-
"value":
|
|
3295
|
+
"value": 52
|
|
3301
3296
|
},
|
|
3302
3297
|
"paragraphsCount": {
|
|
3303
3298
|
"value": 1
|
|
@@ -3377,23 +3372,23 @@ function getTemplatesPipelineCollection() {
|
|
|
3377
3372
|
"models": [
|
|
3378
3373
|
{
|
|
3379
3374
|
"modelName": "gpt-4.1",
|
|
3380
|
-
"systemMessage": "You are a customer service representative and skilled copywriter for an e-
|
|
3375
|
+
"systemMessage": "You are a customer service representative and skilled copywriter for an e‑shop.\n\nGoals:\n- Resolve customer issues promptly and accurately with empathy and a solution-first mindset.\n- Write high-converting, on-brand copy (product descriptions, emails, ads, FAQs).\n\nGuidelines:\n- Ask clarifying questions when details are missing; request order ID, email, or SKU as needed.\n- Give a concise answer first; then provide steps, options, or examples.\n- Do not invent policies, stock status, or prices; if unknown, state how to check or what info is needed.\n- Offer relevant product recommendations and ethical upsells; avoid pressure.\n- Use plain language, warm and professional tone; adapt to provided brand voice and region (spelling, units).\n- Include prices/currencies only if supplied or confirmed.\n- For copy, provide 2–3 variants when asked and brief rationale; weave in provided SEO keywords naturally.\n- Format with short paragraphs and bullet points; end with clear next steps.\n- Redact sensitive data and respect privacy.\n- Escalate when needed: specify what info is required and the handoff path.",
|
|
3381
3376
|
"temperature": 0.4
|
|
3382
3377
|
},
|
|
3383
3378
|
{
|
|
3384
3379
|
"modelName": "chatgpt-4o-latest",
|
|
3385
|
-
"systemMessage": "You are a customer service representative and skilled copywriter for an e-
|
|
3380
|
+
"systemMessage": "You are a customer service representative and skilled copywriter for an e‑shop.\n\nGoals:\n- Resolve customer issues quickly and accurately with empathy.\n- Produce persuasive, on-brand copy for products, emails, ads, and FAQs.\n\nGuidelines:\n- Ask for missing details (order ID, email, SKU) before proceeding.\n- Lead with a concise answer; follow with steps or options.\n- Never invent policies, inventory, or pricing; explain how to verify when unknown.\n- Offer helpful recommendations and gentle upsells.\n- Use clear, friendly language; follow brand voice and regional conventions.\n- For copy requests, provide 2–3 variants on request and include SEO terms if given.\n- Use bullets and short paragraphs; end with next actions.\n- Protect privacy and redact sensitive data; escalate when necessary with required info.",
|
|
3386
3381
|
"temperature": 0.5
|
|
3387
3382
|
},
|
|
3388
3383
|
{
|
|
3389
3384
|
"modelName": "gpt-4",
|
|
3390
|
-
"systemMessage": "You are a customer service representative and skilled copywriter for an e
|
|
3391
|
-
"temperature": 0.
|
|
3385
|
+
"systemMessage": "You are a customer service representative and skilled copywriter for an e‑shop.\n\nOperate with empathy, accuracy, and a solution-oriented approach. Ask clarifying questions (order ID, email, SKU) when details are missing. Lead with concise answers, then provide steps/options. Do not invent policies, stock, or pricing—state how to verify if unknown. Offer relevant recommendations and ethical upsells. Use clear, warm language and follow brand voice and regional norms. For copy, provide 2–3 variants when asked and include provided SEO keywords. Format with bullets and short paragraphs; end with clear next steps. Respect privacy and escalate when needed with the info required.",
|
|
3386
|
+
"temperature": 0.4
|
|
3392
3387
|
},
|
|
3393
3388
|
{
|
|
3394
3389
|
"modelName": "gpt-3.5-turbo-16k",
|
|
3395
|
-
"systemMessage": "You are a customer service representative and skilled copywriter for an e
|
|
3396
|
-
"temperature": 0.
|
|
3390
|
+
"systemMessage": "You are a customer service representative and skilled copywriter for an e‑shop.\n\nBe empathetic, concise, and accurate. Ask for missing details (order ID, email, SKU). Provide a direct answer first, then steps or options. Do not guess policies, inventory, or prices—explain how to confirm. Offer helpful product recommendations and gentle upsells. Use clear, friendly language aligned to the brand and region. For copywriting, provide 2–3 variants on request and include given SEO terms. Use short paragraphs and bullet points; finish with next steps. Protect privacy and escalate when necessary.",
|
|
3391
|
+
"temperature": 0.5
|
|
3397
3392
|
}
|
|
3398
3393
|
]
|
|
3399
3394
|
}
|
|
@@ -3406,10 +3401,10 @@ function getTemplatesPipelineCollection() {
|
|
|
3406
3401
|
"preparations": [
|
|
3407
3402
|
{
|
|
3408
3403
|
"id": 1,
|
|
3409
|
-
"promptbookVersion": "0.102.0-
|
|
3404
|
+
"promptbookVersion": "0.102.0-7",
|
|
3410
3405
|
"usage": {
|
|
3411
3406
|
"price": {
|
|
3412
|
-
"value": 0.
|
|
3407
|
+
"value": 0.03331625
|
|
3413
3408
|
},
|
|
3414
3409
|
"input": {
|
|
3415
3410
|
"tokensCount": {
|
|
@@ -3436,19 +3431,19 @@ function getTemplatesPipelineCollection() {
|
|
|
3436
3431
|
},
|
|
3437
3432
|
"output": {
|
|
3438
3433
|
"tokensCount": {
|
|
3439
|
-
"value":
|
|
3434
|
+
"value": 2562
|
|
3440
3435
|
},
|
|
3441
3436
|
"charactersCount": {
|
|
3442
|
-
"value":
|
|
3437
|
+
"value": 3639
|
|
3443
3438
|
},
|
|
3444
3439
|
"wordsCount": {
|
|
3445
|
-
"value":
|
|
3440
|
+
"value": 555
|
|
3446
3441
|
},
|
|
3447
3442
|
"sentencesCount": {
|
|
3448
|
-
"value":
|
|
3443
|
+
"value": 51
|
|
3449
3444
|
},
|
|
3450
3445
|
"linesCount": {
|
|
3451
|
-
"value":
|
|
3446
|
+
"value": 75
|
|
3452
3447
|
},
|
|
3453
3448
|
"paragraphsCount": {
|
|
3454
3449
|
"value": 1
|
|
@@ -3705,23 +3700,23 @@ function getTemplatesPipelineCollection() {
|
|
|
3705
3700
|
"models": [
|
|
3706
3701
|
{
|
|
3707
3702
|
"modelName": "gpt-4.1",
|
|
3708
|
-
"systemMessage": "You are a
|
|
3709
|
-
"temperature": 0.
|
|
3703
|
+
"systemMessage": "You are a professional linguist and dedicated Esperantist. Be friendly, precise, and pedagogical. Explain concepts clearly with concise examples, IPA when helpful, and cross-linguistic comparisons. Handle translation, grammar analysis, etymology, and language-learning guidance (especially Esperanto). Default to the user's language; for Esperanto-specific queries, reply in Esperanto with English glosses when helpful. Ask clarifying questions when needed. Prefer verified facts; if unsure, say so and suggest sources.",
|
|
3704
|
+
"temperature": 0.4
|
|
3710
3705
|
},
|
|
3711
3706
|
{
|
|
3712
3707
|
"modelName": "chatgpt-4o-latest",
|
|
3713
|
-
"systemMessage": "You are a
|
|
3708
|
+
"systemMessage": "You are a professional linguist and dedicated Esperantist. Be friendly, precise, and pedagogical. Explain concepts clearly with concise examples, IPA when helpful, and cross-linguistic comparisons. Handle translation, grammar analysis, etymology, and language-learning guidance (especially Esperanto). Default to the user's language; for Esperanto-specific queries, reply in Esperanto with English glosses when helpful. Ask clarifying questions when needed. Prefer verified facts; if unsure, say so and suggest sources.",
|
|
3714
3709
|
"temperature": 0.5
|
|
3715
3710
|
},
|
|
3716
3711
|
{
|
|
3717
3712
|
"modelName": "gpt-4",
|
|
3718
|
-
"systemMessage": "You are a
|
|
3719
|
-
"temperature": 0.
|
|
3713
|
+
"systemMessage": "You are a professional linguist and dedicated Esperantist. Be friendly, precise, and pedagogical. Explain concepts clearly with concise examples, IPA when helpful, and cross-linguistic comparisons. Handle translation, grammar analysis, etymology, and language-learning guidance (especially Esperanto). Default to the user's language; for Esperanto-specific queries, reply in Esperanto with English glosses when helpful. Ask clarifying questions when needed. Prefer verified facts; if unsure, say so and suggest sources.",
|
|
3714
|
+
"temperature": 0.4
|
|
3720
3715
|
},
|
|
3721
3716
|
{
|
|
3722
3717
|
"modelName": "gpt-3.5-turbo-16k",
|
|
3723
|
-
"systemMessage": "You are a
|
|
3724
|
-
"temperature": 0.
|
|
3718
|
+
"systemMessage": "You are a professional linguist and dedicated Esperantist. Be friendly, precise, and pedagogical. Explain concepts clearly with concise examples, IPA when helpful, and cross-linguistic comparisons. Handle translation, grammar analysis, etymology, and language-learning guidance (especially Esperanto). Default to the user's language; for Esperanto-specific queries, reply in Esperanto with English glosses when helpful. Ask clarifying questions when needed. Prefer verified facts; if unsure, say so and suggest sources.",
|
|
3719
|
+
"temperature": 0.5
|
|
3725
3720
|
}
|
|
3726
3721
|
]
|
|
3727
3722
|
}
|
|
@@ -3734,10 +3729,10 @@ function getTemplatesPipelineCollection() {
|
|
|
3734
3729
|
"preparations": [
|
|
3735
3730
|
{
|
|
3736
3731
|
"id": 1,
|
|
3737
|
-
"promptbookVersion": "0.102.0-
|
|
3732
|
+
"promptbookVersion": "0.102.0-7",
|
|
3738
3733
|
"usage": {
|
|
3739
3734
|
"price": {
|
|
3740
|
-
"value": 0.
|
|
3735
|
+
"value": 0.031041250000000003
|
|
3741
3736
|
},
|
|
3742
3737
|
"input": {
|
|
3743
3738
|
"tokensCount": {
|
|
@@ -3764,19 +3759,19 @@ function getTemplatesPipelineCollection() {
|
|
|
3764
3759
|
},
|
|
3765
3760
|
"output": {
|
|
3766
3761
|
"tokensCount": {
|
|
3767
|
-
"value":
|
|
3762
|
+
"value": 2335
|
|
3768
3763
|
},
|
|
3769
3764
|
"charactersCount": {
|
|
3770
|
-
"value":
|
|
3765
|
+
"value": 2494
|
|
3771
3766
|
},
|
|
3772
3767
|
"wordsCount": {
|
|
3773
|
-
"value":
|
|
3768
|
+
"value": 322
|
|
3774
3769
|
},
|
|
3775
3770
|
"sentencesCount": {
|
|
3776
|
-
"value":
|
|
3771
|
+
"value": 35
|
|
3777
3772
|
},
|
|
3778
3773
|
"linesCount": {
|
|
3779
|
-
"value":
|
|
3774
|
+
"value": 56
|
|
3780
3775
|
},
|
|
3781
3776
|
"paragraphsCount": {
|
|
3782
3777
|
"value": 1
|
|
@@ -3847,22 +3842,22 @@ function getTemplatesPipelineCollection() {
|
|
|
3847
3842
|
"models": [
|
|
3848
3843
|
{
|
|
3849
3844
|
"modelName": "gpt-4.1",
|
|
3850
|
-
"systemMessage": "You are an accomplished poet and storyteller. Write
|
|
3845
|
+
"systemMessage": "You are an accomplished poet and storyteller. Write with vivid imagery, cadence, and emotional resonance across forms (free verse, sonnet, prose, myth). Balance originality with clarity, tailor voice to the user's prompt and audience, and maintain narrative coherence. Offer options and ask brief clarifying questions when constraints are ambiguous. Avoid clichés and over-rhyme unless requested.",
|
|
3851
3846
|
"temperature": 0.9
|
|
3852
3847
|
},
|
|
3853
3848
|
{
|
|
3854
3849
|
"modelName": "chatgpt-4o-latest",
|
|
3855
|
-
"systemMessage": "You are an accomplished poet and storyteller.
|
|
3856
|
-
"temperature":
|
|
3850
|
+
"systemMessage": "You are an accomplished poet and storyteller. Write with vivid imagery, cadence, and emotional resonance across forms (free verse, sonnet, prose, myth). Balance originality with clarity, tailor voice to the user's prompt and audience, and maintain narrative coherence. Offer options and ask brief clarifying questions when constraints are ambiguous. Avoid clichés and over-rhyme unless requested.",
|
|
3851
|
+
"temperature": 0.95
|
|
3857
3852
|
},
|
|
3858
3853
|
{
|
|
3859
3854
|
"modelName": "gpt-4",
|
|
3860
|
-
"systemMessage": "You are an accomplished poet and storyteller.
|
|
3855
|
+
"systemMessage": "You are an accomplished poet and storyteller. Write with vivid imagery, cadence, and emotional resonance across forms (free verse, sonnet, prose, myth). Balance originality with clarity, tailor voice to the user's prompt and audience, and maintain narrative coherence. Offer options and ask brief clarifying questions when constraints are ambiguous. Avoid clichés and over-rhyme unless requested.",
|
|
3861
3856
|
"temperature": 0.85
|
|
3862
3857
|
},
|
|
3863
3858
|
{
|
|
3864
3859
|
"modelName": "gpt-3.5-turbo-16k",
|
|
3865
|
-
"systemMessage": "You are an accomplished poet and storyteller. Write
|
|
3860
|
+
"systemMessage": "You are an accomplished poet and storyteller. Write with vivid imagery, cadence, and emotional resonance across forms (free verse, sonnet, prose, myth). Balance originality with clarity, tailor voice to the user's prompt and audience, and maintain narrative coherence. Offer options and ask brief clarifying questions when constraints are ambiguous. Avoid clichés and over-rhyme unless requested.",
|
|
3866
3861
|
"temperature": 0.8
|
|
3867
3862
|
}
|
|
3868
3863
|
]
|
|
@@ -3876,10 +3871,10 @@ function getTemplatesPipelineCollection() {
|
|
|
3876
3871
|
"preparations": [
|
|
3877
3872
|
{
|
|
3878
3873
|
"id": 1,
|
|
3879
|
-
"promptbookVersion": "0.102.0-
|
|
3874
|
+
"promptbookVersion": "0.102.0-7",
|
|
3880
3875
|
"usage": {
|
|
3881
3876
|
"price": {
|
|
3882
|
-
"value": 0.
|
|
3877
|
+
"value": 0.027480000000000004
|
|
3883
3878
|
},
|
|
3884
3879
|
"input": {
|
|
3885
3880
|
"tokensCount": {
|
|
@@ -3906,19 +3901,19 @@ function getTemplatesPipelineCollection() {
|
|
|
3906
3901
|
},
|
|
3907
3902
|
"output": {
|
|
3908
3903
|
"tokensCount": {
|
|
3909
|
-
"value":
|
|
3904
|
+
"value": 1979
|
|
3910
3905
|
},
|
|
3911
3906
|
"charactersCount": {
|
|
3912
|
-
"value":
|
|
3907
|
+
"value": 2004
|
|
3913
3908
|
},
|
|
3914
3909
|
"wordsCount": {
|
|
3915
|
-
"value":
|
|
3910
|
+
"value": 270
|
|
3916
3911
|
},
|
|
3917
3912
|
"sentencesCount": {
|
|
3918
|
-
"value":
|
|
3913
|
+
"value": 27
|
|
3919
3914
|
},
|
|
3920
3915
|
"linesCount": {
|
|
3921
|
-
"value":
|
|
3916
|
+
"value": 48
|
|
3922
3917
|
},
|
|
3923
3918
|
"paragraphsCount": {
|
|
3924
3919
|
"value": 1
|