@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/umd/index.umd.js
CHANGED
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
* @generated
|
|
23
23
|
* @see https://github.com/webgptorg/promptbook
|
|
24
24
|
*/
|
|
25
|
-
const PROMPTBOOK_ENGINE_VERSION = '0.102.0-
|
|
25
|
+
const PROMPTBOOK_ENGINE_VERSION = '0.102.0-8';
|
|
26
26
|
/**
|
|
27
27
|
* TODO: string_promptbook_version should be constrained to the all versions of Promptbook engine
|
|
28
28
|
* Note: [💞] Ignore a discrepancy between file name and entity name
|
|
@@ -1571,33 +1571,28 @@
|
|
|
1571
1571
|
"models": [
|
|
1572
1572
|
{
|
|
1573
1573
|
"modelName": "gpt-4.1",
|
|
1574
|
-
"systemMessage": "You are a
|
|
1575
|
-
"temperature": 0.
|
|
1574
|
+
"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.",
|
|
1575
|
+
"temperature": 0.2
|
|
1576
1576
|
},
|
|
1577
1577
|
{
|
|
1578
1578
|
"modelName": "chatgpt-4o-latest",
|
|
1579
|
-
"systemMessage": "You are a
|
|
1580
|
-
"temperature": 0.
|
|
1579
|
+
"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.",
|
|
1580
|
+
"temperature": 0.3
|
|
1581
1581
|
},
|
|
1582
1582
|
{
|
|
1583
|
-
"modelName": "
|
|
1584
|
-
"systemMessage": "You are a
|
|
1583
|
+
"modelName": "gpt-4",
|
|
1584
|
+
"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.",
|
|
1585
1585
|
"temperature": 0.2
|
|
1586
1586
|
},
|
|
1587
1587
|
{
|
|
1588
|
-
"modelName": "
|
|
1589
|
-
"systemMessage": "You are
|
|
1590
|
-
"temperature": 0.
|
|
1591
|
-
},
|
|
1592
|
-
{
|
|
1593
|
-
"modelName": "gpt-4",
|
|
1594
|
-
"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.",
|
|
1595
|
-
"temperature": 0.3
|
|
1588
|
+
"modelName": "o4-mini",
|
|
1589
|
+
"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.",
|
|
1590
|
+
"temperature": 0.25
|
|
1596
1591
|
},
|
|
1597
1592
|
{
|
|
1598
1593
|
"modelName": "gpt-3.5-turbo-16k",
|
|
1599
|
-
"systemMessage": "You are a
|
|
1600
|
-
"temperature": 0.
|
|
1594
|
+
"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.",
|
|
1595
|
+
"temperature": 0.3
|
|
1601
1596
|
}
|
|
1602
1597
|
]
|
|
1603
1598
|
}
|
|
@@ -1610,10 +1605,10 @@
|
|
|
1610
1605
|
"preparations": [
|
|
1611
1606
|
{
|
|
1612
1607
|
"id": 1,
|
|
1613
|
-
"promptbookVersion": "0.102.0-
|
|
1608
|
+
"promptbookVersion": "0.102.0-7",
|
|
1614
1609
|
"usage": {
|
|
1615
1610
|
"price": {
|
|
1616
|
-
"value": 0.
|
|
1611
|
+
"value": 0.027152500000000003
|
|
1617
1612
|
},
|
|
1618
1613
|
"input": {
|
|
1619
1614
|
"tokensCount": {
|
|
@@ -1640,19 +1635,19 @@
|
|
|
1640
1635
|
},
|
|
1641
1636
|
"output": {
|
|
1642
1637
|
"tokensCount": {
|
|
1643
|
-
"value":
|
|
1638
|
+
"value": 1946
|
|
1644
1639
|
},
|
|
1645
1640
|
"charactersCount": {
|
|
1646
|
-
"value":
|
|
1641
|
+
"value": 1819
|
|
1647
1642
|
},
|
|
1648
1643
|
"wordsCount": {
|
|
1649
|
-
"value":
|
|
1644
|
+
"value": 241
|
|
1650
1645
|
},
|
|
1651
1646
|
"sentencesCount": {
|
|
1652
|
-
"value":
|
|
1647
|
+
"value": 23
|
|
1653
1648
|
},
|
|
1654
1649
|
"linesCount": {
|
|
1655
|
-
"value":
|
|
1650
|
+
"value": 49
|
|
1656
1651
|
},
|
|
1657
1652
|
"paragraphsCount": {
|
|
1658
1653
|
"value": 1
|
|
@@ -2141,33 +2136,28 @@
|
|
|
2141
2136
|
"models": [
|
|
2142
2137
|
{
|
|
2143
2138
|
"modelName": "gpt-4.1",
|
|
2144
|
-
"systemMessage": "You are a
|
|
2145
|
-
"temperature": 0.
|
|
2139
|
+
"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.",
|
|
2140
|
+
"temperature": 0.2
|
|
2146
2141
|
},
|
|
2147
2142
|
{
|
|
2148
2143
|
"modelName": "chatgpt-4o-latest",
|
|
2149
|
-
"systemMessage": "You are a
|
|
2150
|
-
"temperature": 0.
|
|
2144
|
+
"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.",
|
|
2145
|
+
"temperature": 0.3
|
|
2151
2146
|
},
|
|
2152
2147
|
{
|
|
2153
|
-
"modelName": "
|
|
2154
|
-
"systemMessage": "You are a
|
|
2148
|
+
"modelName": "gpt-4",
|
|
2149
|
+
"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.",
|
|
2155
2150
|
"temperature": 0.2
|
|
2156
2151
|
},
|
|
2157
2152
|
{
|
|
2158
|
-
"modelName": "
|
|
2159
|
-
"systemMessage": "You are
|
|
2160
|
-
"temperature": 0.
|
|
2161
|
-
},
|
|
2162
|
-
{
|
|
2163
|
-
"modelName": "gpt-4",
|
|
2164
|
-
"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.",
|
|
2165
|
-
"temperature": 0.3
|
|
2153
|
+
"modelName": "o4-mini",
|
|
2154
|
+
"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.",
|
|
2155
|
+
"temperature": 0.25
|
|
2166
2156
|
},
|
|
2167
2157
|
{
|
|
2168
2158
|
"modelName": "gpt-3.5-turbo-16k",
|
|
2169
|
-
"systemMessage": "You are a
|
|
2170
|
-
"temperature": 0.
|
|
2159
|
+
"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.",
|
|
2160
|
+
"temperature": 0.3
|
|
2171
2161
|
}
|
|
2172
2162
|
]
|
|
2173
2163
|
}
|
|
@@ -2180,10 +2170,10 @@
|
|
|
2180
2170
|
"preparations": [
|
|
2181
2171
|
{
|
|
2182
2172
|
"id": 1,
|
|
2183
|
-
"promptbookVersion": "0.102.0-
|
|
2173
|
+
"promptbookVersion": "0.102.0-7",
|
|
2184
2174
|
"usage": {
|
|
2185
2175
|
"price": {
|
|
2186
|
-
"value": 0.
|
|
2176
|
+
"value": 0.027152500000000003
|
|
2187
2177
|
},
|
|
2188
2178
|
"input": {
|
|
2189
2179
|
"tokensCount": {
|
|
@@ -2210,19 +2200,19 @@
|
|
|
2210
2200
|
},
|
|
2211
2201
|
"output": {
|
|
2212
2202
|
"tokensCount": {
|
|
2213
|
-
"value":
|
|
2203
|
+
"value": 1946
|
|
2214
2204
|
},
|
|
2215
2205
|
"charactersCount": {
|
|
2216
|
-
"value":
|
|
2206
|
+
"value": 1819
|
|
2217
2207
|
},
|
|
2218
2208
|
"wordsCount": {
|
|
2219
|
-
"value":
|
|
2209
|
+
"value": 241
|
|
2220
2210
|
},
|
|
2221
2211
|
"sentencesCount": {
|
|
2222
|
-
"value":
|
|
2212
|
+
"value": 23
|
|
2223
2213
|
},
|
|
2224
2214
|
"linesCount": {
|
|
2225
|
-
"value":
|
|
2215
|
+
"value": 49
|
|
2226
2216
|
},
|
|
2227
2217
|
"paragraphsCount": {
|
|
2228
2218
|
"value": 1
|
|
@@ -2852,22 +2842,22 @@
|
|
|
2852
2842
|
"models": [
|
|
2853
2843
|
{
|
|
2854
2844
|
"modelName": "gpt-4.1",
|
|
2855
|
-
"systemMessage": "You are an expert linguist and text corrector. Correct grammar, spelling, punctuation, syntax
|
|
2845
|
+
"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.",
|
|
2856
2846
|
"temperature": 0.2
|
|
2857
2847
|
},
|
|
2858
|
-
{
|
|
2859
|
-
"modelName": "chatgpt-4o-latest",
|
|
2860
|
-
"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.",
|
|
2861
|
-
"temperature": 0.25
|
|
2862
|
-
},
|
|
2863
2848
|
{
|
|
2864
2849
|
"modelName": "gpt-4",
|
|
2865
|
-
"systemMessage": "You are an expert linguist and text corrector.
|
|
2850
|
+
"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.",
|
|
2866
2851
|
"temperature": 0.2
|
|
2867
2852
|
},
|
|
2853
|
+
{
|
|
2854
|
+
"modelName": "chatgpt-4o-latest",
|
|
2855
|
+
"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.",
|
|
2856
|
+
"temperature": 0.3
|
|
2857
|
+
},
|
|
2868
2858
|
{
|
|
2869
2859
|
"modelName": "gpt-3.5-turbo-16k",
|
|
2870
|
-
"systemMessage": "You are
|
|
2860
|
+
"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.",
|
|
2871
2861
|
"temperature": 0.2
|
|
2872
2862
|
}
|
|
2873
2863
|
]
|
|
@@ -2881,10 +2871,10 @@
|
|
|
2881
2871
|
"preparations": [
|
|
2882
2872
|
{
|
|
2883
2873
|
"id": 1,
|
|
2884
|
-
"promptbookVersion": "0.102.0-
|
|
2874
|
+
"promptbookVersion": "0.102.0-7",
|
|
2885
2875
|
"usage": {
|
|
2886
2876
|
"price": {
|
|
2887
|
-
"value": 0.
|
|
2877
|
+
"value": 0.03587125000000001
|
|
2888
2878
|
},
|
|
2889
2879
|
"input": {
|
|
2890
2880
|
"tokensCount": {
|
|
@@ -2911,25 +2901,25 @@
|
|
|
2911
2901
|
},
|
|
2912
2902
|
"output": {
|
|
2913
2903
|
"tokensCount": {
|
|
2914
|
-
"value":
|
|
2904
|
+
"value": 2818
|
|
2915
2905
|
},
|
|
2916
2906
|
"charactersCount": {
|
|
2917
|
-
"value":
|
|
2907
|
+
"value": 1369
|
|
2918
2908
|
},
|
|
2919
2909
|
"wordsCount": {
|
|
2920
|
-
"value":
|
|
2910
|
+
"value": 178
|
|
2921
2911
|
},
|
|
2922
2912
|
"sentencesCount": {
|
|
2923
|
-
"value":
|
|
2913
|
+
"value": 22
|
|
2924
2914
|
},
|
|
2925
2915
|
"linesCount": {
|
|
2926
|
-
"value":
|
|
2916
|
+
"value": 39
|
|
2927
2917
|
},
|
|
2928
2918
|
"paragraphsCount": {
|
|
2929
2919
|
"value": 1
|
|
2930
2920
|
},
|
|
2931
2921
|
"pagesCount": {
|
|
2932
|
-
"value":
|
|
2922
|
+
"value": 1
|
|
2933
2923
|
}
|
|
2934
2924
|
}
|
|
2935
2925
|
}
|
|
@@ -2995,22 +2985,27 @@
|
|
|
2995
2985
|
"models": [
|
|
2996
2986
|
{
|
|
2997
2987
|
"modelName": "gpt-4.1",
|
|
2998
|
-
"systemMessage": "You are a skilled e
|
|
2988
|
+
"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.",
|
|
2999
2989
|
"temperature": 0.7
|
|
3000
2990
|
},
|
|
3001
2991
|
{
|
|
3002
2992
|
"modelName": "chatgpt-4o-latest",
|
|
3003
|
-
"systemMessage": "You are a skilled e
|
|
2993
|
+
"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.",
|
|
3004
2994
|
"temperature": 0.7
|
|
3005
2995
|
},
|
|
3006
2996
|
{
|
|
3007
2997
|
"modelName": "gpt-4",
|
|
3008
|
-
"systemMessage": "You are a
|
|
2998
|
+
"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.",
|
|
3009
2999
|
"temperature": 0.65
|
|
3010
3000
|
},
|
|
3011
3001
|
{
|
|
3012
|
-
"modelName": "gpt-3.5-turbo-
|
|
3013
|
-
"systemMessage": "You are a skilled e
|
|
3002
|
+
"modelName": "gpt-3.5-turbo-16k",
|
|
3003
|
+
"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.",
|
|
3004
|
+
"temperature": 0.6
|
|
3005
|
+
},
|
|
3006
|
+
{
|
|
3007
|
+
"modelName": "gpt-3.5-turbo",
|
|
3008
|
+
"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.",
|
|
3014
3009
|
"temperature": 0.6
|
|
3015
3010
|
}
|
|
3016
3011
|
]
|
|
@@ -3024,10 +3019,10 @@
|
|
|
3024
3019
|
"preparations": [
|
|
3025
3020
|
{
|
|
3026
3021
|
"id": 1,
|
|
3027
|
-
"promptbookVersion": "0.102.0-
|
|
3022
|
+
"promptbookVersion": "0.102.0-7",
|
|
3028
3023
|
"usage": {
|
|
3029
3024
|
"price": {
|
|
3030
|
-
"value": 0.
|
|
3025
|
+
"value": 0.028901250000000003
|
|
3031
3026
|
},
|
|
3032
3027
|
"input": {
|
|
3033
3028
|
"tokensCount": {
|
|
@@ -3054,19 +3049,19 @@
|
|
|
3054
3049
|
},
|
|
3055
3050
|
"output": {
|
|
3056
3051
|
"tokensCount": {
|
|
3057
|
-
"value":
|
|
3052
|
+
"value": 2121
|
|
3058
3053
|
},
|
|
3059
3054
|
"charactersCount": {
|
|
3060
|
-
"value":
|
|
3055
|
+
"value": 2304
|
|
3061
3056
|
},
|
|
3062
3057
|
"wordsCount": {
|
|
3063
|
-
"value":
|
|
3058
|
+
"value": 313
|
|
3064
3059
|
},
|
|
3065
3060
|
"sentencesCount": {
|
|
3066
|
-
"value":
|
|
3061
|
+
"value": 30
|
|
3067
3062
|
},
|
|
3068
3063
|
"linesCount": {
|
|
3069
|
-
"value":
|
|
3064
|
+
"value": 57
|
|
3070
3065
|
},
|
|
3071
3066
|
"paragraphsCount": {
|
|
3072
3067
|
"value": 1
|
|
@@ -3120,7 +3115,7 @@
|
|
|
3120
3115
|
"preparations": [
|
|
3121
3116
|
{
|
|
3122
3117
|
"id": 1,
|
|
3123
|
-
"promptbookVersion": "0.102.0-
|
|
3118
|
+
"promptbookVersion": "0.102.0-7",
|
|
3124
3119
|
"usage": {
|
|
3125
3120
|
"price": {
|
|
3126
3121
|
"value": 0
|
|
@@ -3229,28 +3224,28 @@
|
|
|
3229
3224
|
"models": [
|
|
3230
3225
|
{
|
|
3231
3226
|
"modelName": "gpt-4.1",
|
|
3232
|
-
"systemMessage": "You are an experienced marketing specialist and business consultant.
|
|
3233
|
-
"temperature": 0.
|
|
3227
|
+
"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.",
|
|
3228
|
+
"temperature": 0.3
|
|
3234
3229
|
},
|
|
3235
3230
|
{
|
|
3236
3231
|
"modelName": "chatgpt-4o-latest",
|
|
3237
|
-
"systemMessage": "You are an experienced marketing specialist and business consultant with a friendly,
|
|
3238
|
-
"temperature": 0.
|
|
3232
|
+
"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.",
|
|
3233
|
+
"temperature": 0.4
|
|
3239
3234
|
},
|
|
3240
3235
|
{
|
|
3241
3236
|
"modelName": "gpt-4",
|
|
3242
|
-
"systemMessage": "You are an experienced marketing specialist and business consultant.
|
|
3243
|
-
"temperature": 0.
|
|
3237
|
+
"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.",
|
|
3238
|
+
"temperature": 0.3
|
|
3244
3239
|
},
|
|
3245
3240
|
{
|
|
3246
3241
|
"modelName": "o4-mini",
|
|
3247
|
-
"systemMessage": "You are an experienced marketing specialist and business consultant
|
|
3242
|
+
"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.",
|
|
3248
3243
|
"temperature": 0.3
|
|
3249
3244
|
},
|
|
3250
3245
|
{
|
|
3251
3246
|
"modelName": "gpt-3.5-turbo-16k",
|
|
3252
|
-
"systemMessage": "You are an experienced marketing specialist and business consultant. Provide
|
|
3253
|
-
"temperature": 0.
|
|
3247
|
+
"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.",
|
|
3248
|
+
"temperature": 0.4
|
|
3254
3249
|
}
|
|
3255
3250
|
]
|
|
3256
3251
|
}
|
|
@@ -3263,10 +3258,10 @@
|
|
|
3263
3258
|
"preparations": [
|
|
3264
3259
|
{
|
|
3265
3260
|
"id": 1,
|
|
3266
|
-
"promptbookVersion": "0.102.0-
|
|
3261
|
+
"promptbookVersion": "0.102.0-7",
|
|
3267
3262
|
"usage": {
|
|
3268
3263
|
"price": {
|
|
3269
|
-
"value": 0.
|
|
3264
|
+
"value": 0.030101250000000003
|
|
3270
3265
|
},
|
|
3271
3266
|
"input": {
|
|
3272
3267
|
"tokensCount": {
|
|
@@ -3293,19 +3288,19 @@
|
|
|
3293
3288
|
},
|
|
3294
3289
|
"output": {
|
|
3295
3290
|
"tokensCount": {
|
|
3296
|
-
"value":
|
|
3291
|
+
"value": 2241
|
|
3297
3292
|
},
|
|
3298
3293
|
"charactersCount": {
|
|
3299
|
-
"value":
|
|
3294
|
+
"value": 1922
|
|
3300
3295
|
},
|
|
3301
3296
|
"wordsCount": {
|
|
3302
|
-
"value":
|
|
3297
|
+
"value": 239
|
|
3303
3298
|
},
|
|
3304
3299
|
"sentencesCount": {
|
|
3305
|
-
"value":
|
|
3300
|
+
"value": 26
|
|
3306
3301
|
},
|
|
3307
3302
|
"linesCount": {
|
|
3308
|
-
"value":
|
|
3303
|
+
"value": 52
|
|
3309
3304
|
},
|
|
3310
3305
|
"paragraphsCount": {
|
|
3311
3306
|
"value": 1
|
|
@@ -3385,23 +3380,23 @@
|
|
|
3385
3380
|
"models": [
|
|
3386
3381
|
{
|
|
3387
3382
|
"modelName": "gpt-4.1",
|
|
3388
|
-
"systemMessage": "You are a customer service representative and skilled copywriter for an e-
|
|
3383
|
+
"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.",
|
|
3389
3384
|
"temperature": 0.4
|
|
3390
3385
|
},
|
|
3391
3386
|
{
|
|
3392
3387
|
"modelName": "chatgpt-4o-latest",
|
|
3393
|
-
"systemMessage": "You are a customer service representative and skilled copywriter for an e-
|
|
3388
|
+
"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.",
|
|
3394
3389
|
"temperature": 0.5
|
|
3395
3390
|
},
|
|
3396
3391
|
{
|
|
3397
3392
|
"modelName": "gpt-4",
|
|
3398
|
-
"systemMessage": "You are a customer service representative and skilled copywriter for an e
|
|
3399
|
-
"temperature": 0.
|
|
3393
|
+
"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.",
|
|
3394
|
+
"temperature": 0.4
|
|
3400
3395
|
},
|
|
3401
3396
|
{
|
|
3402
3397
|
"modelName": "gpt-3.5-turbo-16k",
|
|
3403
|
-
"systemMessage": "You are a customer service representative and skilled copywriter for an e
|
|
3404
|
-
"temperature": 0.
|
|
3398
|
+
"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.",
|
|
3399
|
+
"temperature": 0.5
|
|
3405
3400
|
}
|
|
3406
3401
|
]
|
|
3407
3402
|
}
|
|
@@ -3414,10 +3409,10 @@
|
|
|
3414
3409
|
"preparations": [
|
|
3415
3410
|
{
|
|
3416
3411
|
"id": 1,
|
|
3417
|
-
"promptbookVersion": "0.102.0-
|
|
3412
|
+
"promptbookVersion": "0.102.0-7",
|
|
3418
3413
|
"usage": {
|
|
3419
3414
|
"price": {
|
|
3420
|
-
"value": 0.
|
|
3415
|
+
"value": 0.03331625
|
|
3421
3416
|
},
|
|
3422
3417
|
"input": {
|
|
3423
3418
|
"tokensCount": {
|
|
@@ -3444,19 +3439,19 @@
|
|
|
3444
3439
|
},
|
|
3445
3440
|
"output": {
|
|
3446
3441
|
"tokensCount": {
|
|
3447
|
-
"value":
|
|
3442
|
+
"value": 2562
|
|
3448
3443
|
},
|
|
3449
3444
|
"charactersCount": {
|
|
3450
|
-
"value":
|
|
3445
|
+
"value": 3639
|
|
3451
3446
|
},
|
|
3452
3447
|
"wordsCount": {
|
|
3453
|
-
"value":
|
|
3448
|
+
"value": 555
|
|
3454
3449
|
},
|
|
3455
3450
|
"sentencesCount": {
|
|
3456
|
-
"value":
|
|
3451
|
+
"value": 51
|
|
3457
3452
|
},
|
|
3458
3453
|
"linesCount": {
|
|
3459
|
-
"value":
|
|
3454
|
+
"value": 75
|
|
3460
3455
|
},
|
|
3461
3456
|
"paragraphsCount": {
|
|
3462
3457
|
"value": 1
|
|
@@ -3713,23 +3708,23 @@
|
|
|
3713
3708
|
"models": [
|
|
3714
3709
|
{
|
|
3715
3710
|
"modelName": "gpt-4.1",
|
|
3716
|
-
"systemMessage": "You are a
|
|
3717
|
-
"temperature": 0.
|
|
3711
|
+
"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.",
|
|
3712
|
+
"temperature": 0.4
|
|
3718
3713
|
},
|
|
3719
3714
|
{
|
|
3720
3715
|
"modelName": "chatgpt-4o-latest",
|
|
3721
|
-
"systemMessage": "You are a
|
|
3716
|
+
"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.",
|
|
3722
3717
|
"temperature": 0.5
|
|
3723
3718
|
},
|
|
3724
3719
|
{
|
|
3725
3720
|
"modelName": "gpt-4",
|
|
3726
|
-
"systemMessage": "You are a
|
|
3727
|
-
"temperature": 0.
|
|
3721
|
+
"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.",
|
|
3722
|
+
"temperature": 0.4
|
|
3728
3723
|
},
|
|
3729
3724
|
{
|
|
3730
3725
|
"modelName": "gpt-3.5-turbo-16k",
|
|
3731
|
-
"systemMessage": "You are a
|
|
3732
|
-
"temperature": 0.
|
|
3726
|
+
"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.",
|
|
3727
|
+
"temperature": 0.5
|
|
3733
3728
|
}
|
|
3734
3729
|
]
|
|
3735
3730
|
}
|
|
@@ -3742,10 +3737,10 @@
|
|
|
3742
3737
|
"preparations": [
|
|
3743
3738
|
{
|
|
3744
3739
|
"id": 1,
|
|
3745
|
-
"promptbookVersion": "0.102.0-
|
|
3740
|
+
"promptbookVersion": "0.102.0-7",
|
|
3746
3741
|
"usage": {
|
|
3747
3742
|
"price": {
|
|
3748
|
-
"value": 0.
|
|
3743
|
+
"value": 0.031041250000000003
|
|
3749
3744
|
},
|
|
3750
3745
|
"input": {
|
|
3751
3746
|
"tokensCount": {
|
|
@@ -3772,19 +3767,19 @@
|
|
|
3772
3767
|
},
|
|
3773
3768
|
"output": {
|
|
3774
3769
|
"tokensCount": {
|
|
3775
|
-
"value":
|
|
3770
|
+
"value": 2335
|
|
3776
3771
|
},
|
|
3777
3772
|
"charactersCount": {
|
|
3778
|
-
"value":
|
|
3773
|
+
"value": 2494
|
|
3779
3774
|
},
|
|
3780
3775
|
"wordsCount": {
|
|
3781
|
-
"value":
|
|
3776
|
+
"value": 322
|
|
3782
3777
|
},
|
|
3783
3778
|
"sentencesCount": {
|
|
3784
|
-
"value":
|
|
3779
|
+
"value": 35
|
|
3785
3780
|
},
|
|
3786
3781
|
"linesCount": {
|
|
3787
|
-
"value":
|
|
3782
|
+
"value": 56
|
|
3788
3783
|
},
|
|
3789
3784
|
"paragraphsCount": {
|
|
3790
3785
|
"value": 1
|
|
@@ -3855,22 +3850,22 @@
|
|
|
3855
3850
|
"models": [
|
|
3856
3851
|
{
|
|
3857
3852
|
"modelName": "gpt-4.1",
|
|
3858
|
-
"systemMessage": "You are an accomplished poet and storyteller. Write
|
|
3853
|
+
"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.",
|
|
3859
3854
|
"temperature": 0.9
|
|
3860
3855
|
},
|
|
3861
3856
|
{
|
|
3862
3857
|
"modelName": "chatgpt-4o-latest",
|
|
3863
|
-
"systemMessage": "You are an accomplished poet and storyteller.
|
|
3864
|
-
"temperature":
|
|
3858
|
+
"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.",
|
|
3859
|
+
"temperature": 0.95
|
|
3865
3860
|
},
|
|
3866
3861
|
{
|
|
3867
3862
|
"modelName": "gpt-4",
|
|
3868
|
-
"systemMessage": "You are an accomplished poet and storyteller.
|
|
3863
|
+
"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.",
|
|
3869
3864
|
"temperature": 0.85
|
|
3870
3865
|
},
|
|
3871
3866
|
{
|
|
3872
3867
|
"modelName": "gpt-3.5-turbo-16k",
|
|
3873
|
-
"systemMessage": "You are an accomplished poet and storyteller. Write
|
|
3868
|
+
"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.",
|
|
3874
3869
|
"temperature": 0.8
|
|
3875
3870
|
}
|
|
3876
3871
|
]
|
|
@@ -3884,10 +3879,10 @@
|
|
|
3884
3879
|
"preparations": [
|
|
3885
3880
|
{
|
|
3886
3881
|
"id": 1,
|
|
3887
|
-
"promptbookVersion": "0.102.0-
|
|
3882
|
+
"promptbookVersion": "0.102.0-7",
|
|
3888
3883
|
"usage": {
|
|
3889
3884
|
"price": {
|
|
3890
|
-
"value": 0.
|
|
3885
|
+
"value": 0.027480000000000004
|
|
3891
3886
|
},
|
|
3892
3887
|
"input": {
|
|
3893
3888
|
"tokensCount": {
|
|
@@ -3914,19 +3909,19 @@
|
|
|
3914
3909
|
},
|
|
3915
3910
|
"output": {
|
|
3916
3911
|
"tokensCount": {
|
|
3917
|
-
"value":
|
|
3912
|
+
"value": 1979
|
|
3918
3913
|
},
|
|
3919
3914
|
"charactersCount": {
|
|
3920
|
-
"value":
|
|
3915
|
+
"value": 2004
|
|
3921
3916
|
},
|
|
3922
3917
|
"wordsCount": {
|
|
3923
|
-
"value":
|
|
3918
|
+
"value": 270
|
|
3924
3919
|
},
|
|
3925
3920
|
"sentencesCount": {
|
|
3926
|
-
"value":
|
|
3921
|
+
"value": 27
|
|
3927
3922
|
},
|
|
3928
3923
|
"linesCount": {
|
|
3929
|
-
"value":
|
|
3924
|
+
"value": 48
|
|
3930
3925
|
},
|
|
3931
3926
|
"paragraphsCount": {
|
|
3932
3927
|
"value": 1
|