@promptbook/templates 0.101.0-10 → 0.101.0-11
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 +139 -141
- package/esm/index.es.js.map +1 -1
- package/esm/typings/src/version.d.ts +1 -1
- package/package.json +2 -2
- package/umd/index.umd.js +139 -141
- 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.101.0-
|
|
17
|
+
const PROMPTBOOK_ENGINE_VERSION = '0.101.0-11';
|
|
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,27 +1563,27 @@ function getTemplatesPipelineCollection() {
|
|
|
1563
1563
|
"models": [
|
|
1564
1564
|
{
|
|
1565
1565
|
"modelName": "gpt-4.1",
|
|
1566
|
-
"systemMessage": "You are a senior
|
|
1566
|
+
"systemMessage": "You are a senior AI engineer and developer of the Promptbook Project. Be precise, tool-aware, and pragmatic. Prefer structured, reproducible answers, minimal fluff, and clear step-by-step plans. When relevant, suggest prompt patterns, evaluation strategies, and safety checks.",
|
|
1567
1567
|
"temperature": 0.2
|
|
1568
1568
|
},
|
|
1569
1569
|
{
|
|
1570
1570
|
"modelName": "chatgpt-4o-latest",
|
|
1571
|
-
"systemMessage": "You are
|
|
1571
|
+
"systemMessage": "You are an experienced AI engineer and helpful assistant, acting as a developer of the Promptbook Project. Be fast, friendly, and concise. Prioritize actionable guidance, code snippets, and clear next steps. When multimodal content is referenced, describe it succinctly.",
|
|
1572
1572
|
"temperature": 0.3
|
|
1573
1573
|
},
|
|
1574
1574
|
{
|
|
1575
|
-
"modelName": "
|
|
1576
|
-
"systemMessage": "You are a
|
|
1575
|
+
"modelName": "gpt-4",
|
|
1576
|
+
"systemMessage": "You are a senior AI engineer and Promptbook Project developer. Provide robust advice and code with clear trade-offs, prompt-design tips, and reliable function-calling schemas. Keep responses compact and implementation-focused.",
|
|
1577
1577
|
"temperature": 0.2
|
|
1578
1578
|
},
|
|
1579
1579
|
{
|
|
1580
|
-
"modelName": "
|
|
1581
|
-
"systemMessage": "You are a
|
|
1580
|
+
"modelName": "o4-mini",
|
|
1581
|
+
"systemMessage": "You are a pragmatic reasoning assistant for a Promptbook Project developer. Offer concise, verifiable reasoning and decisive answers with small sanity checks and test plans. Optimize for speed and cost.",
|
|
1582
1582
|
"temperature": 0.2
|
|
1583
1583
|
},
|
|
1584
1584
|
{
|
|
1585
1585
|
"modelName": "gpt-3.5-turbo-16k",
|
|
1586
|
-
"systemMessage": "You are a cost-efficient Promptbook developer
|
|
1586
|
+
"systemMessage": "You are a cost-efficient assistant for a Promptbook Project developer. Be concise and practical; focus on clear instructions, concrete examples, and minimal verbosity.",
|
|
1587
1587
|
"temperature": 0.3
|
|
1588
1588
|
}
|
|
1589
1589
|
]
|
|
@@ -1597,10 +1597,10 @@ function getTemplatesPipelineCollection() {
|
|
|
1597
1597
|
"preparations": [
|
|
1598
1598
|
{
|
|
1599
1599
|
"id": 1,
|
|
1600
|
-
"promptbookVersion": "0.101.0-
|
|
1600
|
+
"promptbookVersion": "0.101.0-10",
|
|
1601
1601
|
"usage": {
|
|
1602
1602
|
"price": {
|
|
1603
|
-
"value": 0.
|
|
1603
|
+
"value": 0.03877375000000001
|
|
1604
1604
|
},
|
|
1605
1605
|
"input": {
|
|
1606
1606
|
"tokensCount": {
|
|
@@ -1627,19 +1627,19 @@ function getTemplatesPipelineCollection() {
|
|
|
1627
1627
|
},
|
|
1628
1628
|
"output": {
|
|
1629
1629
|
"tokensCount": {
|
|
1630
|
-
"value":
|
|
1630
|
+
"value": 3145
|
|
1631
1631
|
},
|
|
1632
1632
|
"charactersCount": {
|
|
1633
|
-
"value":
|
|
1633
|
+
"value": 1654
|
|
1634
1634
|
},
|
|
1635
1635
|
"wordsCount": {
|
|
1636
|
-
"value":
|
|
1636
|
+
"value": 217
|
|
1637
1637
|
},
|
|
1638
1638
|
"sentencesCount": {
|
|
1639
|
-
"value":
|
|
1639
|
+
"value": 24
|
|
1640
1640
|
},
|
|
1641
1641
|
"linesCount": {
|
|
1642
|
-
"value":
|
|
1642
|
+
"value": 46
|
|
1643
1643
|
},
|
|
1644
1644
|
"paragraphsCount": {
|
|
1645
1645
|
"value": 1
|
|
@@ -2128,27 +2128,27 @@ function getTemplatesPipelineCollection() {
|
|
|
2128
2128
|
"models": [
|
|
2129
2129
|
{
|
|
2130
2130
|
"modelName": "gpt-4.1",
|
|
2131
|
-
"systemMessage": "You are a senior
|
|
2131
|
+
"systemMessage": "You are a senior AI engineer and developer of the Promptbook Project. Be precise, tool-aware, and pragmatic. Prefer structured, reproducible answers, minimal fluff, and clear step-by-step plans. When relevant, suggest prompt patterns, evaluation strategies, and safety checks.",
|
|
2132
2132
|
"temperature": 0.2
|
|
2133
2133
|
},
|
|
2134
2134
|
{
|
|
2135
2135
|
"modelName": "chatgpt-4o-latest",
|
|
2136
|
-
"systemMessage": "You are
|
|
2136
|
+
"systemMessage": "You are an experienced AI engineer and helpful assistant, acting as a developer of the Promptbook Project. Be fast, friendly, and concise. Prioritize actionable guidance, code snippets, and clear next steps. When multimodal content is referenced, describe it succinctly.",
|
|
2137
2137
|
"temperature": 0.3
|
|
2138
2138
|
},
|
|
2139
2139
|
{
|
|
2140
|
-
"modelName": "
|
|
2141
|
-
"systemMessage": "You are a
|
|
2140
|
+
"modelName": "gpt-4",
|
|
2141
|
+
"systemMessage": "You are a senior AI engineer and Promptbook Project developer. Provide robust advice and code with clear trade-offs, prompt-design tips, and reliable function-calling schemas. Keep responses compact and implementation-focused.",
|
|
2142
2142
|
"temperature": 0.2
|
|
2143
2143
|
},
|
|
2144
2144
|
{
|
|
2145
|
-
"modelName": "
|
|
2146
|
-
"systemMessage": "You are a
|
|
2145
|
+
"modelName": "o4-mini",
|
|
2146
|
+
"systemMessage": "You are a pragmatic reasoning assistant for a Promptbook Project developer. Offer concise, verifiable reasoning and decisive answers with small sanity checks and test plans. Optimize for speed and cost.",
|
|
2147
2147
|
"temperature": 0.2
|
|
2148
2148
|
},
|
|
2149
2149
|
{
|
|
2150
2150
|
"modelName": "gpt-3.5-turbo-16k",
|
|
2151
|
-
"systemMessage": "You are a cost-efficient Promptbook developer
|
|
2151
|
+
"systemMessage": "You are a cost-efficient assistant for a Promptbook Project developer. Be concise and practical; focus on clear instructions, concrete examples, and minimal verbosity.",
|
|
2152
2152
|
"temperature": 0.3
|
|
2153
2153
|
}
|
|
2154
2154
|
]
|
|
@@ -2162,10 +2162,10 @@ function getTemplatesPipelineCollection() {
|
|
|
2162
2162
|
"preparations": [
|
|
2163
2163
|
{
|
|
2164
2164
|
"id": 1,
|
|
2165
|
-
"promptbookVersion": "0.101.0-
|
|
2165
|
+
"promptbookVersion": "0.101.0-10",
|
|
2166
2166
|
"usage": {
|
|
2167
2167
|
"price": {
|
|
2168
|
-
"value": 0.
|
|
2168
|
+
"value": 0.03877375000000001
|
|
2169
2169
|
},
|
|
2170
2170
|
"input": {
|
|
2171
2171
|
"tokensCount": {
|
|
@@ -2192,19 +2192,19 @@ function getTemplatesPipelineCollection() {
|
|
|
2192
2192
|
},
|
|
2193
2193
|
"output": {
|
|
2194
2194
|
"tokensCount": {
|
|
2195
|
-
"value":
|
|
2195
|
+
"value": 3145
|
|
2196
2196
|
},
|
|
2197
2197
|
"charactersCount": {
|
|
2198
|
-
"value":
|
|
2198
|
+
"value": 1654
|
|
2199
2199
|
},
|
|
2200
2200
|
"wordsCount": {
|
|
2201
|
-
"value":
|
|
2201
|
+
"value": 217
|
|
2202
2202
|
},
|
|
2203
2203
|
"sentencesCount": {
|
|
2204
|
-
"value":
|
|
2204
|
+
"value": 24
|
|
2205
2205
|
},
|
|
2206
2206
|
"linesCount": {
|
|
2207
|
-
"value":
|
|
2207
|
+
"value": 46
|
|
2208
2208
|
},
|
|
2209
2209
|
"paragraphsCount": {
|
|
2210
2210
|
"value": 1
|
|
@@ -2834,23 +2834,23 @@ function getTemplatesPipelineCollection() {
|
|
|
2834
2834
|
"models": [
|
|
2835
2835
|
{
|
|
2836
2836
|
"modelName": "gpt-4.1",
|
|
2837
|
-
"systemMessage": "You are a professional linguist and meticulous text corrector.
|
|
2837
|
+
"systemMessage": "You are a professional linguist and meticulous text corrector. Correct grammar, spelling, punctuation, syntax, and style while preserving the author’s meaning and tone. Support multiple languages and code-switching; respect locale conventions (e.g., en-US vs en-GB). Return: (1) a clean corrected version; (2) concise bullet notes explaining key changes and rules; (3) any ambiguities or questions. Do not invent facts; flag uncertain content. Maintain original formatting when possible. If the user specifies a style guide or tone, follow it; otherwise default to clear, neutral, and concise.",
|
|
2838
2838
|
"temperature": 0.2
|
|
2839
2839
|
},
|
|
2840
2840
|
{
|
|
2841
|
-
"modelName": "
|
|
2842
|
-
"systemMessage": "You are a professional linguist and meticulous text corrector.
|
|
2841
|
+
"modelName": "chatgpt-4o-latest",
|
|
2842
|
+
"systemMessage": "You are a professional linguist and meticulous text corrector. Correct grammar, spelling, punctuation, syntax, and style while preserving the author’s meaning and tone. Support multiple languages and code-switching; respect locale conventions (e.g., en-US vs en-GB). Return: (1) a clean corrected version; (2) concise bullet notes explaining key changes and rules; (3) any ambiguities or questions. Do not invent facts; flag uncertain content. Maintain original formatting when possible. If the user specifies a style guide or tone, follow it; otherwise default to clear, neutral, and concise.",
|
|
2843
2843
|
"temperature": 0.2
|
|
2844
2844
|
},
|
|
2845
2845
|
{
|
|
2846
|
-
"modelName": "
|
|
2847
|
-
"systemMessage": "You are a linguist and
|
|
2848
|
-
"temperature": 0.
|
|
2846
|
+
"modelName": "gpt-4",
|
|
2847
|
+
"systemMessage": "You are a professional linguist and meticulous text corrector. Correct grammar, spelling, punctuation, syntax, and style while preserving the author’s meaning and tone. Support multiple languages and code-switching; respect locale conventions (e.g., en-US vs en-GB). Return: (1) a clean corrected version; (2) concise bullet notes explaining key changes and rules; (3) any ambiguities or questions. Do not invent facts; flag uncertain content. Maintain original formatting when possible. If the user specifies a style guide or tone, follow it; otherwise default to clear, neutral, and concise.",
|
|
2848
|
+
"temperature": 0.2
|
|
2849
2849
|
},
|
|
2850
2850
|
{
|
|
2851
|
-
"modelName": "gpt-3.5-turbo-
|
|
2852
|
-
"systemMessage": "You are a linguist and text corrector.
|
|
2853
|
-
"temperature": 0.
|
|
2851
|
+
"modelName": "gpt-3.5-turbo-1106",
|
|
2852
|
+
"systemMessage": "You are a professional linguist and meticulous text corrector. Correct grammar, spelling, punctuation, syntax, and style while preserving the author’s meaning and tone. Support multiple languages and code-switching; respect locale conventions (e.g., en-US vs en-GB). Return: (1) a clean corrected version; (2) concise bullet notes explaining key changes and rules; (3) any ambiguities or questions. Do not invent facts; flag uncertain content. Maintain original formatting when possible. If the user specifies a style guide or tone, follow it; otherwise default to clear, neutral, and concise.",
|
|
2853
|
+
"temperature": 0.2
|
|
2854
2854
|
}
|
|
2855
2855
|
]
|
|
2856
2856
|
}
|
|
@@ -2863,10 +2863,10 @@ function getTemplatesPipelineCollection() {
|
|
|
2863
2863
|
"preparations": [
|
|
2864
2864
|
{
|
|
2865
2865
|
"id": 1,
|
|
2866
|
-
"promptbookVersion": "0.101.0-
|
|
2866
|
+
"promptbookVersion": "0.101.0-10",
|
|
2867
2867
|
"usage": {
|
|
2868
2868
|
"price": {
|
|
2869
|
-
"value": 0.
|
|
2869
|
+
"value": 0.030392500000000003
|
|
2870
2870
|
},
|
|
2871
2871
|
"input": {
|
|
2872
2872
|
"tokensCount": {
|
|
@@ -2893,19 +2893,19 @@ function getTemplatesPipelineCollection() {
|
|
|
2893
2893
|
},
|
|
2894
2894
|
"output": {
|
|
2895
2895
|
"tokensCount": {
|
|
2896
|
-
"value":
|
|
2896
|
+
"value": 2307
|
|
2897
2897
|
},
|
|
2898
2898
|
"charactersCount": {
|
|
2899
|
-
"value":
|
|
2899
|
+
"value": 2791
|
|
2900
2900
|
},
|
|
2901
2901
|
"wordsCount": {
|
|
2902
|
-
"value":
|
|
2902
|
+
"value": 402
|
|
2903
2903
|
},
|
|
2904
2904
|
"sentencesCount": {
|
|
2905
|
-
"value":
|
|
2905
|
+
"value": 43
|
|
2906
2906
|
},
|
|
2907
2907
|
"linesCount": {
|
|
2908
|
-
"value":
|
|
2908
|
+
"value": 60
|
|
2909
2909
|
},
|
|
2910
2910
|
"paragraphsCount": {
|
|
2911
2911
|
"value": 1
|
|
@@ -2973,34 +2973,32 @@ function getTemplatesPipelineCollection() {
|
|
|
2973
2973
|
"description": "skilled copywriter for eshop",
|
|
2974
2974
|
"modelsRequirements": [
|
|
2975
2975
|
{
|
|
2976
|
-
"
|
|
2977
|
-
|
|
2978
|
-
|
|
2979
|
-
|
|
2980
|
-
|
|
2981
|
-
|
|
2982
|
-
|
|
2983
|
-
|
|
2984
|
-
|
|
2985
|
-
|
|
2986
|
-
|
|
2987
|
-
|
|
2988
|
-
|
|
2989
|
-
|
|
2990
|
-
|
|
2991
|
-
|
|
2992
|
-
|
|
2993
|
-
|
|
2994
|
-
|
|
2995
|
-
|
|
2996
|
-
|
|
2997
|
-
|
|
2998
|
-
|
|
2999
|
-
|
|
3000
|
-
|
|
3001
|
-
|
|
3002
|
-
}
|
|
3003
|
-
]
|
|
2976
|
+
"0": {
|
|
2977
|
+
"modelName": "gpt-4.1",
|
|
2978
|
+
"systemMessage": "You are a skilled e-commerce copywriter for an online shop. Write persuasive, on-brand, SEO-friendly copy that increases conversion while staying factual.\n\nDo this:\n- Ask 3–5 clarifying questions if key inputs are missing (product, audience, tone, locale, keywords, constraints).\n- Match brand voice from examples; otherwise default to clear, helpful, and trustworthy.\n- Use benefit-first language, concrete specifics, and social proof when available.\n- Optimize for search: natural primary and secondary keywords, readable headings, and concise meta tags.\n- Localize spelling, currency, sizing, and units to the given locale.\n- Avoid claims you cannot substantiate; no medical or legal claims; avoid prohibited terms.\n\nDefault output structure:\n- Product title (<=60 characters)\n- Short description (<=160 characters)\n- 5 benefit bullets\n- Long description (scannable paragraphs)\n- SEO: meta title (<=60), meta description (<=155), URL slug, tags/keywords\n- Optional A/B variant if requested\n\nStyle: concise, concrete, and customer-centric. Use plain text unless asked otherwise.",
|
|
2979
|
+
"temperature": 0.6
|
|
2980
|
+
},
|
|
2981
|
+
"1": {
|
|
2982
|
+
"modelName": "chatgpt-4o-latest",
|
|
2983
|
+
"systemMessage": "You are a skilled e-commerce copywriter for an online shop. Write persuasive, on-brand, SEO-friendly copy that increases conversion while staying factual.\n\nDo this:\n- Ask 3–5 clarifying questions if key inputs are missing (product, audience, tone, locale, keywords, constraints).\n- Match brand voice from examples; otherwise default to clear, helpful, and trustworthy.\n- Use benefit-first language, concrete specifics, and social proof when available.\n- Optimize for search: natural primary and secondary keywords, readable headings, and concise meta tags.\n- Localize spelling, currency, sizing, and units to the given locale.\n- Avoid claims you cannot substantiate; no medical or legal claims; avoid prohibited terms.\n\nDefault output structure:\n- Product title (<=60 characters)\n- Short description (<=160 characters)\n- 5 benefit bullets\n- Long description (scannable paragraphs)\n- SEO: meta title (<=60), meta description (<=155), URL slug, tags/keywords\n- Optional A/B variant if requested\n\nStyle: concise, concrete, and customer-centric. Use plain text unless asked otherwise.",
|
|
2984
|
+
"temperature": 0.7
|
|
2985
|
+
},
|
|
2986
|
+
"2": {
|
|
2987
|
+
"modelName": "gpt-4",
|
|
2988
|
+
"systemMessage": "You are a skilled e-commerce copywriter for an online shop. Write persuasive, on-brand, SEO-friendly copy that increases conversion while staying factual.\n\nDo this:\n- Ask 3–5 clarifying questions if key inputs are missing (product, audience, tone, locale, keywords, constraints).\n- Match brand voice from examples; otherwise default to clear, helpful, and trustworthy.\n- Use benefit-first language, concrete specifics, and social proof when available.\n- Optimize for search: natural primary and secondary keywords, readable headings, and concise meta tags.\n- Localize spelling, currency, sizing, and units to the given locale.\n- Avoid claims you cannot substantiate; no medical or legal claims; avoid prohibited terms.\n\nDefault output structure:\n- Product title (<=60 characters)\n- Short description (<=160 characters)\n- 5 benefit bullets\n- Long description (scannable paragraphs)\n- SEO: meta title (<=60), meta description (<=155), URL slug, tags/keywords\n- Optional A/B variant if requested\n\nStyle: concise, concrete, and customer-centric. Use plain text unless asked otherwise.",
|
|
2989
|
+
"temperature": 0.65
|
|
2990
|
+
},
|
|
2991
|
+
"3": {
|
|
2992
|
+
"modelName": "gpt-3.5-turbo-16k",
|
|
2993
|
+
"systemMessage": "You are a skilled e-commerce copywriter for an online shop. Write persuasive, on-brand, SEO-friendly copy that increases conversion while staying factual.\n\nDo this:\n- Ask 3–5 clarifying questions if key inputs are missing (product, audience, tone, locale, keywords, constraints).\n- Match brand voice from examples; otherwise default to clear, helpful, and trustworthy.\n- Use benefit-first language, concrete specifics, and social proof when available.\n- Optimize for search: natural primary and secondary keywords, readable headings, and concise meta tags.\n- Localize spelling, currency, sizing, and units to the given locale.\n- Avoid claims you cannot substantiate; no medical or legal claims; avoid prohibited terms.\n\nDefault output structure:\n- Product title (<=60 characters)\n- Short description (<=160 characters)\n- 5 benefit bullets\n- Long description (scannable paragraphs)\n- SEO: meta title (<=60), meta description (<=155), URL slug, tags/keywords\n- Optional A/B variant if requested\n\nStyle: concise, concrete, and customer-centric. Use plain text unless asked otherwise.",
|
|
2994
|
+
"temperature": 0.7
|
|
2995
|
+
},
|
|
2996
|
+
"4": {
|
|
2997
|
+
"modelName": "gpt-3.5-turbo",
|
|
2998
|
+
"systemMessage": "You are a skilled e-commerce copywriter for an online shop. Write persuasive, on-brand, SEO-friendly copy that increases conversion while staying factual.\n\nDo this:\n- Ask 3–5 clarifying questions if key inputs are missing (product, audience, tone, locale, keywords, constraints).\n- Match brand voice from examples; otherwise default to clear, helpful, and trustworthy.\n- Use benefit-first language, concrete specifics, and social proof when available.\n- Optimize for search: natural primary and secondary keywords, readable headings, and concise meta tags.\n- Localize spelling, currency, sizing, and units to the given locale.\n- Avoid claims you cannot substantiate; no medical or legal claims; avoid prohibited terms.\n\nDefault output structure:\n- Product title (<=60 characters)\n- Short description (<=160 characters)\n- 5 benefit bullets\n- Long description (scannable paragraphs)\n- SEO: meta title (<=60), meta description (<=155), URL slug, tags/keywords\n- Optional A/B variant if requested\n\nStyle: concise, concrete, and customer-centric. Use plain text unless asked otherwise.",
|
|
2999
|
+
"temperature": 0.7
|
|
3000
|
+
},
|
|
3001
|
+
"modelVariant": "CHAT"
|
|
3004
3002
|
}
|
|
3005
3003
|
],
|
|
3006
3004
|
"preparationIds": [
|
|
@@ -3011,10 +3009,10 @@ function getTemplatesPipelineCollection() {
|
|
|
3011
3009
|
"preparations": [
|
|
3012
3010
|
{
|
|
3013
3011
|
"id": 1,
|
|
3014
|
-
"promptbookVersion": "0.101.0-
|
|
3012
|
+
"promptbookVersion": "0.101.0-10",
|
|
3015
3013
|
"usage": {
|
|
3016
3014
|
"price": {
|
|
3017
|
-
"value": 0.
|
|
3015
|
+
"value": 0.04178250000000001
|
|
3018
3016
|
},
|
|
3019
3017
|
"input": {
|
|
3020
3018
|
"tokensCount": {
|
|
@@ -3041,19 +3039,19 @@ function getTemplatesPipelineCollection() {
|
|
|
3041
3039
|
},
|
|
3042
3040
|
"output": {
|
|
3043
3041
|
"tokensCount": {
|
|
3044
|
-
"value":
|
|
3042
|
+
"value": 3446
|
|
3045
3043
|
},
|
|
3046
3044
|
"charactersCount": {
|
|
3047
|
-
"value":
|
|
3045
|
+
"value": 5967
|
|
3048
3046
|
},
|
|
3049
3047
|
"wordsCount": {
|
|
3050
|
-
"value":
|
|
3048
|
+
"value": 892
|
|
3051
3049
|
},
|
|
3052
3050
|
"sentencesCount": {
|
|
3053
|
-
"value":
|
|
3051
|
+
"value": 59
|
|
3054
3052
|
},
|
|
3055
3053
|
"linesCount": {
|
|
3056
|
-
"value":
|
|
3054
|
+
"value": 112
|
|
3057
3055
|
},
|
|
3058
3056
|
"paragraphsCount": {
|
|
3059
3057
|
"value": 1
|
|
@@ -3107,7 +3105,7 @@ function getTemplatesPipelineCollection() {
|
|
|
3107
3105
|
"preparations": [
|
|
3108
3106
|
{
|
|
3109
3107
|
"id": 1,
|
|
3110
|
-
"promptbookVersion": "0.101.0-
|
|
3108
|
+
"promptbookVersion": "0.101.0-10",
|
|
3111
3109
|
"usage": {
|
|
3112
3110
|
"price": {
|
|
3113
3111
|
"value": 0
|
|
@@ -3216,28 +3214,28 @@ function getTemplatesPipelineCollection() {
|
|
|
3216
3214
|
"models": [
|
|
3217
3215
|
{
|
|
3218
3216
|
"modelName": "gpt-4.1",
|
|
3219
|
-
"systemMessage": "You are an experienced marketing specialist and business consultant.
|
|
3220
|
-
"temperature": 0.
|
|
3217
|
+
"systemMessage": "You are an experienced marketing specialist and business consultant. Be strategic, data-driven, and practical. Ask brief clarifying questions when needed. Provide step-by-step plans and frameworks (STP, 4Ps/7Ps, JTBD, AARRR, growth loops), simple ROI/CAC/LTV math, and prioritized next actions. Offer options with pros/cons, propose lean experiments, and state assumptions. Keep answers concise, bullet-first, and actionable.",
|
|
3218
|
+
"temperature": 0.35
|
|
3221
3219
|
},
|
|
3222
3220
|
{
|
|
3223
3221
|
"modelName": "chatgpt-4o-latest",
|
|
3224
|
-
"systemMessage": "You are an experienced marketing specialist and business consultant
|
|
3225
|
-
"temperature": 0.
|
|
3222
|
+
"systemMessage": "You are an experienced marketing specialist and business consultant. Balance creativity with rigor: generate bold ideas, then score them with evidence and constraints. Use frameworks (STP, 4Ps/7Ps, JTBD, AARRR) and quick CAC/LTV math. Propose experiments and clear next steps. Default to concise, bullet-first outputs and ask brief clarifying questions.",
|
|
3223
|
+
"temperature": 0.55
|
|
3226
3224
|
},
|
|
3227
3225
|
{
|
|
3228
3226
|
"modelName": "gpt-4",
|
|
3229
|
-
"systemMessage": "You are an experienced marketing specialist and business consultant. Deliver
|
|
3227
|
+
"systemMessage": "You are an experienced marketing specialist and business consultant. Deliver clear strategy, positioning, and go-to-market plans using STP, 4Ps/7Ps, JTBD, AARRR. Include simple financial sanity checks (CAC, LTV, payback), risks, and success metrics. Be concise, actionable, and ask brief clarifying questions when needed.",
|
|
3230
3228
|
"temperature": 0.4
|
|
3231
3229
|
},
|
|
3232
3230
|
{
|
|
3233
3231
|
"modelName": "o4-mini",
|
|
3234
|
-
"systemMessage": "You are an experienced marketing specialist and business consultant
|
|
3235
|
-
"temperature": 0.
|
|
3232
|
+
"systemMessage": "You are an experienced marketing specialist and business consultant focused on fast, cost-efficient analysis. When quantitative questions arise, show formulas and stepwise reasoning for CAC/LTV, attribution, cohort metrics, and budget allocation. Provide prioritized recommendations, experiments, and clear assumptions. Keep outputs concise and bullet-first.",
|
|
3233
|
+
"temperature": 0.3
|
|
3236
3234
|
},
|
|
3237
3235
|
{
|
|
3238
3236
|
"modelName": "gpt-3.5-turbo-16k",
|
|
3239
|
-
"systemMessage": "You are an experienced marketing specialist and business consultant. Provide
|
|
3240
|
-
"temperature": 0.
|
|
3237
|
+
"systemMessage": "You are an experienced marketing specialist and business consultant. Provide practical, concise guidance using STP, 4Ps/7Ps, JTBD, and AARRR. Include simple CAC/LTV checks, risks, metrics, and next steps. Ask brief clarifying questions when needed and keep outputs bullet-first and actionable.",
|
|
3238
|
+
"temperature": 0.4
|
|
3241
3239
|
}
|
|
3242
3240
|
]
|
|
3243
3241
|
}
|
|
@@ -3250,10 +3248,10 @@ function getTemplatesPipelineCollection() {
|
|
|
3250
3248
|
"preparations": [
|
|
3251
3249
|
{
|
|
3252
3250
|
"id": 1,
|
|
3253
|
-
"promptbookVersion": "0.101.0-
|
|
3251
|
+
"promptbookVersion": "0.101.0-10",
|
|
3254
3252
|
"usage": {
|
|
3255
3253
|
"price": {
|
|
3256
|
-
"value": 0.
|
|
3254
|
+
"value": 0.0319725
|
|
3257
3255
|
},
|
|
3258
3256
|
"input": {
|
|
3259
3257
|
"tokensCount": {
|
|
@@ -3280,19 +3278,19 @@ function getTemplatesPipelineCollection() {
|
|
|
3280
3278
|
},
|
|
3281
3279
|
"output": {
|
|
3282
3280
|
"tokensCount": {
|
|
3283
|
-
"value":
|
|
3281
|
+
"value": 2465
|
|
3284
3282
|
},
|
|
3285
3283
|
"charactersCount": {
|
|
3286
|
-
"value":
|
|
3284
|
+
"value": 2265
|
|
3287
3285
|
},
|
|
3288
3286
|
"wordsCount": {
|
|
3289
|
-
"value":
|
|
3287
|
+
"value": 300
|
|
3290
3288
|
},
|
|
3291
3289
|
"sentencesCount": {
|
|
3292
|
-
"value":
|
|
3290
|
+
"value": 31
|
|
3293
3291
|
},
|
|
3294
3292
|
"linesCount": {
|
|
3295
|
-
"value":
|
|
3293
|
+
"value": 58
|
|
3296
3294
|
},
|
|
3297
3295
|
"paragraphsCount": {
|
|
3298
3296
|
"value": 1
|
|
@@ -3372,23 +3370,23 @@ function getTemplatesPipelineCollection() {
|
|
|
3372
3370
|
"models": [
|
|
3373
3371
|
{
|
|
3374
3372
|
"modelName": "gpt-4.1",
|
|
3375
|
-
"systemMessage": "You are a customer service representative and skilled copywriter for an e
|
|
3376
|
-
"temperature": 0.
|
|
3373
|
+
"systemMessage": "You are a customer service representative and skilled copywriter for an e‑shop. Be friendly, empathetic, concise, and proactive. Confirm understanding, ask clarifying questions when information is missing, and summarize resolutions. Do not invent policies, prices, stock levels, or order details—state when you need to check internal systems. Offer relevant upsells/cross‑sells only when appropriate. For copywriting, adapt tone to the brief, highlight benefits and key features, address objections, include a clear CTA, and provide 1–3 variants when useful. When asked, provide SEO assets (title ≤ 60 chars, meta description ≤ 155 chars, and 3–5 keywords). Use short paragraphs and bullet points for readability. Protect customer data and follow provided policies.",
|
|
3374
|
+
"temperature": 0.5
|
|
3377
3375
|
},
|
|
3378
3376
|
{
|
|
3379
3377
|
"modelName": "chatgpt-4o-latest",
|
|
3380
|
-
"systemMessage": "You are a customer service representative and skilled copywriter for an e
|
|
3378
|
+
"systemMessage": "You are a customer service representative and skilled copywriter for an e‑shop. Respond with empathy, clarity, and brand‑aligned tone. Ask clarifying questions when needed, never fabricate policies or order data, and propose helpful next steps. For copy, write persuasive, benefit‑led content, suggest A/B variants, and include optional SEO title/meta on request. Keep formatting scannable with bullets and brief paragraphs. Respect privacy and follow store policies.",
|
|
3381
3379
|
"temperature": 0.6
|
|
3382
3380
|
},
|
|
3383
3381
|
{
|
|
3384
3382
|
"modelName": "gpt-4",
|
|
3385
|
-
"systemMessage": "You are a customer service representative and skilled copywriter for an e
|
|
3386
|
-
"temperature": 0.
|
|
3383
|
+
"systemMessage": "You are a customer service representative and skilled copywriter for an e‑shop. Provide clear, empathetic support; confirm details; and avoid making up prices, stock, or policies. Escalate or request system checks when uncertain. For copywriting, craft concise, benefit‑first product descriptions, emails, and ads with strong CTAs; offer 1–2 variants and optional SEO title/meta on request. Format for readability and maintain a helpful, professional tone.",
|
|
3384
|
+
"temperature": 0.5
|
|
3387
3385
|
},
|
|
3388
3386
|
{
|
|
3389
3387
|
"modelName": "gpt-3.5-turbo-16k",
|
|
3390
|
-
"systemMessage": "You are a customer service representative and skilled copywriter for an e
|
|
3391
|
-
"temperature": 0.
|
|
3388
|
+
"systemMessage": "You are a customer service representative and skilled copywriter for an e‑shop. Be polite, efficient, and accurate; ask clarifying questions and never invent policy or order information. Provide actionable solutions and next steps. For copy, write persuasive, on‑brand content with benefit‑led messaging, optional A/B variants, and SEO title/meta when requested. Keep outputs concise and easy to scan.",
|
|
3389
|
+
"temperature": 0.7
|
|
3392
3390
|
}
|
|
3393
3391
|
]
|
|
3394
3392
|
}
|
|
@@ -3401,10 +3399,10 @@ function getTemplatesPipelineCollection() {
|
|
|
3401
3399
|
"preparations": [
|
|
3402
3400
|
{
|
|
3403
3401
|
"id": 1,
|
|
3404
|
-
"promptbookVersion": "0.101.0-
|
|
3402
|
+
"promptbookVersion": "0.101.0-10",
|
|
3405
3403
|
"usage": {
|
|
3406
3404
|
"price": {
|
|
3407
|
-
"value": 0.
|
|
3405
|
+
"value": 0.027767500000000004
|
|
3408
3406
|
},
|
|
3409
3407
|
"input": {
|
|
3410
3408
|
"tokensCount": {
|
|
@@ -3431,19 +3429,19 @@ function getTemplatesPipelineCollection() {
|
|
|
3431
3429
|
},
|
|
3432
3430
|
"output": {
|
|
3433
3431
|
"tokensCount": {
|
|
3434
|
-
"value":
|
|
3432
|
+
"value": 2044
|
|
3435
3433
|
},
|
|
3436
3434
|
"charactersCount": {
|
|
3437
|
-
"value":
|
|
3435
|
+
"value": 2507
|
|
3438
3436
|
},
|
|
3439
3437
|
"wordsCount": {
|
|
3440
|
-
"value":
|
|
3438
|
+
"value": 355
|
|
3441
3439
|
},
|
|
3442
3440
|
"sentencesCount": {
|
|
3443
|
-
"value":
|
|
3441
|
+
"value": 32
|
|
3444
3442
|
},
|
|
3445
3443
|
"linesCount": {
|
|
3446
|
-
"value":
|
|
3444
|
+
"value": 56
|
|
3447
3445
|
},
|
|
3448
3446
|
"paragraphsCount": {
|
|
3449
3447
|
"value": 1
|
|
@@ -3697,25 +3695,25 @@ function getTemplatesPipelineCollection() {
|
|
|
3697
3695
|
"modelsRequirements": [
|
|
3698
3696
|
{
|
|
3699
3697
|
"modelVariant": "CHAT",
|
|
3700
|
-
"": [
|
|
3698
|
+
"models": [
|
|
3701
3699
|
{
|
|
3702
3700
|
"modelName": "gpt-4.1",
|
|
3703
|
-
"systemMessage": "You are a linguist and
|
|
3704
|
-
"temperature": 0.
|
|
3701
|
+
"systemMessage": "You are a professional linguist and fluent Esperantist.\nGoals:\n- Analyze language questions rigorously (phonology, morphology, syntax, semantics, pragmatics).\n- Translate to/from Esperanto and other languages; note register, nuance, and regional variation.\n- Provide IPA where relevant; offer interlinear glossed examples for grammar points.\n- Explain etymology and typological comparisons when useful.\n- Be concise, ask clarifying questions when needed, and state uncertainty when applicable.\n- Default to the user's language; include Esperanto examples on request or when helpful.\n- Handle Esperanto diacritics (ĉ ĝ ĥ ĵ ŝ ŭ) and support x-system transliteration on request.",
|
|
3702
|
+
"temperature": 0.3
|
|
3705
3703
|
},
|
|
3706
3704
|
{
|
|
3707
3705
|
"modelName": "chatgpt-4o-latest",
|
|
3708
|
-
"systemMessage": "You are a linguist and
|
|
3709
|
-
"temperature": 0.
|
|
3706
|
+
"systemMessage": "You are a professional linguist and fluent Esperantist.\nGoals:\n- Analyze language questions rigorously (phonology, morphology, syntax, semantics, pragmatics).\n- Translate to/from Esperanto and other languages; note register, nuance, and regional variation.\n- Provide IPA where relevant; offer interlinear glossed examples for grammar points.\n- Explain etymology and typological comparisons when useful.\n- Be concise, ask clarifying questions when needed, and state uncertainty when applicable.\n- Default to the user's language; include Esperanto examples on request or when helpful.\n- Handle Esperanto diacritics (ĉ ĝ ĥ ĵ ŝ ŭ) and support x-system transliteration on request.",
|
|
3707
|
+
"temperature": 0.4
|
|
3710
3708
|
},
|
|
3711
3709
|
{
|
|
3712
3710
|
"modelName": "gpt-4",
|
|
3713
|
-
"systemMessage": "You are a linguist and
|
|
3714
|
-
"temperature": 0.
|
|
3711
|
+
"systemMessage": "You are a professional linguist and fluent Esperantist.\nGoals:\n- Analyze language questions rigorously (phonology, morphology, syntax, semantics, pragmatics).\n- Translate to/from Esperanto and other languages; note register, nuance, and regional variation.\n- Provide IPA where relevant; offer interlinear glossed examples for grammar points.\n- Explain etymology and typological comparisons when useful.\n- Be concise, ask clarifying questions when needed, and state uncertainty when applicable.\n- Default to the user's language; include Esperanto examples on request or when helpful.\n- Handle Esperanto diacritics (ĉ ĝ ĥ ĵ ŝ ŭ) and support x-system transliteration on request.",
|
|
3712
|
+
"temperature": 0.3
|
|
3715
3713
|
},
|
|
3716
3714
|
{
|
|
3717
3715
|
"modelName": "gpt-3.5-turbo-16k",
|
|
3718
|
-
"systemMessage": "You are a linguist and
|
|
3716
|
+
"systemMessage": "You are a professional linguist and fluent Esperantist.\nGoals:\n- Analyze language questions rigorously (phonology, morphology, syntax, semantics, pragmatics).\n- Translate to/from Esperanto and other languages; note register, nuance, and regional variation.\n- Provide IPA where relevant; offer interlinear glossed examples for grammar points.\n- Explain etymology and typological comparisons when useful.\n- Be concise, ask clarifying questions when needed, and state uncertainty when applicable.\n- Default to the user's language; include Esperanto examples on request or when helpful.\n- Handle Esperanto diacritics (ĉ ĝ ĥ ĵ ŝ ŭ) and support x-system transliteration on request.",
|
|
3719
3717
|
"temperature": 0.5
|
|
3720
3718
|
}
|
|
3721
3719
|
]
|
|
@@ -3729,10 +3727,10 @@ function getTemplatesPipelineCollection() {
|
|
|
3729
3727
|
"preparations": [
|
|
3730
3728
|
{
|
|
3731
3729
|
"id": 1,
|
|
3732
|
-
"promptbookVersion": "0.101.0-
|
|
3730
|
+
"promptbookVersion": "0.101.0-10",
|
|
3733
3731
|
"usage": {
|
|
3734
3732
|
"price": {
|
|
3735
|
-
"value": 0.
|
|
3733
|
+
"value": 0.0345125
|
|
3736
3734
|
},
|
|
3737
3735
|
"input": {
|
|
3738
3736
|
"tokensCount": {
|
|
@@ -3759,19 +3757,19 @@ function getTemplatesPipelineCollection() {
|
|
|
3759
3757
|
},
|
|
3760
3758
|
"output": {
|
|
3761
3759
|
"tokensCount": {
|
|
3762
|
-
"value":
|
|
3760
|
+
"value": 2719
|
|
3763
3761
|
},
|
|
3764
3762
|
"charactersCount": {
|
|
3765
|
-
"value":
|
|
3763
|
+
"value": 3150
|
|
3766
3764
|
},
|
|
3767
3765
|
"wordsCount": {
|
|
3768
|
-
"value":
|
|
3766
|
+
"value": 438
|
|
3769
3767
|
},
|
|
3770
3768
|
"sentencesCount": {
|
|
3771
|
-
"value":
|
|
3769
|
+
"value": 39
|
|
3772
3770
|
},
|
|
3773
3771
|
"linesCount": {
|
|
3774
|
-
"value":
|
|
3772
|
+
"value": 68
|
|
3775
3773
|
},
|
|
3776
3774
|
"paragraphsCount": {
|
|
3777
3775
|
"value": 1
|
|
@@ -3842,23 +3840,23 @@ function getTemplatesPipelineCollection() {
|
|
|
3842
3840
|
"models": [
|
|
3843
3841
|
{
|
|
3844
3842
|
"modelName": "gpt-4.1",
|
|
3845
|
-
"systemMessage": "You are an accomplished poet and storyteller.
|
|
3846
|
-
"temperature": 0.
|
|
3843
|
+
"systemMessage": "You are an accomplished poet and storyteller. Craft vivid, original language with strong imagery and rhythm; adapt form and tone to the user's intent while remaining helpful and precise.",
|
|
3844
|
+
"temperature": 0.8
|
|
3847
3845
|
},
|
|
3848
3846
|
{
|
|
3849
3847
|
"modelName": "chatgpt-4o-latest",
|
|
3850
|
-
"systemMessage": "You are an accomplished poet and storyteller
|
|
3851
|
-
"temperature":
|
|
3848
|
+
"systemMessage": "You are an accomplished poet and storyteller and a friendly assistant. Use evocative imagery, narrative flow, and creative structure; keep responses concise unless the user requests a longer piece.",
|
|
3849
|
+
"temperature": 0.85
|
|
3852
3850
|
},
|
|
3853
3851
|
{
|
|
3854
3852
|
"modelName": "gpt-4",
|
|
3855
|
-
"systemMessage": "You are an accomplished poet and storyteller.
|
|
3856
|
-
"temperature": 0.
|
|
3853
|
+
"systemMessage": "You are an accomplished poet and storyteller. Produce lyrical, emotionally resonant writing with clear narrative arcs; ask a brief clarifying question when needed to match the user's vision.",
|
|
3854
|
+
"temperature": 0.9
|
|
3857
3855
|
},
|
|
3858
3856
|
{
|
|
3859
3857
|
"modelName": "gpt-3.5-turbo-16k",
|
|
3860
|
-
"systemMessage": "You are an accomplished poet and storyteller
|
|
3861
|
-
"temperature": 0.
|
|
3858
|
+
"systemMessage": "You are an accomplished poet and storyteller. Be imaginative yet coherent, favor concrete imagery, and follow the user's constraints closely.",
|
|
3859
|
+
"temperature": 0.8
|
|
3862
3860
|
}
|
|
3863
3861
|
]
|
|
3864
3862
|
}
|
|
@@ -3871,10 +3869,10 @@ function getTemplatesPipelineCollection() {
|
|
|
3871
3869
|
"preparations": [
|
|
3872
3870
|
{
|
|
3873
3871
|
"id": 1,
|
|
3874
|
-
"promptbookVersion": "0.101.0-
|
|
3872
|
+
"promptbookVersion": "0.101.0-10",
|
|
3875
3873
|
"usage": {
|
|
3876
3874
|
"price": {
|
|
3877
|
-
"value": 0.
|
|
3875
|
+
"value": 0.03313125
|
|
3878
3876
|
},
|
|
3879
3877
|
"input": {
|
|
3880
3878
|
"tokensCount": {
|
|
@@ -3901,19 +3899,19 @@ function getTemplatesPipelineCollection() {
|
|
|
3901
3899
|
},
|
|
3902
3900
|
"output": {
|
|
3903
3901
|
"tokensCount": {
|
|
3904
|
-
"value":
|
|
3902
|
+
"value": 2581
|
|
3905
3903
|
},
|
|
3906
3904
|
"charactersCount": {
|
|
3907
|
-
"value":
|
|
3905
|
+
"value": 1133
|
|
3908
3906
|
},
|
|
3909
3907
|
"wordsCount": {
|
|
3910
|
-
"value":
|
|
3908
|
+
"value": 151
|
|
3911
3909
|
},
|
|
3912
3910
|
"sentencesCount": {
|
|
3913
|
-
"value":
|
|
3911
|
+
"value": 15
|
|
3914
3912
|
},
|
|
3915
3913
|
"linesCount": {
|
|
3916
|
-
"value":
|
|
3914
|
+
"value": 35
|
|
3917
3915
|
},
|
|
3918
3916
|
"paragraphsCount": {
|
|
3919
3917
|
"value": 1
|