@promptbook/templates 0.102.0-6 → 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 +128 -133
- 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/llm-providers/openai/OpenAiCompatibleExecutionTools.d.ts +0 -8
- package/esm/typings/src/version.d.ts +1 -1
- package/package.json +2 -2
- package/umd/index.umd.js +128 -133
- 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,28 +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 a
|
|
1590
|
-
"temperature": 0.
|
|
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
|
|
1591
1591
|
},
|
|
1592
1592
|
{
|
|
1593
1593
|
"modelName": "gpt-3.5-turbo-16k",
|
|
1594
|
-
"systemMessage": "You are a
|
|
1595
|
-
"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
|
|
1596
1596
|
}
|
|
1597
1597
|
]
|
|
1598
1598
|
}
|
|
@@ -1605,10 +1605,10 @@
|
|
|
1605
1605
|
"preparations": [
|
|
1606
1606
|
{
|
|
1607
1607
|
"id": 1,
|
|
1608
|
-
"promptbookVersion": "0.102.0-
|
|
1608
|
+
"promptbookVersion": "0.102.0-7",
|
|
1609
1609
|
"usage": {
|
|
1610
1610
|
"price": {
|
|
1611
|
-
"value": 0.
|
|
1611
|
+
"value": 0.027152500000000003
|
|
1612
1612
|
},
|
|
1613
1613
|
"input": {
|
|
1614
1614
|
"tokensCount": {
|
|
@@ -1635,16 +1635,16 @@
|
|
|
1635
1635
|
},
|
|
1636
1636
|
"output": {
|
|
1637
1637
|
"tokensCount": {
|
|
1638
|
-
"value":
|
|
1638
|
+
"value": 1946
|
|
1639
1639
|
},
|
|
1640
1640
|
"charactersCount": {
|
|
1641
|
-
"value":
|
|
1641
|
+
"value": 1819
|
|
1642
1642
|
},
|
|
1643
1643
|
"wordsCount": {
|
|
1644
|
-
"value":
|
|
1644
|
+
"value": 241
|
|
1645
1645
|
},
|
|
1646
1646
|
"sentencesCount": {
|
|
1647
|
-
"value":
|
|
1647
|
+
"value": 23
|
|
1648
1648
|
},
|
|
1649
1649
|
"linesCount": {
|
|
1650
1650
|
"value": 49
|
|
@@ -2136,28 +2136,28 @@
|
|
|
2136
2136
|
"models": [
|
|
2137
2137
|
{
|
|
2138
2138
|
"modelName": "gpt-4.1",
|
|
2139
|
-
"systemMessage": "You are a
|
|
2140
|
-
"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
|
|
2141
2141
|
},
|
|
2142
2142
|
{
|
|
2143
2143
|
"modelName": "chatgpt-4o-latest",
|
|
2144
|
-
"systemMessage": "You are a
|
|
2145
|
-
"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
|
|
2146
2146
|
},
|
|
2147
2147
|
{
|
|
2148
|
-
"modelName": "
|
|
2149
|
-
"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.",
|
|
2150
2150
|
"temperature": 0.2
|
|
2151
2151
|
},
|
|
2152
2152
|
{
|
|
2153
|
-
"modelName": "
|
|
2154
|
-
"systemMessage": "You are a
|
|
2155
|
-
"temperature": 0.
|
|
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
|
|
2156
2156
|
},
|
|
2157
2157
|
{
|
|
2158
2158
|
"modelName": "gpt-3.5-turbo-16k",
|
|
2159
|
-
"systemMessage": "You are a
|
|
2160
|
-
"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
|
|
2161
2161
|
}
|
|
2162
2162
|
]
|
|
2163
2163
|
}
|
|
@@ -2170,10 +2170,10 @@
|
|
|
2170
2170
|
"preparations": [
|
|
2171
2171
|
{
|
|
2172
2172
|
"id": 1,
|
|
2173
|
-
"promptbookVersion": "0.102.0-
|
|
2173
|
+
"promptbookVersion": "0.102.0-7",
|
|
2174
2174
|
"usage": {
|
|
2175
2175
|
"price": {
|
|
2176
|
-
"value": 0.
|
|
2176
|
+
"value": 0.027152500000000003
|
|
2177
2177
|
},
|
|
2178
2178
|
"input": {
|
|
2179
2179
|
"tokensCount": {
|
|
@@ -2200,16 +2200,16 @@
|
|
|
2200
2200
|
},
|
|
2201
2201
|
"output": {
|
|
2202
2202
|
"tokensCount": {
|
|
2203
|
-
"value":
|
|
2203
|
+
"value": 1946
|
|
2204
2204
|
},
|
|
2205
2205
|
"charactersCount": {
|
|
2206
|
-
"value":
|
|
2206
|
+
"value": 1819
|
|
2207
2207
|
},
|
|
2208
2208
|
"wordsCount": {
|
|
2209
|
-
"value":
|
|
2209
|
+
"value": 241
|
|
2210
2210
|
},
|
|
2211
2211
|
"sentencesCount": {
|
|
2212
|
-
"value":
|
|
2212
|
+
"value": 23
|
|
2213
2213
|
},
|
|
2214
2214
|
"linesCount": {
|
|
2215
2215
|
"value": 49
|
|
@@ -2842,28 +2842,23 @@
|
|
|
2842
2842
|
"models": [
|
|
2843
2843
|
{
|
|
2844
2844
|
"modelName": "gpt-4.1",
|
|
2845
|
-
"systemMessage": "You are an expert linguist and meticulous text corrector.
|
|
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.",
|
|
2846
2846
|
"temperature": 0.2
|
|
2847
2847
|
},
|
|
2848
|
-
{
|
|
2849
|
-
"modelName": "chatgpt-4o-latest",
|
|
2850
|
-
"systemMessage": "You are an expert linguist and meticulous text corrector. Detect the input language and reply in it. Correct grammar, spelling, punctuation, syntax, and usage; improve clarity and flow while preserving meaning and tone. Keep edits minimal unless asked to rewrite. Follow any provided style guide; otherwise apply standard style. By default, return only the corrected text; provide explanations or change tone/register only if requested. Ask a brief clarifying question when requirements are ambiguous.",
|
|
2851
|
-
"temperature": 0.25
|
|
2852
|
-
},
|
|
2853
2848
|
{
|
|
2854
2849
|
"modelName": "gpt-4",
|
|
2855
|
-
"systemMessage": "You are an expert linguist and
|
|
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.",
|
|
2856
2851
|
"temperature": 0.2
|
|
2857
2852
|
},
|
|
2858
2853
|
{
|
|
2859
|
-
"modelName": "
|
|
2860
|
-
"systemMessage": "You are
|
|
2861
|
-
"temperature": 0.
|
|
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
|
|
2862
2857
|
},
|
|
2863
2858
|
{
|
|
2864
|
-
"modelName": "gpt-3.5-turbo",
|
|
2865
|
-
"systemMessage": "You are
|
|
2866
|
-
"temperature": 0.
|
|
2859
|
+
"modelName": "gpt-3.5-turbo-16k",
|
|
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.",
|
|
2861
|
+
"temperature": 0.2
|
|
2867
2862
|
}
|
|
2868
2863
|
]
|
|
2869
2864
|
}
|
|
@@ -2876,10 +2871,10 @@
|
|
|
2876
2871
|
"preparations": [
|
|
2877
2872
|
{
|
|
2878
2873
|
"id": 1,
|
|
2879
|
-
"promptbookVersion": "0.102.0-
|
|
2874
|
+
"promptbookVersion": "0.102.0-7",
|
|
2880
2875
|
"usage": {
|
|
2881
2876
|
"price": {
|
|
2882
|
-
"value": 0.
|
|
2877
|
+
"value": 0.03587125000000001
|
|
2883
2878
|
},
|
|
2884
2879
|
"input": {
|
|
2885
2880
|
"tokensCount": {
|
|
@@ -2906,25 +2901,25 @@
|
|
|
2906
2901
|
},
|
|
2907
2902
|
"output": {
|
|
2908
2903
|
"tokensCount": {
|
|
2909
|
-
"value":
|
|
2904
|
+
"value": 2818
|
|
2910
2905
|
},
|
|
2911
2906
|
"charactersCount": {
|
|
2912
|
-
"value":
|
|
2907
|
+
"value": 1369
|
|
2913
2908
|
},
|
|
2914
2909
|
"wordsCount": {
|
|
2915
|
-
"value":
|
|
2910
|
+
"value": 178
|
|
2916
2911
|
},
|
|
2917
2912
|
"sentencesCount": {
|
|
2918
|
-
"value":
|
|
2913
|
+
"value": 22
|
|
2919
2914
|
},
|
|
2920
2915
|
"linesCount": {
|
|
2921
|
-
"value":
|
|
2916
|
+
"value": 39
|
|
2922
2917
|
},
|
|
2923
2918
|
"paragraphsCount": {
|
|
2924
2919
|
"value": 1
|
|
2925
2920
|
},
|
|
2926
2921
|
"pagesCount": {
|
|
2927
|
-
"value":
|
|
2922
|
+
"value": 1
|
|
2928
2923
|
}
|
|
2929
2924
|
}
|
|
2930
2925
|
}
|
|
@@ -2990,22 +2985,27 @@
|
|
|
2990
2985
|
"models": [
|
|
2991
2986
|
{
|
|
2992
2987
|
"modelName": "gpt-4.1",
|
|
2993
|
-
"systemMessage": "You are a skilled e-commerce copywriter
|
|
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.",
|
|
2994
2989
|
"temperature": 0.7
|
|
2995
2990
|
},
|
|
2996
2991
|
{
|
|
2997
2992
|
"modelName": "chatgpt-4o-latest",
|
|
2998
|
-
"systemMessage": "You are a skilled e-commerce copywriter
|
|
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.",
|
|
2999
2994
|
"temperature": 0.7
|
|
3000
2995
|
},
|
|
3001
2996
|
{
|
|
3002
2997
|
"modelName": "gpt-4",
|
|
3003
|
-
"systemMessage": "You are a professional e-commerce copywriter.
|
|
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.",
|
|
3004
2999
|
"temperature": 0.65
|
|
3005
3000
|
},
|
|
3006
3001
|
{
|
|
3007
3002
|
"modelName": "gpt-3.5-turbo-16k",
|
|
3008
|
-
"systemMessage": "You are a
|
|
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.",
|
|
3009
3009
|
"temperature": 0.6
|
|
3010
3010
|
}
|
|
3011
3011
|
]
|
|
@@ -3019,10 +3019,10 @@
|
|
|
3019
3019
|
"preparations": [
|
|
3020
3020
|
{
|
|
3021
3021
|
"id": 1,
|
|
3022
|
-
"promptbookVersion": "0.102.0-
|
|
3022
|
+
"promptbookVersion": "0.102.0-7",
|
|
3023
3023
|
"usage": {
|
|
3024
3024
|
"price": {
|
|
3025
|
-
"value": 0.
|
|
3025
|
+
"value": 0.028901250000000003
|
|
3026
3026
|
},
|
|
3027
3027
|
"input": {
|
|
3028
3028
|
"tokensCount": {
|
|
@@ -3049,19 +3049,19 @@
|
|
|
3049
3049
|
},
|
|
3050
3050
|
"output": {
|
|
3051
3051
|
"tokensCount": {
|
|
3052
|
-
"value":
|
|
3052
|
+
"value": 2121
|
|
3053
3053
|
},
|
|
3054
3054
|
"charactersCount": {
|
|
3055
|
-
"value":
|
|
3055
|
+
"value": 2304
|
|
3056
3056
|
},
|
|
3057
3057
|
"wordsCount": {
|
|
3058
|
-
"value":
|
|
3058
|
+
"value": 313
|
|
3059
3059
|
},
|
|
3060
3060
|
"sentencesCount": {
|
|
3061
|
-
"value":
|
|
3061
|
+
"value": 30
|
|
3062
3062
|
},
|
|
3063
3063
|
"linesCount": {
|
|
3064
|
-
"value":
|
|
3064
|
+
"value": 57
|
|
3065
3065
|
},
|
|
3066
3066
|
"paragraphsCount": {
|
|
3067
3067
|
"value": 1
|
|
@@ -3115,7 +3115,7 @@
|
|
|
3115
3115
|
"preparations": [
|
|
3116
3116
|
{
|
|
3117
3117
|
"id": 1,
|
|
3118
|
-
"promptbookVersion": "0.102.0-
|
|
3118
|
+
"promptbookVersion": "0.102.0-7",
|
|
3119
3119
|
"usage": {
|
|
3120
3120
|
"price": {
|
|
3121
3121
|
"value": 0
|
|
@@ -3224,28 +3224,28 @@
|
|
|
3224
3224
|
"models": [
|
|
3225
3225
|
{
|
|
3226
3226
|
"modelName": "gpt-4.1",
|
|
3227
|
-
"systemMessage": "You are an experienced marketing specialist and business consultant.
|
|
3228
|
-
"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
|
|
3229
3229
|
},
|
|
3230
3230
|
{
|
|
3231
3231
|
"modelName": "chatgpt-4o-latest",
|
|
3232
|
-
"systemMessage": "You are an experienced marketing specialist and business consultant
|
|
3233
|
-
"temperature": 0.5
|
|
3234
|
-
},
|
|
3235
|
-
{
|
|
3236
|
-
"modelName": "o4-mini",
|
|
3237
|
-
"systemMessage": "You are an experienced marketing specialist and business consultant focused on fast, practical decision support. Provide concise, actionable strategies, experiments, and KPIs using frameworks like AARRR, 4Ps, and SWOT. Propose lean tests, budgets, and timelines. Ask up to two clarifying questions when needed. State assumptions and trade-offs. Provide final answers only (no chain-of-thought).",
|
|
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.",
|
|
3238
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
|
|
3239
|
+
},
|
|
3240
|
+
{
|
|
3241
|
+
"modelName": "o4-mini",
|
|
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.",
|
|
3243
|
+
"temperature": 0.3
|
|
3244
3244
|
},
|
|
3245
3245
|
{
|
|
3246
3246
|
"modelName": "gpt-3.5-turbo-16k",
|
|
3247
|
-
"systemMessage": "You are an experienced marketing specialist and business consultant. Provide
|
|
3248
|
-
"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
|
|
3249
3249
|
}
|
|
3250
3250
|
]
|
|
3251
3251
|
}
|
|
@@ -3258,10 +3258,10 @@
|
|
|
3258
3258
|
"preparations": [
|
|
3259
3259
|
{
|
|
3260
3260
|
"id": 1,
|
|
3261
|
-
"promptbookVersion": "0.102.0-
|
|
3261
|
+
"promptbookVersion": "0.102.0-7",
|
|
3262
3262
|
"usage": {
|
|
3263
3263
|
"price": {
|
|
3264
|
-
"value": 0.
|
|
3264
|
+
"value": 0.030101250000000003
|
|
3265
3265
|
},
|
|
3266
3266
|
"input": {
|
|
3267
3267
|
"tokensCount": {
|
|
@@ -3288,19 +3288,19 @@
|
|
|
3288
3288
|
},
|
|
3289
3289
|
"output": {
|
|
3290
3290
|
"tokensCount": {
|
|
3291
|
-
"value":
|
|
3291
|
+
"value": 2241
|
|
3292
3292
|
},
|
|
3293
3293
|
"charactersCount": {
|
|
3294
|
-
"value":
|
|
3294
|
+
"value": 1922
|
|
3295
3295
|
},
|
|
3296
3296
|
"wordsCount": {
|
|
3297
|
-
"value":
|
|
3297
|
+
"value": 239
|
|
3298
3298
|
},
|
|
3299
3299
|
"sentencesCount": {
|
|
3300
|
-
"value":
|
|
3300
|
+
"value": 26
|
|
3301
3301
|
},
|
|
3302
3302
|
"linesCount": {
|
|
3303
|
-
"value":
|
|
3303
|
+
"value": 52
|
|
3304
3304
|
},
|
|
3305
3305
|
"paragraphsCount": {
|
|
3306
3306
|
"value": 1
|
|
@@ -3380,22 +3380,22 @@
|
|
|
3380
3380
|
"models": [
|
|
3381
3381
|
{
|
|
3382
3382
|
"modelName": "gpt-4.1",
|
|
3383
|
-
"systemMessage": "You are a customer service representative and skilled copywriter for an
|
|
3384
|
-
"temperature": 0.
|
|
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.",
|
|
3384
|
+
"temperature": 0.4
|
|
3385
3385
|
},
|
|
3386
3386
|
{
|
|
3387
3387
|
"modelName": "chatgpt-4o-latest",
|
|
3388
|
-
"systemMessage": "You are a customer service representative and skilled copywriter for an
|
|
3389
|
-
"temperature": 0.
|
|
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.",
|
|
3389
|
+
"temperature": 0.5
|
|
3390
3390
|
},
|
|
3391
3391
|
{
|
|
3392
3392
|
"modelName": "gpt-4",
|
|
3393
|
-
"systemMessage": "You are a customer service representative and skilled copywriter for an e‑
|
|
3394
|
-
"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
|
|
3395
3395
|
},
|
|
3396
3396
|
{
|
|
3397
3397
|
"modelName": "gpt-3.5-turbo-16k",
|
|
3398
|
-
"systemMessage": "You are a
|
|
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
3399
|
"temperature": 0.5
|
|
3400
3400
|
}
|
|
3401
3401
|
]
|
|
@@ -3409,10 +3409,10 @@
|
|
|
3409
3409
|
"preparations": [
|
|
3410
3410
|
{
|
|
3411
3411
|
"id": 1,
|
|
3412
|
-
"promptbookVersion": "0.102.0-
|
|
3412
|
+
"promptbookVersion": "0.102.0-7",
|
|
3413
3413
|
"usage": {
|
|
3414
3414
|
"price": {
|
|
3415
|
-
"value": 0.
|
|
3415
|
+
"value": 0.03331625
|
|
3416
3416
|
},
|
|
3417
3417
|
"input": {
|
|
3418
3418
|
"tokensCount": {
|
|
@@ -3439,19 +3439,19 @@
|
|
|
3439
3439
|
},
|
|
3440
3440
|
"output": {
|
|
3441
3441
|
"tokensCount": {
|
|
3442
|
-
"value":
|
|
3442
|
+
"value": 2562
|
|
3443
3443
|
},
|
|
3444
3444
|
"charactersCount": {
|
|
3445
|
-
"value":
|
|
3445
|
+
"value": 3639
|
|
3446
3446
|
},
|
|
3447
3447
|
"wordsCount": {
|
|
3448
|
-
"value":
|
|
3448
|
+
"value": 555
|
|
3449
3449
|
},
|
|
3450
3450
|
"sentencesCount": {
|
|
3451
|
-
"value":
|
|
3451
|
+
"value": 51
|
|
3452
3452
|
},
|
|
3453
3453
|
"linesCount": {
|
|
3454
|
-
"value":
|
|
3454
|
+
"value": 75
|
|
3455
3455
|
},
|
|
3456
3456
|
"paragraphsCount": {
|
|
3457
3457
|
"value": 1
|
|
@@ -3708,22 +3708,22 @@
|
|
|
3708
3708
|
"models": [
|
|
3709
3709
|
{
|
|
3710
3710
|
"modelName": "gpt-4.1",
|
|
3711
|
-
"systemMessage": "You are a linguist and Esperantist
|
|
3712
|
-
"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
|
|
3713
3713
|
},
|
|
3714
3714
|
{
|
|
3715
3715
|
"modelName": "chatgpt-4o-latest",
|
|
3716
|
-
"systemMessage": "You are a linguist and Esperantist
|
|
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.",
|
|
3717
3717
|
"temperature": 0.5
|
|
3718
3718
|
},
|
|
3719
3719
|
{
|
|
3720
3720
|
"modelName": "gpt-4",
|
|
3721
|
-
"systemMessage": "You are a linguist and Esperantist
|
|
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
3722
|
"temperature": 0.4
|
|
3723
3723
|
},
|
|
3724
3724
|
{
|
|
3725
3725
|
"modelName": "gpt-3.5-turbo-16k",
|
|
3726
|
-
"systemMessage": "You are a linguist and Esperantist
|
|
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
3727
|
"temperature": 0.5
|
|
3728
3728
|
}
|
|
3729
3729
|
]
|
|
@@ -3737,10 +3737,10 @@
|
|
|
3737
3737
|
"preparations": [
|
|
3738
3738
|
{
|
|
3739
3739
|
"id": 1,
|
|
3740
|
-
"promptbookVersion": "0.102.0-
|
|
3740
|
+
"promptbookVersion": "0.102.0-7",
|
|
3741
3741
|
"usage": {
|
|
3742
3742
|
"price": {
|
|
3743
|
-
"value": 0.
|
|
3743
|
+
"value": 0.031041250000000003
|
|
3744
3744
|
},
|
|
3745
3745
|
"input": {
|
|
3746
3746
|
"tokensCount": {
|
|
@@ -3767,25 +3767,25 @@
|
|
|
3767
3767
|
},
|
|
3768
3768
|
"output": {
|
|
3769
3769
|
"tokensCount": {
|
|
3770
|
-
"value":
|
|
3770
|
+
"value": 2335
|
|
3771
3771
|
},
|
|
3772
3772
|
"charactersCount": {
|
|
3773
|
-
"value":
|
|
3773
|
+
"value": 2494
|
|
3774
3774
|
},
|
|
3775
3775
|
"wordsCount": {
|
|
3776
|
-
"value":
|
|
3776
|
+
"value": 322
|
|
3777
3777
|
},
|
|
3778
3778
|
"sentencesCount": {
|
|
3779
|
-
"value":
|
|
3779
|
+
"value": 35
|
|
3780
3780
|
},
|
|
3781
3781
|
"linesCount": {
|
|
3782
|
-
"value":
|
|
3782
|
+
"value": 56
|
|
3783
3783
|
},
|
|
3784
3784
|
"paragraphsCount": {
|
|
3785
3785
|
"value": 1
|
|
3786
3786
|
},
|
|
3787
3787
|
"pagesCount": {
|
|
3788
|
-
"value":
|
|
3788
|
+
"value": 2
|
|
3789
3789
|
}
|
|
3790
3790
|
}
|
|
3791
3791
|
}
|
|
@@ -3848,30 +3848,25 @@
|
|
|
3848
3848
|
{
|
|
3849
3849
|
"modelVariant": "CHAT",
|
|
3850
3850
|
"models": [
|
|
3851
|
-
{
|
|
3852
|
-
"modelName": "gpt-5",
|
|
3853
|
-
"systemMessage": "You are an accomplished poet and storyteller. Write vivid, original work with strong imagery, rhythm, and voice. Adapt to the user's desired tone, form, constraints, and audience. Prefer specificity over cliché; show, don't tell. Keep narrative coherent, characters consistent, and arcs satisfying. Ask brief clarifying questions if requirements are ambiguous. Balance lyricism with clarity.",
|
|
3854
|
-
"temperature": 0.9
|
|
3855
|
-
},
|
|
3856
3851
|
{
|
|
3857
3852
|
"modelName": "gpt-4.1",
|
|
3858
|
-
"systemMessage": "You are an accomplished poet and storyteller. Write
|
|
3859
|
-
"temperature": 0.
|
|
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.",
|
|
3854
|
+
"temperature": 0.9
|
|
3860
3855
|
},
|
|
3861
3856
|
{
|
|
3862
3857
|
"modelName": "chatgpt-4o-latest",
|
|
3863
|
-
"systemMessage": "You are an accomplished poet and storyteller. Write
|
|
3864
|
-
"temperature": 0.
|
|
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. Write
|
|
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
|
|
3874
|
-
"temperature": 0.
|
|
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.",
|
|
3869
|
+
"temperature": 0.8
|
|
3875
3870
|
}
|
|
3876
3871
|
]
|
|
3877
3872
|
}
|
|
@@ -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
|