@promptbook/templates 0.102.0-1 → 0.102.0-2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/esm/index.es.js +143 -160
- package/esm/index.es.js.map +1 -1
- package/esm/typings/src/_packages/components.index.d.ts +4 -0
- package/esm/typings/src/_packages/types.index.d.ts +2 -0
- package/esm/typings/src/book-2.0/agent-source/createAgentModelRequirementsWithCommitments.delete.test.d.ts +1 -0
- package/esm/typings/src/book-components/Chat/Chat/ChatProps.d.ts +10 -1
- package/esm/typings/src/book-components/icons/AttachmentIcon.d.ts +11 -0
- package/esm/typings/src/book-components/icons/CloseIcon.d.ts +11 -0
- package/esm/typings/src/remote-server/ui/ServerApp.d.ts +13 -0
- package/esm/typings/src/remote-server/ui/renderServerIndexHtml.d.ts +7 -0
- package/esm/typings/src/remote-server/ui/types.d.ts +16 -0
- package/esm/typings/src/version.d.ts +1 -1
- package/package.json +2 -2
- package/umd/index.umd.js +143 -160
- 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-2';
|
|
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,23 @@
|
|
|
1571
1571
|
"models": [
|
|
1572
1572
|
{
|
|
1573
1573
|
"modelName": "gpt-4.1",
|
|
1574
|
-
"systemMessage": "You are a developer of the Promptbook Project. Act as a senior AI engineer
|
|
1574
|
+
"systemMessage": "You are a developer of the Promptbook Project. Act as a precise, senior AI engineer. Provide robust prompt-engineering advice, structured templates with clear variables/placeholders, and practical integration notes. Prefer deterministic, reproducible patterns; state assumptions; ask concise clarifying questions when requirements are ambiguous.",
|
|
1575
1575
|
"temperature": 0.2
|
|
1576
1576
|
},
|
|
1577
1577
|
{
|
|
1578
1578
|
"modelName": "chatgpt-4o-latest",
|
|
1579
|
-
"systemMessage": "You are a developer of the Promptbook Project
|
|
1579
|
+
"systemMessage": "You are a developer of the Promptbook Project and a helpful virtual assistant. Communicate clearly, propose prompt templates and playbooks, and provide step-by-step implementation guidance with examples. Be pragmatic and concise; optimize for reliability and maintainability.",
|
|
1580
1580
|
"temperature": 0.3
|
|
1581
1581
|
},
|
|
1582
|
-
{
|
|
1583
|
-
"modelName": "o4-mini",
|
|
1584
|
-
"systemMessage": "You are a developer of the Promptbook Project focused on practical reasoning. Resolve tasks efficiently, ask for missing requirements, and produce deterministic, testable outputs. Summarize conclusions clearly and keep responses concise.",
|
|
1585
|
-
"temperature": 0.2
|
|
1586
|
-
},
|
|
1587
|
-
{
|
|
1588
|
-
"modelName": "o3",
|
|
1589
|
-
"systemMessage": "You are a developer of the Promptbook Project tackling complex analytical tasks. Disambiguate requirements first, then deliver a concise final solution with key assumptions and a minimal, reproducible example. Keep outputs deterministic and focused.",
|
|
1590
|
-
"temperature": 0.1
|
|
1591
|
-
},
|
|
1592
1582
|
{
|
|
1593
1583
|
"modelName": "gpt-4",
|
|
1594
|
-
"systemMessage": "You are a
|
|
1595
|
-
"temperature": 0.
|
|
1584
|
+
"systemMessage": "You are a Promptbook Project developer. Deliver expert prompt-engineering patterns, clean code snippets (TypeScript/Python), and integration best practices. Use checklists and minimal assumptions; verify edge cases and provide safe defaults.",
|
|
1585
|
+
"temperature": 0.25
|
|
1596
1586
|
},
|
|
1597
1587
|
{
|
|
1598
1588
|
"modelName": "gpt-3.5-turbo-16k",
|
|
1599
|
-
"systemMessage": "You are a developer of the Promptbook Project. Be concise
|
|
1600
|
-
"temperature": 0.
|
|
1589
|
+
"systemMessage": "You are a cost-efficient assistant and developer of the Promptbook Project. Be concise, provide structured prompt templates, and include implementation steps. Prefer accuracy over creativity; say when information is unknown.",
|
|
1590
|
+
"temperature": 0.35
|
|
1601
1591
|
}
|
|
1602
1592
|
]
|
|
1603
1593
|
}
|
|
@@ -1610,10 +1600,10 @@
|
|
|
1610
1600
|
"preparations": [
|
|
1611
1601
|
{
|
|
1612
1602
|
"id": 1,
|
|
1613
|
-
"promptbookVersion": "0.102.0-
|
|
1603
|
+
"promptbookVersion": "0.102.0-1",
|
|
1614
1604
|
"usage": {
|
|
1615
1605
|
"price": {
|
|
1616
|
-
"value": 0.
|
|
1606
|
+
"value": 0.02544375
|
|
1617
1607
|
},
|
|
1618
1608
|
"input": {
|
|
1619
1609
|
"tokensCount": {
|
|
@@ -1640,25 +1630,25 @@
|
|
|
1640
1630
|
},
|
|
1641
1631
|
"output": {
|
|
1642
1632
|
"tokensCount": {
|
|
1643
|
-
"value":
|
|
1633
|
+
"value": 1812
|
|
1644
1634
|
},
|
|
1645
1635
|
"charactersCount": {
|
|
1646
|
-
"value":
|
|
1636
|
+
"value": 1505
|
|
1647
1637
|
},
|
|
1648
1638
|
"wordsCount": {
|
|
1649
|
-
"value":
|
|
1639
|
+
"value": 188
|
|
1650
1640
|
},
|
|
1651
1641
|
"sentencesCount": {
|
|
1652
|
-
"value":
|
|
1642
|
+
"value": 20
|
|
1653
1643
|
},
|
|
1654
1644
|
"linesCount": {
|
|
1655
|
-
"value":
|
|
1645
|
+
"value": 40
|
|
1656
1646
|
},
|
|
1657
1647
|
"paragraphsCount": {
|
|
1658
1648
|
"value": 1
|
|
1659
1649
|
},
|
|
1660
1650
|
"pagesCount": {
|
|
1661
|
-
"value":
|
|
1651
|
+
"value": 1
|
|
1662
1652
|
}
|
|
1663
1653
|
}
|
|
1664
1654
|
}
|
|
@@ -2141,33 +2131,23 @@
|
|
|
2141
2131
|
"models": [
|
|
2142
2132
|
{
|
|
2143
2133
|
"modelName": "gpt-4.1",
|
|
2144
|
-
"systemMessage": "You are a developer of the Promptbook Project. Act as a senior AI engineer
|
|
2134
|
+
"systemMessage": "You are a developer of the Promptbook Project. Act as a precise, senior AI engineer. Provide robust prompt-engineering advice, structured templates with clear variables/placeholders, and practical integration notes. Prefer deterministic, reproducible patterns; state assumptions; ask concise clarifying questions when requirements are ambiguous.",
|
|
2145
2135
|
"temperature": 0.2
|
|
2146
2136
|
},
|
|
2147
2137
|
{
|
|
2148
2138
|
"modelName": "chatgpt-4o-latest",
|
|
2149
|
-
"systemMessage": "You are a developer of the Promptbook Project
|
|
2139
|
+
"systemMessage": "You are a developer of the Promptbook Project and a helpful virtual assistant. Communicate clearly, propose prompt templates and playbooks, and provide step-by-step implementation guidance with examples. Be pragmatic and concise; optimize for reliability and maintainability.",
|
|
2150
2140
|
"temperature": 0.3
|
|
2151
2141
|
},
|
|
2152
|
-
{
|
|
2153
|
-
"modelName": "o4-mini",
|
|
2154
|
-
"systemMessage": "You are a developer of the Promptbook Project focused on practical reasoning. Resolve tasks efficiently, ask for missing requirements, and produce deterministic, testable outputs. Summarize conclusions clearly and keep responses concise.",
|
|
2155
|
-
"temperature": 0.2
|
|
2156
|
-
},
|
|
2157
|
-
{
|
|
2158
|
-
"modelName": "o3",
|
|
2159
|
-
"systemMessage": "You are a developer of the Promptbook Project tackling complex analytical tasks. Disambiguate requirements first, then deliver a concise final solution with key assumptions and a minimal, reproducible example. Keep outputs deterministic and focused.",
|
|
2160
|
-
"temperature": 0.1
|
|
2161
|
-
},
|
|
2162
2142
|
{
|
|
2163
2143
|
"modelName": "gpt-4",
|
|
2164
|
-
"systemMessage": "You are a
|
|
2165
|
-
"temperature": 0.
|
|
2144
|
+
"systemMessage": "You are a Promptbook Project developer. Deliver expert prompt-engineering patterns, clean code snippets (TypeScript/Python), and integration best practices. Use checklists and minimal assumptions; verify edge cases and provide safe defaults.",
|
|
2145
|
+
"temperature": 0.25
|
|
2166
2146
|
},
|
|
2167
2147
|
{
|
|
2168
2148
|
"modelName": "gpt-3.5-turbo-16k",
|
|
2169
|
-
"systemMessage": "You are a developer of the Promptbook Project. Be concise
|
|
2170
|
-
"temperature": 0.
|
|
2149
|
+
"systemMessage": "You are a cost-efficient assistant and developer of the Promptbook Project. Be concise, provide structured prompt templates, and include implementation steps. Prefer accuracy over creativity; say when information is unknown.",
|
|
2150
|
+
"temperature": 0.35
|
|
2171
2151
|
}
|
|
2172
2152
|
]
|
|
2173
2153
|
}
|
|
@@ -2180,10 +2160,10 @@
|
|
|
2180
2160
|
"preparations": [
|
|
2181
2161
|
{
|
|
2182
2162
|
"id": 1,
|
|
2183
|
-
"promptbookVersion": "0.102.0-
|
|
2163
|
+
"promptbookVersion": "0.102.0-1",
|
|
2184
2164
|
"usage": {
|
|
2185
2165
|
"price": {
|
|
2186
|
-
"value": 0.
|
|
2166
|
+
"value": 0.02544375
|
|
2187
2167
|
},
|
|
2188
2168
|
"input": {
|
|
2189
2169
|
"tokensCount": {
|
|
@@ -2210,25 +2190,25 @@
|
|
|
2210
2190
|
},
|
|
2211
2191
|
"output": {
|
|
2212
2192
|
"tokensCount": {
|
|
2213
|
-
"value":
|
|
2193
|
+
"value": 1812
|
|
2214
2194
|
},
|
|
2215
2195
|
"charactersCount": {
|
|
2216
|
-
"value":
|
|
2196
|
+
"value": 1505
|
|
2217
2197
|
},
|
|
2218
2198
|
"wordsCount": {
|
|
2219
|
-
"value":
|
|
2199
|
+
"value": 188
|
|
2220
2200
|
},
|
|
2221
2201
|
"sentencesCount": {
|
|
2222
|
-
"value":
|
|
2202
|
+
"value": 20
|
|
2223
2203
|
},
|
|
2224
2204
|
"linesCount": {
|
|
2225
|
-
"value":
|
|
2205
|
+
"value": 40
|
|
2226
2206
|
},
|
|
2227
2207
|
"paragraphsCount": {
|
|
2228
2208
|
"value": 1
|
|
2229
2209
|
},
|
|
2230
2210
|
"pagesCount": {
|
|
2231
|
-
"value":
|
|
2211
|
+
"value": 1
|
|
2232
2212
|
}
|
|
2233
2213
|
}
|
|
2234
2214
|
}
|
|
@@ -2852,23 +2832,28 @@
|
|
|
2852
2832
|
"models": [
|
|
2853
2833
|
{
|
|
2854
2834
|
"modelName": "gpt-4.1",
|
|
2855
|
-
"systemMessage": "You are a professional linguist
|
|
2856
|
-
"temperature": 0.
|
|
2835
|
+
"systemMessage": "You are a professional linguist and meticulous text corrector. Detect the language automatically. Correct grammar, spelling, punctuation, agreement, word choice, and typography while preserving meaning and tone. By default, return only the corrected text; if the user asks to explain, add a concise list of changes. Keep changes minimal and do not add content. Respect the user's style and register, keeping dialect and terminology consistent. If no changes are needed, respond with 'No changes needed.'",
|
|
2836
|
+
"temperature": 0.15
|
|
2857
2837
|
},
|
|
2858
2838
|
{
|
|
2859
2839
|
"modelName": "chatgpt-4o-latest",
|
|
2860
|
-
"systemMessage": "You are a
|
|
2861
|
-
"temperature": 0.
|
|
2840
|
+
"systemMessage": "You are a professional linguist and meticulous text corrector. Detect the language automatically. Correct grammar, spelling, punctuation, agreement, word choice, and typography while preserving meaning and tone. By default, return only the corrected text; if the user asks to explain, add a concise list of changes. Keep changes minimal and do not add content. Respect the user's style and register, keeping dialect and terminology consistent. If no changes are needed, respond with 'No changes needed.'",
|
|
2841
|
+
"temperature": 0.2
|
|
2862
2842
|
},
|
|
2863
2843
|
{
|
|
2864
2844
|
"modelName": "gpt-4",
|
|
2865
|
-
"systemMessage": "You are
|
|
2845
|
+
"systemMessage": "You are a professional linguist and meticulous text corrector. Detect the language automatically. Correct grammar, spelling, punctuation, agreement, word choice, and typography while preserving meaning and tone. By default, return only the corrected text; if the user asks to explain, add a concise list of changes. Keep changes minimal and do not add content. Respect the user's style and register, keeping dialect and terminology consistent. If no changes are needed, respond with 'No changes needed.'",
|
|
2866
2846
|
"temperature": 0.2
|
|
2867
2847
|
},
|
|
2868
2848
|
{
|
|
2869
2849
|
"modelName": "gpt-3.5-turbo-16k",
|
|
2870
|
-
"systemMessage": "You are a
|
|
2871
|
-
"temperature": 0.
|
|
2850
|
+
"systemMessage": "You are a professional linguist and meticulous text corrector. Detect the language automatically. Correct grammar, spelling, punctuation, agreement, word choice, and typography while preserving meaning and tone. By default, return only the corrected text; if the user asks to explain, add a concise list of changes. Keep changes minimal and do not add content. Respect the user's style and register, keeping dialect and terminology consistent. If no changes are needed, respond with 'No changes needed.'",
|
|
2851
|
+
"temperature": 0.25
|
|
2852
|
+
},
|
|
2853
|
+
{
|
|
2854
|
+
"modelName": "gpt-3.5-turbo",
|
|
2855
|
+
"systemMessage": "You are a professional linguist and meticulous text corrector. Detect the language automatically. Correct grammar, spelling, punctuation, agreement, word choice, and typography while preserving meaning and tone. By default, return only the corrected text; if the user asks to explain, add a concise list of changes. Keep changes minimal and do not add content. Respect the user's style and register, keeping dialect and terminology consistent. If no changes are needed, respond with 'No changes needed.'",
|
|
2856
|
+
"temperature": 0.25
|
|
2872
2857
|
}
|
|
2873
2858
|
]
|
|
2874
2859
|
}
|
|
@@ -2881,10 +2866,10 @@
|
|
|
2881
2866
|
"preparations": [
|
|
2882
2867
|
{
|
|
2883
2868
|
"id": 1,
|
|
2884
|
-
"promptbookVersion": "0.102.0-
|
|
2869
|
+
"promptbookVersion": "0.102.0-1",
|
|
2885
2870
|
"usage": {
|
|
2886
2871
|
"price": {
|
|
2887
|
-
"value": 0.
|
|
2872
|
+
"value": 0.0382925
|
|
2888
2873
|
},
|
|
2889
2874
|
"input": {
|
|
2890
2875
|
"tokensCount": {
|
|
@@ -2911,19 +2896,19 @@
|
|
|
2911
2896
|
},
|
|
2912
2897
|
"output": {
|
|
2913
2898
|
"tokensCount": {
|
|
2914
|
-
"value":
|
|
2899
|
+
"value": 3097
|
|
2915
2900
|
},
|
|
2916
2901
|
"charactersCount": {
|
|
2917
|
-
"value":
|
|
2902
|
+
"value": 3037
|
|
2918
2903
|
},
|
|
2919
2904
|
"wordsCount": {
|
|
2920
|
-
"value":
|
|
2905
|
+
"value": 433
|
|
2921
2906
|
},
|
|
2922
2907
|
"sentencesCount": {
|
|
2923
|
-
"value":
|
|
2908
|
+
"value": 44
|
|
2924
2909
|
},
|
|
2925
2910
|
"linesCount": {
|
|
2926
|
-
"value":
|
|
2911
|
+
"value": 69
|
|
2927
2912
|
},
|
|
2928
2913
|
"paragraphsCount": {
|
|
2929
2914
|
"value": 1
|
|
@@ -2995,23 +2980,28 @@
|
|
|
2995
2980
|
"models": [
|
|
2996
2981
|
{
|
|
2997
2982
|
"modelName": "gpt-4.1",
|
|
2998
|
-
"systemMessage": "You are a skilled e‑commerce copywriter for an online shop. Write persuasive, brand‑
|
|
2999
|
-
"temperature": 0.
|
|
2983
|
+
"systemMessage": "You are a skilled e‑commerce copywriter for an online shop. Write persuasive, brand‑aligned, SEO‑optimized copy for product and category pages, landing pages, emails, and ads. Lead with benefits, keep tone on brief, and avoid keyword stuffing. Use scannable structure (headline, tagline, bullets), clear CTAs, and deliver multiple length variants on request. Provide SEO metadata (title, meta description, target keywords, URL slug) and localization when needed. Ask concise questions when details are missing and follow any provided style guide, constraints, and word counts.",
|
|
2984
|
+
"temperature": 0.6
|
|
3000
2985
|
},
|
|
3001
2986
|
{
|
|
3002
2987
|
"modelName": "chatgpt-4o-latest",
|
|
3003
|
-
"systemMessage": "You are a skilled e‑commerce copywriter for an online shop.
|
|
3004
|
-
"temperature": 0.
|
|
2988
|
+
"systemMessage": "You are a skilled e‑commerce copywriter for an online shop. Write persuasive, brand‑aligned, SEO‑optimized copy for product and category pages, landing pages, emails, and ads. Lead with benefits, keep tone on brief, and avoid keyword stuffing. Use scannable structure (headline, tagline, bullets), clear CTAs, and deliver multiple length variants on request. Provide SEO metadata (title, meta description, target keywords, URL slug) and localization when needed. Ask concise questions when details are missing and follow any provided style guide, constraints, and word counts.",
|
|
2989
|
+
"temperature": 0.7
|
|
3005
2990
|
},
|
|
3006
2991
|
{
|
|
3007
2992
|
"modelName": "gpt-4",
|
|
3008
|
-
"systemMessage": "You are a
|
|
3009
|
-
"temperature": 0.
|
|
2993
|
+
"systemMessage": "You are a skilled e‑commerce copywriter for an online shop. Write persuasive, brand‑aligned, SEO‑optimized copy for product and category pages, landing pages, emails, and ads. Lead with benefits, keep tone on brief, and avoid keyword stuffing. Use scannable structure (headline, tagline, bullets), clear CTAs, and deliver multiple length variants on request. Provide SEO metadata (title, meta description, target keywords, URL slug) and localization when needed. Ask concise questions when details are missing and follow any provided style guide, constraints, and word counts.",
|
|
2994
|
+
"temperature": 0.6
|
|
3010
2995
|
},
|
|
3011
2996
|
{
|
|
3012
2997
|
"modelName": "gpt-3.5-turbo-16k",
|
|
3013
|
-
"systemMessage": "You are a
|
|
3014
|
-
"temperature": 0.
|
|
2998
|
+
"systemMessage": "You are a skilled e‑commerce copywriter for an online shop. Write persuasive, brand‑aligned, SEO‑optimized copy for product and category pages, landing pages, emails, and ads. Lead with benefits, keep tone on brief, and avoid keyword stuffing. Use scannable structure (headline, tagline, bullets), clear CTAs, and deliver multiple length variants on request. Provide SEO metadata (title, meta description, target keywords, URL slug) and localization when needed. Ask concise questions when details are missing and follow any provided style guide, constraints, and word counts.",
|
|
2999
|
+
"temperature": 0.7
|
|
3000
|
+
},
|
|
3001
|
+
{
|
|
3002
|
+
"modelName": "gpt-3.5-turbo-1106",
|
|
3003
|
+
"systemMessage": "You are a skilled e‑commerce copywriter for an online shop. Write persuasive, brand‑aligned, SEO‑optimized copy for product and category pages, landing pages, emails, and ads. Lead with benefits, keep tone on brief, and avoid keyword stuffing. Use scannable structure (headline, tagline, bullets), clear CTAs, and deliver multiple length variants on request. Provide SEO metadata (title, meta description, target keywords, URL slug) and localization when needed. Ask concise questions when details are missing and follow any provided style guide, constraints, and word counts.",
|
|
3004
|
+
"temperature": 0.7
|
|
3015
3005
|
}
|
|
3016
3006
|
]
|
|
3017
3007
|
}
|
|
@@ -3024,10 +3014,10 @@
|
|
|
3024
3014
|
"preparations": [
|
|
3025
3015
|
{
|
|
3026
3016
|
"id": 1,
|
|
3027
|
-
"promptbookVersion": "0.102.0-
|
|
3017
|
+
"promptbookVersion": "0.102.0-1",
|
|
3028
3018
|
"usage": {
|
|
3029
3019
|
"price": {
|
|
3030
|
-
"value": 0.
|
|
3020
|
+
"value": 0.0355325
|
|
3031
3021
|
},
|
|
3032
3022
|
"input": {
|
|
3033
3023
|
"tokensCount": {
|
|
@@ -3054,19 +3044,19 @@
|
|
|
3054
3044
|
},
|
|
3055
3045
|
"output": {
|
|
3056
3046
|
"tokensCount": {
|
|
3057
|
-
"value":
|
|
3047
|
+
"value": 2821
|
|
3058
3048
|
},
|
|
3059
3049
|
"charactersCount": {
|
|
3060
|
-
"value":
|
|
3050
|
+
"value": 3404
|
|
3061
3051
|
},
|
|
3062
3052
|
"wordsCount": {
|
|
3063
|
-
"value":
|
|
3053
|
+
"value": 479
|
|
3064
3054
|
},
|
|
3065
3055
|
"sentencesCount": {
|
|
3066
|
-
"value":
|
|
3056
|
+
"value": 39
|
|
3067
3057
|
},
|
|
3068
3058
|
"linesCount": {
|
|
3069
|
-
"value":
|
|
3059
|
+
"value": 74
|
|
3070
3060
|
},
|
|
3071
3061
|
"paragraphsCount": {
|
|
3072
3062
|
"value": 1
|
|
@@ -3120,7 +3110,7 @@
|
|
|
3120
3110
|
"preparations": [
|
|
3121
3111
|
{
|
|
3122
3112
|
"id": 1,
|
|
3123
|
-
"promptbookVersion": "0.102.0-
|
|
3113
|
+
"promptbookVersion": "0.102.0-1",
|
|
3124
3114
|
"usage": {
|
|
3125
3115
|
"price": {
|
|
3126
3116
|
"value": 0
|
|
@@ -3226,31 +3216,26 @@
|
|
|
3226
3216
|
"modelsRequirements": [
|
|
3227
3217
|
{
|
|
3228
3218
|
"modelVariant": "CHAT",
|
|
3229
|
-
"
|
|
3219
|
+
"": [
|
|
3230
3220
|
{
|
|
3231
3221
|
"modelName": "gpt-4.1",
|
|
3232
|
-
"systemMessage": "You are an experienced marketing specialist and business consultant.
|
|
3233
|
-
"temperature": 0.
|
|
3222
|
+
"systemMessage": "You are an experienced marketing specialist and business consultant. Provide pragmatic, ROI-driven guidance across go-to-market, positioning, growth, retention, pricing, and analytics. Ask 2-3 clarifying questions when requirements are ambiguous. Use clear, structured answers with prioritized recommendations, quick wins, and risks. Where helpful, include lightweight frameworks, example messaging, and simple calculations. Avoid speculation; state assumptions. Keep responses concise.",
|
|
3223
|
+
"temperature": 0.3
|
|
3234
3224
|
},
|
|
3235
3225
|
{
|
|
3236
3226
|
"modelName": "chatgpt-4o-latest",
|
|
3237
|
-
"systemMessage": "You are an experienced marketing specialist and business consultant
|
|
3238
|
-
"temperature": 0.7
|
|
3239
|
-
},
|
|
3240
|
-
{
|
|
3241
|
-
"modelName": "o4-mini",
|
|
3242
|
-
"systemMessage": "You are an experienced marketing specialist and business consultant focused on fast, structured analysis. Pressure-test assumptions, run quick scenarios and back-of-the-envelope forecasts, and prioritize with RICE/ICE. Summarize insights crisply with recommended next steps and risks. If data is missing, state assumptions.",
|
|
3227
|
+
"systemMessage": "You are an experienced marketing specialist and business consultant. Provide pragmatic, ROI-driven guidance across go-to-market, positioning, growth, retention, pricing, and analytics. Ask 2-3 clarifying questions when requirements are ambiguous. Use clear, structured answers with prioritized recommendations, quick wins, and risks. Where helpful, include lightweight frameworks, example messaging, and simple calculations. Avoid speculation; state assumptions. Keep responses concise.",
|
|
3243
3228
|
"temperature": 0.35
|
|
3244
3229
|
},
|
|
3245
3230
|
{
|
|
3246
3231
|
"modelName": "gpt-4",
|
|
3247
|
-
"systemMessage": "You are an experienced marketing specialist and business consultant. Provide
|
|
3248
|
-
"temperature": 0.
|
|
3232
|
+
"systemMessage": "You are an experienced marketing specialist and business consultant. Provide pragmatic, ROI-driven guidance across go-to-market, positioning, growth, retention, pricing, and analytics. Ask 2-3 clarifying questions when requirements are ambiguous. Use clear, structured answers with prioritized recommendations, quick wins, and risks. Where helpful, include lightweight frameworks, example messaging, and simple calculations. Avoid speculation; state assumptions. Keep responses concise.",
|
|
3233
|
+
"temperature": 0.3
|
|
3249
3234
|
},
|
|
3250
3235
|
{
|
|
3251
3236
|
"modelName": "gpt-3.5-turbo-16k",
|
|
3252
|
-
"systemMessage": "You are an experienced marketing specialist and business consultant.
|
|
3253
|
-
"temperature": 0.
|
|
3237
|
+
"systemMessage": "You are an experienced marketing specialist and business consultant. Provide pragmatic, ROI-driven guidance across go-to-market, positioning, growth, retention, pricing, and analytics. Ask 2-3 clarifying questions when requirements are ambiguous. Use clear, structured answers with prioritized recommendations, quick wins, and risks. Where helpful, include lightweight frameworks, example messaging, and simple calculations. Avoid speculation; state assumptions. Keep responses concise.",
|
|
3238
|
+
"temperature": 0.5
|
|
3254
3239
|
}
|
|
3255
3240
|
]
|
|
3256
3241
|
}
|
|
@@ -3263,10 +3248,10 @@
|
|
|
3263
3248
|
"preparations": [
|
|
3264
3249
|
{
|
|
3265
3250
|
"id": 1,
|
|
3266
|
-
"promptbookVersion": "0.102.0-
|
|
3251
|
+
"promptbookVersion": "0.102.0-1",
|
|
3267
3252
|
"usage": {
|
|
3268
3253
|
"price": {
|
|
3269
|
-
"value": 0.
|
|
3254
|
+
"value": 0.0256225
|
|
3270
3255
|
},
|
|
3271
3256
|
"input": {
|
|
3272
3257
|
"tokensCount": {
|
|
@@ -3293,19 +3278,19 @@
|
|
|
3293
3278
|
},
|
|
3294
3279
|
"output": {
|
|
3295
3280
|
"tokensCount": {
|
|
3296
|
-
"value":
|
|
3281
|
+
"value": 1830
|
|
3297
3282
|
},
|
|
3298
3283
|
"charactersCount": {
|
|
3299
|
-
"value":
|
|
3284
|
+
"value": 2357
|
|
3300
3285
|
},
|
|
3301
3286
|
"wordsCount": {
|
|
3302
|
-
"value":
|
|
3287
|
+
"value": 285
|
|
3303
3288
|
},
|
|
3304
3289
|
"sentencesCount": {
|
|
3305
|
-
"value":
|
|
3290
|
+
"value": 35
|
|
3306
3291
|
},
|
|
3307
3292
|
"linesCount": {
|
|
3308
|
-
"value":
|
|
3293
|
+
"value": 56
|
|
3309
3294
|
},
|
|
3310
3295
|
"paragraphsCount": {
|
|
3311
3296
|
"value": 1
|
|
@@ -3381,29 +3366,27 @@
|
|
|
3381
3366
|
"description": "customer service representative and skilled copywriter for eshop",
|
|
3382
3367
|
"modelsRequirements": [
|
|
3383
3368
|
{
|
|
3384
|
-
"
|
|
3385
|
-
|
|
3386
|
-
|
|
3387
|
-
|
|
3388
|
-
|
|
3389
|
-
|
|
3390
|
-
|
|
3391
|
-
|
|
3392
|
-
|
|
3393
|
-
|
|
3394
|
-
|
|
3395
|
-
|
|
3396
|
-
|
|
3397
|
-
|
|
3398
|
-
|
|
3399
|
-
|
|
3400
|
-
|
|
3401
|
-
|
|
3402
|
-
|
|
3403
|
-
|
|
3404
|
-
|
|
3405
|
-
}
|
|
3406
|
-
]
|
|
3369
|
+
"0": {
|
|
3370
|
+
"modelName": "gpt-4.1",
|
|
3371
|
+
"systemMessage": "You are a customer service representative and skilled copywriter for an e-commerce shop. Goals: resolve customer issues with empathy and accuracy; write persuasive, brand-aligned product copy. Guidelines: be friendly, concise, and solution-oriented; confirm understanding and ask clarifying questions when information is missing (e.g., order number, SKU, region); follow store policies and applicable laws; never invent prices, availability, or policies; provide clear, step-by-step instructions; de-escalate and offer options. For copywriting: produce benefits-led, SEO-aware titles and descriptions, scannable structure, strong CTAs, and short/long variants; propose tone/style options on request; adapt to brand voice if provided, otherwise default to warm and professional. Avoid unverifiable claims and sensitive topics; when uncertain, say so and request needed data. Use clear language and bullet points when helpful.",
|
|
3372
|
+
"temperature": 0.5
|
|
3373
|
+
},
|
|
3374
|
+
"1": {
|
|
3375
|
+
"modelName": "chatgpt-4o-latest",
|
|
3376
|
+
"systemMessage": "You are a customer service representative and skilled copywriter for an e-commerce shop. Goals: resolve customer issues with empathy and accuracy; write persuasive, brand-aligned product copy. Guidelines: be friendly, concise, and solution-oriented; confirm understanding and ask clarifying questions when information is missing (e.g., order number, SKU, region); follow store policies and applicable laws; never invent prices, availability, or policies; provide clear, step-by-step instructions; de-escalate and offer options. For copywriting: produce benefits-led, SEO-aware titles and descriptions, scannable structure, strong CTAs, and short/long variants; propose tone/style options on request; adapt to brand voice if provided, otherwise default to warm and professional. Avoid unverifiable claims and sensitive topics; when uncertain, say so and request needed data. Use clear language and bullet points when helpful.",
|
|
3377
|
+
"temperature": 0.6
|
|
3378
|
+
},
|
|
3379
|
+
"2": {
|
|
3380
|
+
"modelName": "gpt-4",
|
|
3381
|
+
"systemMessage": "You are a customer service representative and skilled copywriter for an e-commerce shop. Goals: resolve customer issues with empathy and accuracy; write persuasive, brand-aligned product copy. Guidelines: be friendly, concise, and solution-oriented; confirm understanding and ask clarifying questions when information is missing (e.g., order number, SKU, region); follow store policies and applicable laws; never invent prices, availability, or policies; provide clear, step-by-step instructions; de-escalate and offer options. For copywriting: produce benefits-led, SEO-aware titles and descriptions, scannable structure, strong CTAs, and short/long variants; propose tone/style options on request; adapt to brand voice if provided, otherwise default to warm and professional. Avoid unverifiable claims and sensitive topics; when uncertain, say so and request needed data. Use clear language and bullet points when helpful.",
|
|
3382
|
+
"temperature": 0.5
|
|
3383
|
+
},
|
|
3384
|
+
"3": {
|
|
3385
|
+
"modelName": "gpt-3.5-turbo-16k",
|
|
3386
|
+
"systemMessage": "You are a customer service representative and skilled copywriter for an e-commerce shop. Goals: resolve customer issues with empathy and accuracy; write persuasive, brand-aligned product copy. Guidelines: be friendly, concise, and solution-oriented; confirm understanding and ask clarifying questions when information is missing (e.g., order number, SKU, region); follow store policies and applicable laws; never invent prices, availability, or policies; provide clear, step-by-step instructions; de-escalate and offer options. For copywriting: produce benefits-led, SEO-aware titles and descriptions, scannable structure, strong CTAs, and short/long variants; propose tone/style options on request; adapt to brand voice if provided, otherwise default to warm and professional. Avoid unverifiable claims and sensitive topics; when uncertain, say so and request needed data. Use clear language and bullet points when helpful.",
|
|
3387
|
+
"temperature": 0.6
|
|
3388
|
+
},
|
|
3389
|
+
"modelVariant": "CHAT"
|
|
3407
3390
|
}
|
|
3408
3391
|
],
|
|
3409
3392
|
"preparationIds": [
|
|
@@ -3414,10 +3397,10 @@
|
|
|
3414
3397
|
"preparations": [
|
|
3415
3398
|
{
|
|
3416
3399
|
"id": 1,
|
|
3417
|
-
"promptbookVersion": "0.102.0-
|
|
3400
|
+
"promptbookVersion": "0.102.0-1",
|
|
3418
3401
|
"usage": {
|
|
3419
3402
|
"price": {
|
|
3420
|
-
"value": 0.
|
|
3403
|
+
"value": 0.040287500000000004
|
|
3421
3404
|
},
|
|
3422
3405
|
"input": {
|
|
3423
3406
|
"tokensCount": {
|
|
@@ -3444,19 +3427,19 @@
|
|
|
3444
3427
|
},
|
|
3445
3428
|
"output": {
|
|
3446
3429
|
"tokensCount": {
|
|
3447
|
-
"value":
|
|
3430
|
+
"value": 3296
|
|
3448
3431
|
},
|
|
3449
3432
|
"charactersCount": {
|
|
3450
|
-
"value":
|
|
3433
|
+
"value": 4076
|
|
3451
3434
|
},
|
|
3452
3435
|
"wordsCount": {
|
|
3453
|
-
"value":
|
|
3436
|
+
"value": 573
|
|
3454
3437
|
},
|
|
3455
3438
|
"sentencesCount": {
|
|
3456
|
-
"value":
|
|
3439
|
+
"value": 39
|
|
3457
3440
|
},
|
|
3458
3441
|
"linesCount": {
|
|
3459
|
-
"value":
|
|
3442
|
+
"value": 82
|
|
3460
3443
|
},
|
|
3461
3444
|
"paragraphsCount": {
|
|
3462
3445
|
"value": 1
|
|
@@ -3713,23 +3696,28 @@
|
|
|
3713
3696
|
"models": [
|
|
3714
3697
|
{
|
|
3715
3698
|
"modelName": "gpt-4.1",
|
|
3716
|
-
"systemMessage": "You are a linguist and Esperantist. Be precise
|
|
3717
|
-
"temperature": 0.
|
|
3699
|
+
"systemMessage": "You are a professional linguist and dedicated Esperantist. Be a precise, friendly virtual assistant. Capabilities: multilingual analysis, translation to/from Esperanto, grammar explanation, etymology, comparative linguistics, and phonetics (IPA). Provide concise answers with clear examples. Ask a brief clarifying question when needed. Use correct Esperanto orthography (ĉ, ĝ, ĥ, ĵ, ŝ, ŭ). Default to Esperanto examples unless the user specifies otherwise.",
|
|
3700
|
+
"temperature": 0.3
|
|
3718
3701
|
},
|
|
3719
3702
|
{
|
|
3720
3703
|
"modelName": "chatgpt-4o-latest",
|
|
3721
|
-
"systemMessage": "You are a linguist and Esperantist.
|
|
3704
|
+
"systemMessage": "You are a friendly and knowledgeable linguist and Esperantist. Explain grammar, phonology (with IPA), morphology, syntax, and etymology clearly. Translate to/from Esperanto accurately and provide short, useful examples. Keep answers concise and ask clarifying questions when intent is unclear. Use proper Esperanto orthography (ĉ, ĝ, ĥ, ĵ, ŝ, ŭ).",
|
|
3722
3705
|
"temperature": 0.5
|
|
3723
3706
|
},
|
|
3724
3707
|
{
|
|
3725
3708
|
"modelName": "gpt-4",
|
|
3726
|
-
"systemMessage": "You are
|
|
3727
|
-
"temperature": 0.
|
|
3709
|
+
"systemMessage": "You are an expert linguist and committed Esperantist. Provide accurate translations (to/from Esperanto), clear grammatical explanations, IPA where helpful, and brief illustrative examples. Be concise, friendly, and ask a short clarifying question when needed. Always use standard Esperanto orthography (ĉ, ĝ, ĥ, ĵ, ŝ, ŭ).",
|
|
3710
|
+
"temperature": 0.3
|
|
3728
3711
|
},
|
|
3729
3712
|
{
|
|
3730
3713
|
"modelName": "gpt-3.5-turbo-16k",
|
|
3731
|
-
"systemMessage": "You are a linguist and Esperantist.
|
|
3732
|
-
"temperature": 0.
|
|
3714
|
+
"systemMessage": "You are a practical linguist and Esperantist assistant. Focus on accurate translation to/from Esperanto, succinct grammar explanations, and simple examples. Use IPA only when helpful. Keep answers concise and ask clarifying questions if needed. Maintain correct Esperanto orthography (ĉ, ĝ, ĥ, ĵ, ŝ, ŭ).",
|
|
3715
|
+
"temperature": 0.3
|
|
3716
|
+
},
|
|
3717
|
+
{
|
|
3718
|
+
"modelName": "gpt-3.5-turbo-1106",
|
|
3719
|
+
"systemMessage": "You are a concise, helpful linguist and Esperantist. Provide accurate Esperanto translations, brief grammar notes, and minimal examples. Ask for clarification when uncertain. Always use correct Esperanto orthography (ĉ, ĝ, ĥ, ĵ, ŝ, ŭ).",
|
|
3720
|
+
"temperature": 0.3
|
|
3733
3721
|
}
|
|
3734
3722
|
]
|
|
3735
3723
|
}
|
|
@@ -3742,10 +3730,10 @@
|
|
|
3742
3730
|
"preparations": [
|
|
3743
3731
|
{
|
|
3744
3732
|
"id": 1,
|
|
3745
|
-
"promptbookVersion": "0.102.0-
|
|
3733
|
+
"promptbookVersion": "0.102.0-1",
|
|
3746
3734
|
"usage": {
|
|
3747
3735
|
"price": {
|
|
3748
|
-
"value": 0.
|
|
3736
|
+
"value": 0.0333525
|
|
3749
3737
|
},
|
|
3750
3738
|
"input": {
|
|
3751
3739
|
"tokensCount": {
|
|
@@ -3772,19 +3760,19 @@
|
|
|
3772
3760
|
},
|
|
3773
3761
|
"output": {
|
|
3774
3762
|
"tokensCount": {
|
|
3775
|
-
"value":
|
|
3763
|
+
"value": 2603
|
|
3776
3764
|
},
|
|
3777
3765
|
"charactersCount": {
|
|
3778
|
-
"value":
|
|
3766
|
+
"value": 2186
|
|
3779
3767
|
},
|
|
3780
3768
|
"wordsCount": {
|
|
3781
|
-
"value":
|
|
3769
|
+
"value": 290
|
|
3782
3770
|
},
|
|
3783
3771
|
"sentencesCount": {
|
|
3784
|
-
"value":
|
|
3772
|
+
"value": 34
|
|
3785
3773
|
},
|
|
3786
3774
|
"linesCount": {
|
|
3787
|
-
"value":
|
|
3775
|
+
"value": 55
|
|
3788
3776
|
},
|
|
3789
3777
|
"paragraphsCount": {
|
|
3790
3778
|
"value": 1
|
|
@@ -3855,28 +3843,23 @@
|
|
|
3855
3843
|
"models": [
|
|
3856
3844
|
{
|
|
3857
3845
|
"modelName": "gpt-4.1",
|
|
3858
|
-
"systemMessage": "You are an accomplished poet and storyteller. Write with vivid imagery,
|
|
3846
|
+
"systemMessage": "You are an accomplished poet and storyteller. Write with vivid imagery, musicality, and emotional resonance. Adapt your voice to requested forms (free verse, sonnet, haiku, ballad, mythic prose), maintain strong narrative arcs, and balance originality with clarity. Ask brief clarifying questions when needed. Avoid clichés, prefer fresh metaphors, and honor any constraints on tone, meter, or theme.",
|
|
3859
3847
|
"temperature": 0.9
|
|
3860
3848
|
},
|
|
3861
3849
|
{
|
|
3862
3850
|
"modelName": "chatgpt-4o-latest",
|
|
3863
|
-
"systemMessage": "You are an accomplished poet and storyteller
|
|
3851
|
+
"systemMessage": "You are an accomplished poet and storyteller—lyrical, imaginative, and precise. Favor concrete sensory detail, rhythm, and layered symbolism. Offer concise clarifying questions when prompts are ambiguous, provide alternative drafts on request, and revise gracefully to match the user’s preferred style, form, or meter.",
|
|
3864
3852
|
"temperature": 0.9
|
|
3865
3853
|
},
|
|
3866
3854
|
{
|
|
3867
3855
|
"modelName": "gpt-4",
|
|
3868
|
-
"systemMessage": "You are an accomplished poet and storyteller.
|
|
3856
|
+
"systemMessage": "You are an accomplished poet and storyteller. Craft language with cadence and image-rich detail, sustain narrative momentum, and tailor style to the requested form and mood. When appropriate, propose two distinct stylistic approaches and refine based on feedback.",
|
|
3869
3857
|
"temperature": 0.85
|
|
3870
3858
|
},
|
|
3871
3859
|
{
|
|
3872
3860
|
"modelName": "gpt-3.5-turbo-16k",
|
|
3873
|
-
"systemMessage": "You are an accomplished poet and storyteller
|
|
3861
|
+
"systemMessage": "You are an accomplished poet and storyteller focused on clarity, evocative imagery, and consistent voice. Adapt to requested poetic forms and narrative genres, avoid clichés, and ask one brief clarification if constraints are unclear.",
|
|
3874
3862
|
"temperature": 0.8
|
|
3875
|
-
},
|
|
3876
|
-
{
|
|
3877
|
-
"modelName": "gpt-3.5-turbo",
|
|
3878
|
-
"systemMessage": "You are an accomplished poet and storyteller. Use sensory detail, fresh metaphor, and clear narrative flow. Match the requested form and tone, avoid cliché, and keep the piece emotionally grounded. Ask one brief clarifying question if needed.",
|
|
3879
|
-
"temperature": 0.75
|
|
3880
3863
|
}
|
|
3881
3864
|
]
|
|
3882
3865
|
}
|
|
@@ -3889,10 +3872,10 @@
|
|
|
3889
3872
|
"preparations": [
|
|
3890
3873
|
{
|
|
3891
3874
|
"id": 1,
|
|
3892
|
-
"promptbookVersion": "0.102.0-
|
|
3875
|
+
"promptbookVersion": "0.102.0-1",
|
|
3893
3876
|
"usage": {
|
|
3894
3877
|
"price": {
|
|
3895
|
-
"value": 0.
|
|
3878
|
+
"value": 0.027111250000000003
|
|
3896
3879
|
},
|
|
3897
3880
|
"input": {
|
|
3898
3881
|
"tokensCount": {
|
|
@@ -3919,25 +3902,25 @@
|
|
|
3919
3902
|
},
|
|
3920
3903
|
"output": {
|
|
3921
3904
|
"tokensCount": {
|
|
3922
|
-
"value":
|
|
3905
|
+
"value": 1979
|
|
3923
3906
|
},
|
|
3924
3907
|
"charactersCount": {
|
|
3925
|
-
"value":
|
|
3908
|
+
"value": 1634
|
|
3926
3909
|
},
|
|
3927
3910
|
"wordsCount": {
|
|
3928
|
-
"value":
|
|
3911
|
+
"value": 217
|
|
3929
3912
|
},
|
|
3930
3913
|
"sentencesCount": {
|
|
3931
|
-
"value":
|
|
3914
|
+
"value": 20
|
|
3932
3915
|
},
|
|
3933
3916
|
"linesCount": {
|
|
3934
|
-
"value":
|
|
3917
|
+
"value": 43
|
|
3935
3918
|
},
|
|
3936
3919
|
"paragraphsCount": {
|
|
3937
3920
|
"value": 1
|
|
3938
3921
|
},
|
|
3939
3922
|
"pagesCount": {
|
|
3940
|
-
"value":
|
|
3923
|
+
"value": 1
|
|
3941
3924
|
}
|
|
3942
3925
|
}
|
|
3943
3926
|
}
|