@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/esm/index.es.js
CHANGED
|
@@ -14,7 +14,7 @@ const BOOK_LANGUAGE_VERSION = '1.0.0';
|
|
|
14
14
|
* @generated
|
|
15
15
|
* @see https://github.com/webgptorg/promptbook
|
|
16
16
|
*/
|
|
17
|
-
const PROMPTBOOK_ENGINE_VERSION = '0.102.0-
|
|
17
|
+
const PROMPTBOOK_ENGINE_VERSION = '0.102.0-2';
|
|
18
18
|
/**
|
|
19
19
|
* TODO: string_promptbook_version should be constrained to the all versions of Promptbook engine
|
|
20
20
|
* Note: [💞] Ignore a discrepancy between file name and entity name
|
|
@@ -1563,33 +1563,23 @@ function getTemplatesPipelineCollection() {
|
|
|
1563
1563
|
"models": [
|
|
1564
1564
|
{
|
|
1565
1565
|
"modelName": "gpt-4.1",
|
|
1566
|
-
"systemMessage": "You are a developer of the Promptbook Project. Act as a senior AI engineer
|
|
1566
|
+
"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.",
|
|
1567
1567
|
"temperature": 0.2
|
|
1568
1568
|
},
|
|
1569
1569
|
{
|
|
1570
1570
|
"modelName": "chatgpt-4o-latest",
|
|
1571
|
-
"systemMessage": "You are a developer of the Promptbook Project
|
|
1571
|
+
"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.",
|
|
1572
1572
|
"temperature": 0.3
|
|
1573
1573
|
},
|
|
1574
|
-
{
|
|
1575
|
-
"modelName": "o4-mini",
|
|
1576
|
-
"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.",
|
|
1577
|
-
"temperature": 0.2
|
|
1578
|
-
},
|
|
1579
|
-
{
|
|
1580
|
-
"modelName": "o3",
|
|
1581
|
-
"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.",
|
|
1582
|
-
"temperature": 0.1
|
|
1583
|
-
},
|
|
1584
1574
|
{
|
|
1585
1575
|
"modelName": "gpt-4",
|
|
1586
|
-
"systemMessage": "You are a
|
|
1587
|
-
"temperature": 0.
|
|
1576
|
+
"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.",
|
|
1577
|
+
"temperature": 0.25
|
|
1588
1578
|
},
|
|
1589
1579
|
{
|
|
1590
1580
|
"modelName": "gpt-3.5-turbo-16k",
|
|
1591
|
-
"systemMessage": "You are a developer of the Promptbook Project. Be concise
|
|
1592
|
-
"temperature": 0.
|
|
1581
|
+
"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.",
|
|
1582
|
+
"temperature": 0.35
|
|
1593
1583
|
}
|
|
1594
1584
|
]
|
|
1595
1585
|
}
|
|
@@ -1602,10 +1592,10 @@ function getTemplatesPipelineCollection() {
|
|
|
1602
1592
|
"preparations": [
|
|
1603
1593
|
{
|
|
1604
1594
|
"id": 1,
|
|
1605
|
-
"promptbookVersion": "0.102.0-
|
|
1595
|
+
"promptbookVersion": "0.102.0-1",
|
|
1606
1596
|
"usage": {
|
|
1607
1597
|
"price": {
|
|
1608
|
-
"value": 0.
|
|
1598
|
+
"value": 0.02544375
|
|
1609
1599
|
},
|
|
1610
1600
|
"input": {
|
|
1611
1601
|
"tokensCount": {
|
|
@@ -1632,25 +1622,25 @@ function getTemplatesPipelineCollection() {
|
|
|
1632
1622
|
},
|
|
1633
1623
|
"output": {
|
|
1634
1624
|
"tokensCount": {
|
|
1635
|
-
"value":
|
|
1625
|
+
"value": 1812
|
|
1636
1626
|
},
|
|
1637
1627
|
"charactersCount": {
|
|
1638
|
-
"value":
|
|
1628
|
+
"value": 1505
|
|
1639
1629
|
},
|
|
1640
1630
|
"wordsCount": {
|
|
1641
|
-
"value":
|
|
1631
|
+
"value": 188
|
|
1642
1632
|
},
|
|
1643
1633
|
"sentencesCount": {
|
|
1644
|
-
"value":
|
|
1634
|
+
"value": 20
|
|
1645
1635
|
},
|
|
1646
1636
|
"linesCount": {
|
|
1647
|
-
"value":
|
|
1637
|
+
"value": 40
|
|
1648
1638
|
},
|
|
1649
1639
|
"paragraphsCount": {
|
|
1650
1640
|
"value": 1
|
|
1651
1641
|
},
|
|
1652
1642
|
"pagesCount": {
|
|
1653
|
-
"value":
|
|
1643
|
+
"value": 1
|
|
1654
1644
|
}
|
|
1655
1645
|
}
|
|
1656
1646
|
}
|
|
@@ -2133,33 +2123,23 @@ function getTemplatesPipelineCollection() {
|
|
|
2133
2123
|
"models": [
|
|
2134
2124
|
{
|
|
2135
2125
|
"modelName": "gpt-4.1",
|
|
2136
|
-
"systemMessage": "You are a developer of the Promptbook Project. Act as a senior AI engineer
|
|
2126
|
+
"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.",
|
|
2137
2127
|
"temperature": 0.2
|
|
2138
2128
|
},
|
|
2139
2129
|
{
|
|
2140
2130
|
"modelName": "chatgpt-4o-latest",
|
|
2141
|
-
"systemMessage": "You are a developer of the Promptbook Project
|
|
2131
|
+
"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.",
|
|
2142
2132
|
"temperature": 0.3
|
|
2143
2133
|
},
|
|
2144
|
-
{
|
|
2145
|
-
"modelName": "o4-mini",
|
|
2146
|
-
"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.",
|
|
2147
|
-
"temperature": 0.2
|
|
2148
|
-
},
|
|
2149
|
-
{
|
|
2150
|
-
"modelName": "o3",
|
|
2151
|
-
"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.",
|
|
2152
|
-
"temperature": 0.1
|
|
2153
|
-
},
|
|
2154
2134
|
{
|
|
2155
2135
|
"modelName": "gpt-4",
|
|
2156
|
-
"systemMessage": "You are a
|
|
2157
|
-
"temperature": 0.
|
|
2136
|
+
"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.",
|
|
2137
|
+
"temperature": 0.25
|
|
2158
2138
|
},
|
|
2159
2139
|
{
|
|
2160
2140
|
"modelName": "gpt-3.5-turbo-16k",
|
|
2161
|
-
"systemMessage": "You are a developer of the Promptbook Project. Be concise
|
|
2162
|
-
"temperature": 0.
|
|
2141
|
+
"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.",
|
|
2142
|
+
"temperature": 0.35
|
|
2163
2143
|
}
|
|
2164
2144
|
]
|
|
2165
2145
|
}
|
|
@@ -2172,10 +2152,10 @@ function getTemplatesPipelineCollection() {
|
|
|
2172
2152
|
"preparations": [
|
|
2173
2153
|
{
|
|
2174
2154
|
"id": 1,
|
|
2175
|
-
"promptbookVersion": "0.102.0-
|
|
2155
|
+
"promptbookVersion": "0.102.0-1",
|
|
2176
2156
|
"usage": {
|
|
2177
2157
|
"price": {
|
|
2178
|
-
"value": 0.
|
|
2158
|
+
"value": 0.02544375
|
|
2179
2159
|
},
|
|
2180
2160
|
"input": {
|
|
2181
2161
|
"tokensCount": {
|
|
@@ -2202,25 +2182,25 @@ function getTemplatesPipelineCollection() {
|
|
|
2202
2182
|
},
|
|
2203
2183
|
"output": {
|
|
2204
2184
|
"tokensCount": {
|
|
2205
|
-
"value":
|
|
2185
|
+
"value": 1812
|
|
2206
2186
|
},
|
|
2207
2187
|
"charactersCount": {
|
|
2208
|
-
"value":
|
|
2188
|
+
"value": 1505
|
|
2209
2189
|
},
|
|
2210
2190
|
"wordsCount": {
|
|
2211
|
-
"value":
|
|
2191
|
+
"value": 188
|
|
2212
2192
|
},
|
|
2213
2193
|
"sentencesCount": {
|
|
2214
|
-
"value":
|
|
2194
|
+
"value": 20
|
|
2215
2195
|
},
|
|
2216
2196
|
"linesCount": {
|
|
2217
|
-
"value":
|
|
2197
|
+
"value": 40
|
|
2218
2198
|
},
|
|
2219
2199
|
"paragraphsCount": {
|
|
2220
2200
|
"value": 1
|
|
2221
2201
|
},
|
|
2222
2202
|
"pagesCount": {
|
|
2223
|
-
"value":
|
|
2203
|
+
"value": 1
|
|
2224
2204
|
}
|
|
2225
2205
|
}
|
|
2226
2206
|
}
|
|
@@ -2844,23 +2824,28 @@ function getTemplatesPipelineCollection() {
|
|
|
2844
2824
|
"models": [
|
|
2845
2825
|
{
|
|
2846
2826
|
"modelName": "gpt-4.1",
|
|
2847
|
-
"systemMessage": "You are a professional linguist
|
|
2848
|
-
"temperature": 0.
|
|
2827
|
+
"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.'",
|
|
2828
|
+
"temperature": 0.15
|
|
2849
2829
|
},
|
|
2850
2830
|
{
|
|
2851
2831
|
"modelName": "chatgpt-4o-latest",
|
|
2852
|
-
"systemMessage": "You are a
|
|
2853
|
-
"temperature": 0.
|
|
2832
|
+
"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.'",
|
|
2833
|
+
"temperature": 0.2
|
|
2854
2834
|
},
|
|
2855
2835
|
{
|
|
2856
2836
|
"modelName": "gpt-4",
|
|
2857
|
-
"systemMessage": "You are
|
|
2837
|
+
"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.'",
|
|
2858
2838
|
"temperature": 0.2
|
|
2859
2839
|
},
|
|
2860
2840
|
{
|
|
2861
2841
|
"modelName": "gpt-3.5-turbo-16k",
|
|
2862
|
-
"systemMessage": "You are a
|
|
2863
|
-
"temperature": 0.
|
|
2842
|
+
"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.'",
|
|
2843
|
+
"temperature": 0.25
|
|
2844
|
+
},
|
|
2845
|
+
{
|
|
2846
|
+
"modelName": "gpt-3.5-turbo",
|
|
2847
|
+
"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.'",
|
|
2848
|
+
"temperature": 0.25
|
|
2864
2849
|
}
|
|
2865
2850
|
]
|
|
2866
2851
|
}
|
|
@@ -2873,10 +2858,10 @@ function getTemplatesPipelineCollection() {
|
|
|
2873
2858
|
"preparations": [
|
|
2874
2859
|
{
|
|
2875
2860
|
"id": 1,
|
|
2876
|
-
"promptbookVersion": "0.102.0-
|
|
2861
|
+
"promptbookVersion": "0.102.0-1",
|
|
2877
2862
|
"usage": {
|
|
2878
2863
|
"price": {
|
|
2879
|
-
"value": 0.
|
|
2864
|
+
"value": 0.0382925
|
|
2880
2865
|
},
|
|
2881
2866
|
"input": {
|
|
2882
2867
|
"tokensCount": {
|
|
@@ -2903,19 +2888,19 @@ function getTemplatesPipelineCollection() {
|
|
|
2903
2888
|
},
|
|
2904
2889
|
"output": {
|
|
2905
2890
|
"tokensCount": {
|
|
2906
|
-
"value":
|
|
2891
|
+
"value": 3097
|
|
2907
2892
|
},
|
|
2908
2893
|
"charactersCount": {
|
|
2909
|
-
"value":
|
|
2894
|
+
"value": 3037
|
|
2910
2895
|
},
|
|
2911
2896
|
"wordsCount": {
|
|
2912
|
-
"value":
|
|
2897
|
+
"value": 433
|
|
2913
2898
|
},
|
|
2914
2899
|
"sentencesCount": {
|
|
2915
|
-
"value":
|
|
2900
|
+
"value": 44
|
|
2916
2901
|
},
|
|
2917
2902
|
"linesCount": {
|
|
2918
|
-
"value":
|
|
2903
|
+
"value": 69
|
|
2919
2904
|
},
|
|
2920
2905
|
"paragraphsCount": {
|
|
2921
2906
|
"value": 1
|
|
@@ -2987,23 +2972,28 @@ function getTemplatesPipelineCollection() {
|
|
|
2987
2972
|
"models": [
|
|
2988
2973
|
{
|
|
2989
2974
|
"modelName": "gpt-4.1",
|
|
2990
|
-
"systemMessage": "You are a skilled e‑commerce copywriter for an online shop. Write persuasive, brand‑
|
|
2991
|
-
"temperature": 0.
|
|
2975
|
+
"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.",
|
|
2976
|
+
"temperature": 0.6
|
|
2992
2977
|
},
|
|
2993
2978
|
{
|
|
2994
2979
|
"modelName": "chatgpt-4o-latest",
|
|
2995
|
-
"systemMessage": "You are a skilled e‑commerce copywriter for an online shop.
|
|
2996
|
-
"temperature": 0.
|
|
2980
|
+
"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.",
|
|
2981
|
+
"temperature": 0.7
|
|
2997
2982
|
},
|
|
2998
2983
|
{
|
|
2999
2984
|
"modelName": "gpt-4",
|
|
3000
|
-
"systemMessage": "You are a
|
|
3001
|
-
"temperature": 0.
|
|
2985
|
+
"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.",
|
|
2986
|
+
"temperature": 0.6
|
|
3002
2987
|
},
|
|
3003
2988
|
{
|
|
3004
2989
|
"modelName": "gpt-3.5-turbo-16k",
|
|
3005
|
-
"systemMessage": "You are a
|
|
3006
|
-
"temperature": 0.
|
|
2990
|
+
"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.",
|
|
2991
|
+
"temperature": 0.7
|
|
2992
|
+
},
|
|
2993
|
+
{
|
|
2994
|
+
"modelName": "gpt-3.5-turbo-1106",
|
|
2995
|
+
"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.",
|
|
2996
|
+
"temperature": 0.7
|
|
3007
2997
|
}
|
|
3008
2998
|
]
|
|
3009
2999
|
}
|
|
@@ -3016,10 +3006,10 @@ function getTemplatesPipelineCollection() {
|
|
|
3016
3006
|
"preparations": [
|
|
3017
3007
|
{
|
|
3018
3008
|
"id": 1,
|
|
3019
|
-
"promptbookVersion": "0.102.0-
|
|
3009
|
+
"promptbookVersion": "0.102.0-1",
|
|
3020
3010
|
"usage": {
|
|
3021
3011
|
"price": {
|
|
3022
|
-
"value": 0.
|
|
3012
|
+
"value": 0.0355325
|
|
3023
3013
|
},
|
|
3024
3014
|
"input": {
|
|
3025
3015
|
"tokensCount": {
|
|
@@ -3046,19 +3036,19 @@ function getTemplatesPipelineCollection() {
|
|
|
3046
3036
|
},
|
|
3047
3037
|
"output": {
|
|
3048
3038
|
"tokensCount": {
|
|
3049
|
-
"value":
|
|
3039
|
+
"value": 2821
|
|
3050
3040
|
},
|
|
3051
3041
|
"charactersCount": {
|
|
3052
|
-
"value":
|
|
3042
|
+
"value": 3404
|
|
3053
3043
|
},
|
|
3054
3044
|
"wordsCount": {
|
|
3055
|
-
"value":
|
|
3045
|
+
"value": 479
|
|
3056
3046
|
},
|
|
3057
3047
|
"sentencesCount": {
|
|
3058
|
-
"value":
|
|
3048
|
+
"value": 39
|
|
3059
3049
|
},
|
|
3060
3050
|
"linesCount": {
|
|
3061
|
-
"value":
|
|
3051
|
+
"value": 74
|
|
3062
3052
|
},
|
|
3063
3053
|
"paragraphsCount": {
|
|
3064
3054
|
"value": 1
|
|
@@ -3112,7 +3102,7 @@ function getTemplatesPipelineCollection() {
|
|
|
3112
3102
|
"preparations": [
|
|
3113
3103
|
{
|
|
3114
3104
|
"id": 1,
|
|
3115
|
-
"promptbookVersion": "0.102.0-
|
|
3105
|
+
"promptbookVersion": "0.102.0-1",
|
|
3116
3106
|
"usage": {
|
|
3117
3107
|
"price": {
|
|
3118
3108
|
"value": 0
|
|
@@ -3218,31 +3208,26 @@ function getTemplatesPipelineCollection() {
|
|
|
3218
3208
|
"modelsRequirements": [
|
|
3219
3209
|
{
|
|
3220
3210
|
"modelVariant": "CHAT",
|
|
3221
|
-
"
|
|
3211
|
+
"": [
|
|
3222
3212
|
{
|
|
3223
3213
|
"modelName": "gpt-4.1",
|
|
3224
|
-
"systemMessage": "You are an experienced marketing specialist and business consultant.
|
|
3225
|
-
"temperature": 0.
|
|
3214
|
+
"systemMessage": "You are an experienced marketing specialist and business consultant. 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.",
|
|
3215
|
+
"temperature": 0.3
|
|
3226
3216
|
},
|
|
3227
3217
|
{
|
|
3228
3218
|
"modelName": "chatgpt-4o-latest",
|
|
3229
|
-
"systemMessage": "You are an experienced marketing specialist and business consultant
|
|
3230
|
-
"temperature": 0.7
|
|
3231
|
-
},
|
|
3232
|
-
{
|
|
3233
|
-
"modelName": "o4-mini",
|
|
3234
|
-
"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.",
|
|
3219
|
+
"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.",
|
|
3235
3220
|
"temperature": 0.35
|
|
3236
3221
|
},
|
|
3237
3222
|
{
|
|
3238
3223
|
"modelName": "gpt-4",
|
|
3239
|
-
"systemMessage": "You are an experienced marketing specialist and business consultant. Provide
|
|
3240
|
-
"temperature": 0.
|
|
3224
|
+
"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.",
|
|
3225
|
+
"temperature": 0.3
|
|
3241
3226
|
},
|
|
3242
3227
|
{
|
|
3243
3228
|
"modelName": "gpt-3.5-turbo-16k",
|
|
3244
|
-
"systemMessage": "You are an experienced marketing specialist and business consultant.
|
|
3245
|
-
"temperature": 0.
|
|
3229
|
+
"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.",
|
|
3230
|
+
"temperature": 0.5
|
|
3246
3231
|
}
|
|
3247
3232
|
]
|
|
3248
3233
|
}
|
|
@@ -3255,10 +3240,10 @@ function getTemplatesPipelineCollection() {
|
|
|
3255
3240
|
"preparations": [
|
|
3256
3241
|
{
|
|
3257
3242
|
"id": 1,
|
|
3258
|
-
"promptbookVersion": "0.102.0-
|
|
3243
|
+
"promptbookVersion": "0.102.0-1",
|
|
3259
3244
|
"usage": {
|
|
3260
3245
|
"price": {
|
|
3261
|
-
"value": 0.
|
|
3246
|
+
"value": 0.0256225
|
|
3262
3247
|
},
|
|
3263
3248
|
"input": {
|
|
3264
3249
|
"tokensCount": {
|
|
@@ -3285,19 +3270,19 @@ function getTemplatesPipelineCollection() {
|
|
|
3285
3270
|
},
|
|
3286
3271
|
"output": {
|
|
3287
3272
|
"tokensCount": {
|
|
3288
|
-
"value":
|
|
3273
|
+
"value": 1830
|
|
3289
3274
|
},
|
|
3290
3275
|
"charactersCount": {
|
|
3291
|
-
"value":
|
|
3276
|
+
"value": 2357
|
|
3292
3277
|
},
|
|
3293
3278
|
"wordsCount": {
|
|
3294
|
-
"value":
|
|
3279
|
+
"value": 285
|
|
3295
3280
|
},
|
|
3296
3281
|
"sentencesCount": {
|
|
3297
|
-
"value":
|
|
3282
|
+
"value": 35
|
|
3298
3283
|
},
|
|
3299
3284
|
"linesCount": {
|
|
3300
|
-
"value":
|
|
3285
|
+
"value": 56
|
|
3301
3286
|
},
|
|
3302
3287
|
"paragraphsCount": {
|
|
3303
3288
|
"value": 1
|
|
@@ -3373,29 +3358,27 @@ function getTemplatesPipelineCollection() {
|
|
|
3373
3358
|
"description": "customer service representative and skilled copywriter for eshop",
|
|
3374
3359
|
"modelsRequirements": [
|
|
3375
3360
|
{
|
|
3376
|
-
"
|
|
3377
|
-
|
|
3378
|
-
|
|
3379
|
-
|
|
3380
|
-
|
|
3381
|
-
|
|
3382
|
-
|
|
3383
|
-
|
|
3384
|
-
|
|
3385
|
-
|
|
3386
|
-
|
|
3387
|
-
|
|
3388
|
-
|
|
3389
|
-
|
|
3390
|
-
|
|
3391
|
-
|
|
3392
|
-
|
|
3393
|
-
|
|
3394
|
-
|
|
3395
|
-
|
|
3396
|
-
|
|
3397
|
-
}
|
|
3398
|
-
]
|
|
3361
|
+
"0": {
|
|
3362
|
+
"modelName": "gpt-4.1",
|
|
3363
|
+
"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.",
|
|
3364
|
+
"temperature": 0.5
|
|
3365
|
+
},
|
|
3366
|
+
"1": {
|
|
3367
|
+
"modelName": "chatgpt-4o-latest",
|
|
3368
|
+
"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.",
|
|
3369
|
+
"temperature": 0.6
|
|
3370
|
+
},
|
|
3371
|
+
"2": {
|
|
3372
|
+
"modelName": "gpt-4",
|
|
3373
|
+
"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.",
|
|
3374
|
+
"temperature": 0.5
|
|
3375
|
+
},
|
|
3376
|
+
"3": {
|
|
3377
|
+
"modelName": "gpt-3.5-turbo-16k",
|
|
3378
|
+
"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.",
|
|
3379
|
+
"temperature": 0.6
|
|
3380
|
+
},
|
|
3381
|
+
"modelVariant": "CHAT"
|
|
3399
3382
|
}
|
|
3400
3383
|
],
|
|
3401
3384
|
"preparationIds": [
|
|
@@ -3406,10 +3389,10 @@ function getTemplatesPipelineCollection() {
|
|
|
3406
3389
|
"preparations": [
|
|
3407
3390
|
{
|
|
3408
3391
|
"id": 1,
|
|
3409
|
-
"promptbookVersion": "0.102.0-
|
|
3392
|
+
"promptbookVersion": "0.102.0-1",
|
|
3410
3393
|
"usage": {
|
|
3411
3394
|
"price": {
|
|
3412
|
-
"value": 0.
|
|
3395
|
+
"value": 0.040287500000000004
|
|
3413
3396
|
},
|
|
3414
3397
|
"input": {
|
|
3415
3398
|
"tokensCount": {
|
|
@@ -3436,19 +3419,19 @@ function getTemplatesPipelineCollection() {
|
|
|
3436
3419
|
},
|
|
3437
3420
|
"output": {
|
|
3438
3421
|
"tokensCount": {
|
|
3439
|
-
"value":
|
|
3422
|
+
"value": 3296
|
|
3440
3423
|
},
|
|
3441
3424
|
"charactersCount": {
|
|
3442
|
-
"value":
|
|
3425
|
+
"value": 4076
|
|
3443
3426
|
},
|
|
3444
3427
|
"wordsCount": {
|
|
3445
|
-
"value":
|
|
3428
|
+
"value": 573
|
|
3446
3429
|
},
|
|
3447
3430
|
"sentencesCount": {
|
|
3448
|
-
"value":
|
|
3431
|
+
"value": 39
|
|
3449
3432
|
},
|
|
3450
3433
|
"linesCount": {
|
|
3451
|
-
"value":
|
|
3434
|
+
"value": 82
|
|
3452
3435
|
},
|
|
3453
3436
|
"paragraphsCount": {
|
|
3454
3437
|
"value": 1
|
|
@@ -3705,23 +3688,28 @@ function getTemplatesPipelineCollection() {
|
|
|
3705
3688
|
"models": [
|
|
3706
3689
|
{
|
|
3707
3690
|
"modelName": "gpt-4.1",
|
|
3708
|
-
"systemMessage": "You are a linguist and Esperantist. Be precise
|
|
3709
|
-
"temperature": 0.
|
|
3691
|
+
"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.",
|
|
3692
|
+
"temperature": 0.3
|
|
3710
3693
|
},
|
|
3711
3694
|
{
|
|
3712
3695
|
"modelName": "chatgpt-4o-latest",
|
|
3713
|
-
"systemMessage": "You are a linguist and Esperantist.
|
|
3696
|
+
"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 (ĉ, ĝ, ĥ, ĵ, ŝ, ŭ).",
|
|
3714
3697
|
"temperature": 0.5
|
|
3715
3698
|
},
|
|
3716
3699
|
{
|
|
3717
3700
|
"modelName": "gpt-4",
|
|
3718
|
-
"systemMessage": "You are
|
|
3719
|
-
"temperature": 0.
|
|
3701
|
+
"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 (ĉ, ĝ, ĥ, ĵ, ŝ, ŭ).",
|
|
3702
|
+
"temperature": 0.3
|
|
3720
3703
|
},
|
|
3721
3704
|
{
|
|
3722
3705
|
"modelName": "gpt-3.5-turbo-16k",
|
|
3723
|
-
"systemMessage": "You are a linguist and Esperantist.
|
|
3724
|
-
"temperature": 0.
|
|
3706
|
+
"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 (ĉ, ĝ, ĥ, ĵ, ŝ, ŭ).",
|
|
3707
|
+
"temperature": 0.3
|
|
3708
|
+
},
|
|
3709
|
+
{
|
|
3710
|
+
"modelName": "gpt-3.5-turbo-1106",
|
|
3711
|
+
"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 (ĉ, ĝ, ĥ, ĵ, ŝ, ŭ).",
|
|
3712
|
+
"temperature": 0.3
|
|
3725
3713
|
}
|
|
3726
3714
|
]
|
|
3727
3715
|
}
|
|
@@ -3734,10 +3722,10 @@ function getTemplatesPipelineCollection() {
|
|
|
3734
3722
|
"preparations": [
|
|
3735
3723
|
{
|
|
3736
3724
|
"id": 1,
|
|
3737
|
-
"promptbookVersion": "0.102.0-
|
|
3725
|
+
"promptbookVersion": "0.102.0-1",
|
|
3738
3726
|
"usage": {
|
|
3739
3727
|
"price": {
|
|
3740
|
-
"value": 0.
|
|
3728
|
+
"value": 0.0333525
|
|
3741
3729
|
},
|
|
3742
3730
|
"input": {
|
|
3743
3731
|
"tokensCount": {
|
|
@@ -3764,19 +3752,19 @@ function getTemplatesPipelineCollection() {
|
|
|
3764
3752
|
},
|
|
3765
3753
|
"output": {
|
|
3766
3754
|
"tokensCount": {
|
|
3767
|
-
"value":
|
|
3755
|
+
"value": 2603
|
|
3768
3756
|
},
|
|
3769
3757
|
"charactersCount": {
|
|
3770
|
-
"value":
|
|
3758
|
+
"value": 2186
|
|
3771
3759
|
},
|
|
3772
3760
|
"wordsCount": {
|
|
3773
|
-
"value":
|
|
3761
|
+
"value": 290
|
|
3774
3762
|
},
|
|
3775
3763
|
"sentencesCount": {
|
|
3776
|
-
"value":
|
|
3764
|
+
"value": 34
|
|
3777
3765
|
},
|
|
3778
3766
|
"linesCount": {
|
|
3779
|
-
"value":
|
|
3767
|
+
"value": 55
|
|
3780
3768
|
},
|
|
3781
3769
|
"paragraphsCount": {
|
|
3782
3770
|
"value": 1
|
|
@@ -3847,28 +3835,23 @@ function getTemplatesPipelineCollection() {
|
|
|
3847
3835
|
"models": [
|
|
3848
3836
|
{
|
|
3849
3837
|
"modelName": "gpt-4.1",
|
|
3850
|
-
"systemMessage": "You are an accomplished poet and storyteller. Write with vivid imagery,
|
|
3838
|
+
"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.",
|
|
3851
3839
|
"temperature": 0.9
|
|
3852
3840
|
},
|
|
3853
3841
|
{
|
|
3854
3842
|
"modelName": "chatgpt-4o-latest",
|
|
3855
|
-
"systemMessage": "You are an accomplished poet and storyteller
|
|
3843
|
+
"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.",
|
|
3856
3844
|
"temperature": 0.9
|
|
3857
3845
|
},
|
|
3858
3846
|
{
|
|
3859
3847
|
"modelName": "gpt-4",
|
|
3860
|
-
"systemMessage": "You are an accomplished poet and storyteller.
|
|
3848
|
+
"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.",
|
|
3861
3849
|
"temperature": 0.85
|
|
3862
3850
|
},
|
|
3863
3851
|
{
|
|
3864
3852
|
"modelName": "gpt-3.5-turbo-16k",
|
|
3865
|
-
"systemMessage": "You are an accomplished poet and storyteller
|
|
3853
|
+
"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.",
|
|
3866
3854
|
"temperature": 0.8
|
|
3867
|
-
},
|
|
3868
|
-
{
|
|
3869
|
-
"modelName": "gpt-3.5-turbo",
|
|
3870
|
-
"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.",
|
|
3871
|
-
"temperature": 0.75
|
|
3872
3855
|
}
|
|
3873
3856
|
]
|
|
3874
3857
|
}
|
|
@@ -3881,10 +3864,10 @@ function getTemplatesPipelineCollection() {
|
|
|
3881
3864
|
"preparations": [
|
|
3882
3865
|
{
|
|
3883
3866
|
"id": 1,
|
|
3884
|
-
"promptbookVersion": "0.102.0-
|
|
3867
|
+
"promptbookVersion": "0.102.0-1",
|
|
3885
3868
|
"usage": {
|
|
3886
3869
|
"price": {
|
|
3887
|
-
"value": 0.
|
|
3870
|
+
"value": 0.027111250000000003
|
|
3888
3871
|
},
|
|
3889
3872
|
"input": {
|
|
3890
3873
|
"tokensCount": {
|
|
@@ -3911,25 +3894,25 @@ function getTemplatesPipelineCollection() {
|
|
|
3911
3894
|
},
|
|
3912
3895
|
"output": {
|
|
3913
3896
|
"tokensCount": {
|
|
3914
|
-
"value":
|
|
3897
|
+
"value": 1979
|
|
3915
3898
|
},
|
|
3916
3899
|
"charactersCount": {
|
|
3917
|
-
"value":
|
|
3900
|
+
"value": 1634
|
|
3918
3901
|
},
|
|
3919
3902
|
"wordsCount": {
|
|
3920
|
-
"value":
|
|
3903
|
+
"value": 217
|
|
3921
3904
|
},
|
|
3922
3905
|
"sentencesCount": {
|
|
3923
|
-
"value":
|
|
3906
|
+
"value": 20
|
|
3924
3907
|
},
|
|
3925
3908
|
"linesCount": {
|
|
3926
|
-
"value":
|
|
3909
|
+
"value": 43
|
|
3927
3910
|
},
|
|
3928
3911
|
"paragraphsCount": {
|
|
3929
3912
|
"value": 1
|
|
3930
3913
|
},
|
|
3931
3914
|
"pagesCount": {
|
|
3932
|
-
"value":
|
|
3915
|
+
"value": 1
|
|
3933
3916
|
}
|
|
3934
3917
|
}
|
|
3935
3918
|
}
|