@promptbook/templates 0.102.0-0 → 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 +146 -148
- package/esm/index.es.js.map +1 -1
- package/esm/typings/src/_packages/components.index.d.ts +38 -22
- package/esm/typings/src/_packages/types.index.d.ts +10 -8
- package/esm/typings/src/book-2.0/agent-source/createAgentModelRequirementsWithCommitments.delete.test.d.ts +1 -0
- package/esm/typings/src/book-components/Chat/Chat/Chat.d.ts +2 -2
- package/esm/typings/src/book-components/Chat/Chat/ChatProps.d.ts +10 -1
- package/esm/typings/src/book-components/{AvatarProfile/AvatarProfile → Chat/MockedChat}/MockedChat.d.ts +25 -8
- package/esm/typings/src/book-components/Chat/MockedChat/constants.d.ts +42 -0
- package/esm/typings/src/book-components/Chat/save/savePlugins.d.ts +105 -0
- 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/types/RemoteServerOptions.d.ts +6 -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 +146 -148
- package/umd/index.umd.js.map +1 -1
- package/esm/typings/src/book-components/AvatarProfile/AvatarProfile/index.d.ts +0 -3
- package/esm/typings/src/book-components/Chat/utils/savePlugins.d.ts +0 -55
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,28 +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
|
|
1567
|
-
"temperature": 0.
|
|
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
|
+
"temperature": 0.2
|
|
1568
1568
|
},
|
|
1569
1569
|
{
|
|
1570
1570
|
"modelName": "chatgpt-4o-latest",
|
|
1571
|
-
"systemMessage": "You are a developer of the Promptbook Project and a helpful assistant. Communicate clearly
|
|
1572
|
-
"temperature": 0.
|
|
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
|
+
"temperature": 0.3
|
|
1573
1573
|
},
|
|
1574
1574
|
{
|
|
1575
1575
|
"modelName": "gpt-4",
|
|
1576
|
-
"systemMessage": "You are a
|
|
1577
|
-
"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
|
|
1578
1578
|
},
|
|
1579
1579
|
{
|
|
1580
1580
|
"modelName": "gpt-3.5-turbo-16k",
|
|
1581
|
-
"systemMessage": "You are a developer of the Promptbook Project. Be
|
|
1582
|
-
"temperature": 0.
|
|
1583
|
-
},
|
|
1584
|
-
{
|
|
1585
|
-
"modelName": "gpt-3.5-turbo",
|
|
1586
|
-
"systemMessage": "You are a developer of the Promptbook Project. Deliver concise, practical guidance with template-ready outputs. Ask clarifying questions when requirements are unclear and avoid chain-of-thought in your responses.",
|
|
1587
|
-
"temperature": 0.4
|
|
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
|
|
1588
1583
|
}
|
|
1589
1584
|
]
|
|
1590
1585
|
}
|
|
@@ -1597,10 +1592,10 @@ function getTemplatesPipelineCollection() {
|
|
|
1597
1592
|
"preparations": [
|
|
1598
1593
|
{
|
|
1599
1594
|
"id": 1,
|
|
1600
|
-
"promptbookVersion": "0.
|
|
1595
|
+
"promptbookVersion": "0.102.0-1",
|
|
1601
1596
|
"usage": {
|
|
1602
1597
|
"price": {
|
|
1603
|
-
"value": 0.
|
|
1598
|
+
"value": 0.02544375
|
|
1604
1599
|
},
|
|
1605
1600
|
"input": {
|
|
1606
1601
|
"tokensCount": {
|
|
@@ -1627,25 +1622,25 @@ function getTemplatesPipelineCollection() {
|
|
|
1627
1622
|
},
|
|
1628
1623
|
"output": {
|
|
1629
1624
|
"tokensCount": {
|
|
1630
|
-
"value":
|
|
1625
|
+
"value": 1812
|
|
1631
1626
|
},
|
|
1632
1627
|
"charactersCount": {
|
|
1633
|
-
"value":
|
|
1628
|
+
"value": 1505
|
|
1634
1629
|
},
|
|
1635
1630
|
"wordsCount": {
|
|
1636
|
-
"value":
|
|
1631
|
+
"value": 188
|
|
1637
1632
|
},
|
|
1638
1633
|
"sentencesCount": {
|
|
1639
|
-
"value":
|
|
1634
|
+
"value": 20
|
|
1640
1635
|
},
|
|
1641
1636
|
"linesCount": {
|
|
1642
|
-
"value":
|
|
1637
|
+
"value": 40
|
|
1643
1638
|
},
|
|
1644
1639
|
"paragraphsCount": {
|
|
1645
1640
|
"value": 1
|
|
1646
1641
|
},
|
|
1647
1642
|
"pagesCount": {
|
|
1648
|
-
"value":
|
|
1643
|
+
"value": 1
|
|
1649
1644
|
}
|
|
1650
1645
|
}
|
|
1651
1646
|
}
|
|
@@ -2128,28 +2123,23 @@ function getTemplatesPipelineCollection() {
|
|
|
2128
2123
|
"models": [
|
|
2129
2124
|
{
|
|
2130
2125
|
"modelName": "gpt-4.1",
|
|
2131
|
-
"systemMessage": "You are a developer of the Promptbook Project. Act as
|
|
2132
|
-
"temperature": 0.
|
|
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.",
|
|
2127
|
+
"temperature": 0.2
|
|
2133
2128
|
},
|
|
2134
2129
|
{
|
|
2135
2130
|
"modelName": "chatgpt-4o-latest",
|
|
2136
|
-
"systemMessage": "You are a developer of the Promptbook Project and a helpful assistant. Communicate clearly
|
|
2137
|
-
"temperature": 0.
|
|
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.",
|
|
2132
|
+
"temperature": 0.3
|
|
2138
2133
|
},
|
|
2139
2134
|
{
|
|
2140
2135
|
"modelName": "gpt-4",
|
|
2141
|
-
"systemMessage": "You are a
|
|
2142
|
-
"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
|
|
2143
2138
|
},
|
|
2144
2139
|
{
|
|
2145
2140
|
"modelName": "gpt-3.5-turbo-16k",
|
|
2146
|
-
"systemMessage": "You are a developer of the Promptbook Project. Be
|
|
2147
|
-
"temperature": 0.
|
|
2148
|
-
},
|
|
2149
|
-
{
|
|
2150
|
-
"modelName": "gpt-3.5-turbo",
|
|
2151
|
-
"systemMessage": "You are a developer of the Promptbook Project. Deliver concise, practical guidance with template-ready outputs. Ask clarifying questions when requirements are unclear and avoid chain-of-thought in your responses.",
|
|
2152
|
-
"temperature": 0.4
|
|
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
|
|
2153
2143
|
}
|
|
2154
2144
|
]
|
|
2155
2145
|
}
|
|
@@ -2162,10 +2152,10 @@ function getTemplatesPipelineCollection() {
|
|
|
2162
2152
|
"preparations": [
|
|
2163
2153
|
{
|
|
2164
2154
|
"id": 1,
|
|
2165
|
-
"promptbookVersion": "0.
|
|
2155
|
+
"promptbookVersion": "0.102.0-1",
|
|
2166
2156
|
"usage": {
|
|
2167
2157
|
"price": {
|
|
2168
|
-
"value": 0.
|
|
2158
|
+
"value": 0.02544375
|
|
2169
2159
|
},
|
|
2170
2160
|
"input": {
|
|
2171
2161
|
"tokensCount": {
|
|
@@ -2192,25 +2182,25 @@ function getTemplatesPipelineCollection() {
|
|
|
2192
2182
|
},
|
|
2193
2183
|
"output": {
|
|
2194
2184
|
"tokensCount": {
|
|
2195
|
-
"value":
|
|
2185
|
+
"value": 1812
|
|
2196
2186
|
},
|
|
2197
2187
|
"charactersCount": {
|
|
2198
|
-
"value":
|
|
2188
|
+
"value": 1505
|
|
2199
2189
|
},
|
|
2200
2190
|
"wordsCount": {
|
|
2201
|
-
"value":
|
|
2191
|
+
"value": 188
|
|
2202
2192
|
},
|
|
2203
2193
|
"sentencesCount": {
|
|
2204
|
-
"value":
|
|
2194
|
+
"value": 20
|
|
2205
2195
|
},
|
|
2206
2196
|
"linesCount": {
|
|
2207
|
-
"value":
|
|
2197
|
+
"value": 40
|
|
2208
2198
|
},
|
|
2209
2199
|
"paragraphsCount": {
|
|
2210
2200
|
"value": 1
|
|
2211
2201
|
},
|
|
2212
2202
|
"pagesCount": {
|
|
2213
|
-
"value":
|
|
2203
|
+
"value": 1
|
|
2214
2204
|
}
|
|
2215
2205
|
}
|
|
2216
2206
|
}
|
|
@@ -2834,23 +2824,28 @@ function getTemplatesPipelineCollection() {
|
|
|
2834
2824
|
"models": [
|
|
2835
2825
|
{
|
|
2836
2826
|
"modelName": "gpt-4.1",
|
|
2837
|
-
"systemMessage": "You are a professional linguist and meticulous text corrector. Correct grammar, spelling, punctuation,
|
|
2838
|
-
"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
|
|
2839
2829
|
},
|
|
2840
2830
|
{
|
|
2841
2831
|
"modelName": "chatgpt-4o-latest",
|
|
2842
|
-
"systemMessage": "You are a professional linguist and meticulous text corrector. Correct grammar, spelling, punctuation,
|
|
2843
|
-
"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
|
|
2844
2834
|
},
|
|
2845
2835
|
{
|
|
2846
2836
|
"modelName": "gpt-4",
|
|
2847
|
-
"systemMessage": "You are a professional linguist and meticulous text corrector. Correct grammar, spelling, punctuation,
|
|
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.'",
|
|
2848
2838
|
"temperature": 0.2
|
|
2849
2839
|
},
|
|
2850
2840
|
{
|
|
2851
2841
|
"modelName": "gpt-3.5-turbo-16k",
|
|
2852
|
-
"systemMessage": "You are a professional linguist and meticulous text corrector. Correct grammar, spelling, punctuation,
|
|
2853
|
-
"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
|
|
2854
2849
|
}
|
|
2855
2850
|
]
|
|
2856
2851
|
}
|
|
@@ -2863,10 +2858,10 @@ function getTemplatesPipelineCollection() {
|
|
|
2863
2858
|
"preparations": [
|
|
2864
2859
|
{
|
|
2865
2860
|
"id": 1,
|
|
2866
|
-
"promptbookVersion": "0.
|
|
2861
|
+
"promptbookVersion": "0.102.0-1",
|
|
2867
2862
|
"usage": {
|
|
2868
2863
|
"price": {
|
|
2869
|
-
"value": 0.
|
|
2864
|
+
"value": 0.0382925
|
|
2870
2865
|
},
|
|
2871
2866
|
"input": {
|
|
2872
2867
|
"tokensCount": {
|
|
@@ -2893,19 +2888,19 @@ function getTemplatesPipelineCollection() {
|
|
|
2893
2888
|
},
|
|
2894
2889
|
"output": {
|
|
2895
2890
|
"tokensCount": {
|
|
2896
|
-
"value":
|
|
2891
|
+
"value": 3097
|
|
2897
2892
|
},
|
|
2898
2893
|
"charactersCount": {
|
|
2899
|
-
"value":
|
|
2894
|
+
"value": 3037
|
|
2900
2895
|
},
|
|
2901
2896
|
"wordsCount": {
|
|
2902
|
-
"value":
|
|
2897
|
+
"value": 433
|
|
2903
2898
|
},
|
|
2904
2899
|
"sentencesCount": {
|
|
2905
|
-
"value":
|
|
2900
|
+
"value": 44
|
|
2906
2901
|
},
|
|
2907
2902
|
"linesCount": {
|
|
2908
|
-
"value":
|
|
2903
|
+
"value": 69
|
|
2909
2904
|
},
|
|
2910
2905
|
"paragraphsCount": {
|
|
2911
2906
|
"value": 1
|
|
@@ -2977,23 +2972,28 @@ function getTemplatesPipelineCollection() {
|
|
|
2977
2972
|
"models": [
|
|
2978
2973
|
{
|
|
2979
2974
|
"modelName": "gpt-4.1",
|
|
2980
|
-
"systemMessage": "You are a skilled e
|
|
2981
|
-
"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
|
|
2982
2977
|
},
|
|
2983
2978
|
{
|
|
2984
2979
|
"modelName": "chatgpt-4o-latest",
|
|
2985
|
-
"systemMessage": "You are a skilled e
|
|
2986
|
-
"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
|
|
2987
2982
|
},
|
|
2988
2983
|
{
|
|
2989
2984
|
"modelName": "gpt-4",
|
|
2990
|
-
"systemMessage": "You are a skilled e
|
|
2991
|
-
"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
|
|
2992
2987
|
},
|
|
2993
2988
|
{
|
|
2994
2989
|
"modelName": "gpt-3.5-turbo-16k",
|
|
2995
|
-
"systemMessage": "You are a skilled e
|
|
2996
|
-
"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
|
|
2997
2997
|
}
|
|
2998
2998
|
]
|
|
2999
2999
|
}
|
|
@@ -3006,10 +3006,10 @@ function getTemplatesPipelineCollection() {
|
|
|
3006
3006
|
"preparations": [
|
|
3007
3007
|
{
|
|
3008
3008
|
"id": 1,
|
|
3009
|
-
"promptbookVersion": "0.
|
|
3009
|
+
"promptbookVersion": "0.102.0-1",
|
|
3010
3010
|
"usage": {
|
|
3011
3011
|
"price": {
|
|
3012
|
-
"value": 0.
|
|
3012
|
+
"value": 0.0355325
|
|
3013
3013
|
},
|
|
3014
3014
|
"input": {
|
|
3015
3015
|
"tokensCount": {
|
|
@@ -3036,19 +3036,19 @@ function getTemplatesPipelineCollection() {
|
|
|
3036
3036
|
},
|
|
3037
3037
|
"output": {
|
|
3038
3038
|
"tokensCount": {
|
|
3039
|
-
"value":
|
|
3039
|
+
"value": 2821
|
|
3040
3040
|
},
|
|
3041
3041
|
"charactersCount": {
|
|
3042
|
-
"value":
|
|
3042
|
+
"value": 3404
|
|
3043
3043
|
},
|
|
3044
3044
|
"wordsCount": {
|
|
3045
|
-
"value":
|
|
3045
|
+
"value": 479
|
|
3046
3046
|
},
|
|
3047
3047
|
"sentencesCount": {
|
|
3048
|
-
"value":
|
|
3048
|
+
"value": 39
|
|
3049
3049
|
},
|
|
3050
3050
|
"linesCount": {
|
|
3051
|
-
"value":
|
|
3051
|
+
"value": 74
|
|
3052
3052
|
},
|
|
3053
3053
|
"paragraphsCount": {
|
|
3054
3054
|
"value": 1
|
|
@@ -3102,7 +3102,7 @@ function getTemplatesPipelineCollection() {
|
|
|
3102
3102
|
"preparations": [
|
|
3103
3103
|
{
|
|
3104
3104
|
"id": 1,
|
|
3105
|
-
"promptbookVersion": "0.
|
|
3105
|
+
"promptbookVersion": "0.102.0-1",
|
|
3106
3106
|
"usage": {
|
|
3107
3107
|
"price": {
|
|
3108
3108
|
"value": 0
|
|
@@ -3208,31 +3208,26 @@ function getTemplatesPipelineCollection() {
|
|
|
3208
3208
|
"modelsRequirements": [
|
|
3209
3209
|
{
|
|
3210
3210
|
"modelVariant": "CHAT",
|
|
3211
|
-
"
|
|
3211
|
+
"": [
|
|
3212
3212
|
{
|
|
3213
3213
|
"modelName": "gpt-4.1",
|
|
3214
|
-
"systemMessage": "You are an experienced marketing specialist and business consultant.
|
|
3215
|
-
"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
|
|
3216
3216
|
},
|
|
3217
3217
|
{
|
|
3218
3218
|
"modelName": "chatgpt-4o-latest",
|
|
3219
|
-
"systemMessage": "You are an experienced marketing specialist and business consultant.
|
|
3220
|
-
"temperature": 0.
|
|
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.",
|
|
3220
|
+
"temperature": 0.35
|
|
3221
3221
|
},
|
|
3222
3222
|
{
|
|
3223
3223
|
"modelName": "gpt-4",
|
|
3224
|
-
"systemMessage": "You are an experienced marketing specialist and business consultant.
|
|
3225
|
-
"temperature": 0.
|
|
3226
|
-
},
|
|
3227
|
-
{
|
|
3228
|
-
"modelName": "o4-mini",
|
|
3229
|
-
"systemMessage": "You are an experienced marketing specialist and business consultant. Deliver practical, data-driven guidance tailored to the user's industry, audience, goals, and constraints. Ask targeted clarifying questions when requirements are ambiguous. Structure answers with clear headings and bullet points when helpful, keep them concise, and prioritize actionable steps. Use proven frameworks (e.g., STP, 4Ps/7Ps, AIDA, AARRR, JTBD, SWOT), propose channel strategies, messaging, budgets, timelines, KPIs, and sample copy. When making assumptions, state them and quantify where possible. Cite sources for specific statistics when known; otherwise flag uncertainty and avoid hallucinations. Be professional, empathetic, and bias-aware.",
|
|
3230
|
-
"temperature": 0.4
|
|
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
|
|
3231
3226
|
},
|
|
3232
3227
|
{
|
|
3233
3228
|
"modelName": "gpt-3.5-turbo-16k",
|
|
3234
|
-
"systemMessage": "You are an experienced marketing specialist and business consultant.
|
|
3235
|
-
"temperature": 0.
|
|
3229
|
+
"systemMessage": "You are an experienced marketing specialist and business consultant. Provide 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
|
|
3236
3231
|
}
|
|
3237
3232
|
]
|
|
3238
3233
|
}
|
|
@@ -3245,10 +3240,10 @@ function getTemplatesPipelineCollection() {
|
|
|
3245
3240
|
"preparations": [
|
|
3246
3241
|
{
|
|
3247
3242
|
"id": 1,
|
|
3248
|
-
"promptbookVersion": "0.
|
|
3243
|
+
"promptbookVersion": "0.102.0-1",
|
|
3249
3244
|
"usage": {
|
|
3250
3245
|
"price": {
|
|
3251
|
-
"value": 0.
|
|
3246
|
+
"value": 0.0256225
|
|
3252
3247
|
},
|
|
3253
3248
|
"input": {
|
|
3254
3249
|
"tokensCount": {
|
|
@@ -3275,19 +3270,19 @@ function getTemplatesPipelineCollection() {
|
|
|
3275
3270
|
},
|
|
3276
3271
|
"output": {
|
|
3277
3272
|
"tokensCount": {
|
|
3278
|
-
"value":
|
|
3273
|
+
"value": 1830
|
|
3279
3274
|
},
|
|
3280
3275
|
"charactersCount": {
|
|
3281
|
-
"value":
|
|
3276
|
+
"value": 2357
|
|
3282
3277
|
},
|
|
3283
3278
|
"wordsCount": {
|
|
3284
|
-
"value":
|
|
3279
|
+
"value": 285
|
|
3285
3280
|
},
|
|
3286
3281
|
"sentencesCount": {
|
|
3287
|
-
"value":
|
|
3282
|
+
"value": 35
|
|
3288
3283
|
},
|
|
3289
3284
|
"linesCount": {
|
|
3290
|
-
"value":
|
|
3285
|
+
"value": 56
|
|
3291
3286
|
},
|
|
3292
3287
|
"paragraphsCount": {
|
|
3293
3288
|
"value": 1
|
|
@@ -3363,29 +3358,27 @@ function getTemplatesPipelineCollection() {
|
|
|
3363
3358
|
"description": "customer service representative and skilled copywriter for eshop",
|
|
3364
3359
|
"modelsRequirements": [
|
|
3365
3360
|
{
|
|
3366
|
-
"
|
|
3367
|
-
|
|
3368
|
-
|
|
3369
|
-
|
|
3370
|
-
|
|
3371
|
-
|
|
3372
|
-
|
|
3373
|
-
|
|
3374
|
-
|
|
3375
|
-
|
|
3376
|
-
|
|
3377
|
-
|
|
3378
|
-
|
|
3379
|
-
|
|
3380
|
-
|
|
3381
|
-
|
|
3382
|
-
|
|
3383
|
-
|
|
3384
|
-
|
|
3385
|
-
|
|
3386
|
-
|
|
3387
|
-
}
|
|
3388
|
-
]
|
|
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"
|
|
3389
3382
|
}
|
|
3390
3383
|
],
|
|
3391
3384
|
"preparationIds": [
|
|
@@ -3396,10 +3389,10 @@ function getTemplatesPipelineCollection() {
|
|
|
3396
3389
|
"preparations": [
|
|
3397
3390
|
{
|
|
3398
3391
|
"id": 1,
|
|
3399
|
-
"promptbookVersion": "0.
|
|
3392
|
+
"promptbookVersion": "0.102.0-1",
|
|
3400
3393
|
"usage": {
|
|
3401
3394
|
"price": {
|
|
3402
|
-
"value": 0.
|
|
3395
|
+
"value": 0.040287500000000004
|
|
3403
3396
|
},
|
|
3404
3397
|
"input": {
|
|
3405
3398
|
"tokensCount": {
|
|
@@ -3426,19 +3419,19 @@ function getTemplatesPipelineCollection() {
|
|
|
3426
3419
|
},
|
|
3427
3420
|
"output": {
|
|
3428
3421
|
"tokensCount": {
|
|
3429
|
-
"value":
|
|
3422
|
+
"value": 3296
|
|
3430
3423
|
},
|
|
3431
3424
|
"charactersCount": {
|
|
3432
|
-
"value":
|
|
3425
|
+
"value": 4076
|
|
3433
3426
|
},
|
|
3434
3427
|
"wordsCount": {
|
|
3435
|
-
"value":
|
|
3428
|
+
"value": 573
|
|
3436
3429
|
},
|
|
3437
3430
|
"sentencesCount": {
|
|
3438
|
-
"value":
|
|
3431
|
+
"value": 39
|
|
3439
3432
|
},
|
|
3440
3433
|
"linesCount": {
|
|
3441
|
-
"value":
|
|
3434
|
+
"value": 82
|
|
3442
3435
|
},
|
|
3443
3436
|
"paragraphsCount": {
|
|
3444
3437
|
"value": 1
|
|
@@ -3695,23 +3688,28 @@ function getTemplatesPipelineCollection() {
|
|
|
3695
3688
|
"models": [
|
|
3696
3689
|
{
|
|
3697
3690
|
"modelName": "gpt-4.1",
|
|
3698
|
-
"systemMessage": "You are a linguist and Esperantist. Be a
|
|
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.",
|
|
3699
3692
|
"temperature": 0.3
|
|
3700
3693
|
},
|
|
3701
3694
|
{
|
|
3702
3695
|
"modelName": "chatgpt-4o-latest",
|
|
3703
|
-
"systemMessage": "You are a linguist and Esperantist.
|
|
3704
|
-
"temperature": 0.
|
|
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 (ĉ, ĝ, ĥ, ĵ, ŝ, ŭ).",
|
|
3697
|
+
"temperature": 0.5
|
|
3705
3698
|
},
|
|
3706
3699
|
{
|
|
3707
3700
|
"modelName": "gpt-4",
|
|
3708
|
-
"systemMessage": "You are
|
|
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 (ĉ, ĝ, ĥ, ĵ, ŝ, ŭ).",
|
|
3709
3702
|
"temperature": 0.3
|
|
3710
3703
|
},
|
|
3711
3704
|
{
|
|
3712
3705
|
"modelName": "gpt-3.5-turbo-16k",
|
|
3713
|
-
"systemMessage": "You are a linguist and Esperantist.
|
|
3714
|
-
"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
|
|
3715
3713
|
}
|
|
3716
3714
|
]
|
|
3717
3715
|
}
|
|
@@ -3724,10 +3722,10 @@ function getTemplatesPipelineCollection() {
|
|
|
3724
3722
|
"preparations": [
|
|
3725
3723
|
{
|
|
3726
3724
|
"id": 1,
|
|
3727
|
-
"promptbookVersion": "0.
|
|
3725
|
+
"promptbookVersion": "0.102.0-1",
|
|
3728
3726
|
"usage": {
|
|
3729
3727
|
"price": {
|
|
3730
|
-
"value": 0.
|
|
3728
|
+
"value": 0.0333525
|
|
3731
3729
|
},
|
|
3732
3730
|
"input": {
|
|
3733
3731
|
"tokensCount": {
|
|
@@ -3754,19 +3752,19 @@ function getTemplatesPipelineCollection() {
|
|
|
3754
3752
|
},
|
|
3755
3753
|
"output": {
|
|
3756
3754
|
"tokensCount": {
|
|
3757
|
-
"value":
|
|
3755
|
+
"value": 2603
|
|
3758
3756
|
},
|
|
3759
3757
|
"charactersCount": {
|
|
3760
|
-
"value":
|
|
3758
|
+
"value": 2186
|
|
3761
3759
|
},
|
|
3762
3760
|
"wordsCount": {
|
|
3763
|
-
"value":
|
|
3761
|
+
"value": 290
|
|
3764
3762
|
},
|
|
3765
3763
|
"sentencesCount": {
|
|
3766
|
-
"value":
|
|
3764
|
+
"value": 34
|
|
3767
3765
|
},
|
|
3768
3766
|
"linesCount": {
|
|
3769
|
-
"value":
|
|
3767
|
+
"value": 55
|
|
3770
3768
|
},
|
|
3771
3769
|
"paragraphsCount": {
|
|
3772
3770
|
"value": 1
|
|
@@ -3837,22 +3835,22 @@ function getTemplatesPipelineCollection() {
|
|
|
3837
3835
|
"models": [
|
|
3838
3836
|
{
|
|
3839
3837
|
"modelName": "gpt-4.1",
|
|
3840
|
-
"systemMessage": "You are an accomplished poet and storyteller. Write vivid,
|
|
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.",
|
|
3841
3839
|
"temperature": 0.9
|
|
3842
3840
|
},
|
|
3843
3841
|
{
|
|
3844
3842
|
"modelName": "chatgpt-4o-latest",
|
|
3845
|
-
"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.",
|
|
3846
3844
|
"temperature": 0.9
|
|
3847
3845
|
},
|
|
3848
3846
|
{
|
|
3849
3847
|
"modelName": "gpt-4",
|
|
3850
|
-
"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.",
|
|
3851
3849
|
"temperature": 0.85
|
|
3852
3850
|
},
|
|
3853
3851
|
{
|
|
3854
3852
|
"modelName": "gpt-3.5-turbo-16k",
|
|
3855
|
-
"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.",
|
|
3856
3854
|
"temperature": 0.8
|
|
3857
3855
|
}
|
|
3858
3856
|
]
|
|
@@ -3866,10 +3864,10 @@ function getTemplatesPipelineCollection() {
|
|
|
3866
3864
|
"preparations": [
|
|
3867
3865
|
{
|
|
3868
3866
|
"id": 1,
|
|
3869
|
-
"promptbookVersion": "0.
|
|
3867
|
+
"promptbookVersion": "0.102.0-1",
|
|
3870
3868
|
"usage": {
|
|
3871
3869
|
"price": {
|
|
3872
|
-
"value": 0.
|
|
3870
|
+
"value": 0.027111250000000003
|
|
3873
3871
|
},
|
|
3874
3872
|
"input": {
|
|
3875
3873
|
"tokensCount": {
|
|
@@ -3896,19 +3894,19 @@ function getTemplatesPipelineCollection() {
|
|
|
3896
3894
|
},
|
|
3897
3895
|
"output": {
|
|
3898
3896
|
"tokensCount": {
|
|
3899
|
-
"value":
|
|
3897
|
+
"value": 1979
|
|
3900
3898
|
},
|
|
3901
3899
|
"charactersCount": {
|
|
3902
|
-
"value":
|
|
3900
|
+
"value": 1634
|
|
3903
3901
|
},
|
|
3904
3902
|
"wordsCount": {
|
|
3905
|
-
"value":
|
|
3903
|
+
"value": 217
|
|
3906
3904
|
},
|
|
3907
3905
|
"sentencesCount": {
|
|
3908
|
-
"value":
|
|
3906
|
+
"value": 20
|
|
3909
3907
|
},
|
|
3910
3908
|
"linesCount": {
|
|
3911
|
-
"value":
|
|
3909
|
+
"value": 43
|
|
3912
3910
|
},
|
|
3913
3911
|
"paragraphsCount": {
|
|
3914
3912
|
"value": 1
|