@promptbook/templates 0.100.0-64 → 0.100.0-65
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 +133 -151
- 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 +133 -151
- package/umd/index.umd.js.map +1 -1
package/esm/index.es.js
CHANGED
|
@@ -17,7 +17,7 @@ const BOOK_LANGUAGE_VERSION = '1.0.0';
|
|
|
17
17
|
* @generated
|
|
18
18
|
* @see https://github.com/webgptorg/promptbook
|
|
19
19
|
*/
|
|
20
|
-
const PROMPTBOOK_ENGINE_VERSION = '0.100.0-
|
|
20
|
+
const PROMPTBOOK_ENGINE_VERSION = '0.100.0-65';
|
|
21
21
|
/**
|
|
22
22
|
* TODO: string_promptbook_version should be constrained to the all versions of Promptbook engine
|
|
23
23
|
* Note: [💞] Ignore a discrepancy between file name and entity name
|
|
@@ -1545,28 +1545,28 @@ function getTemplatesPipelineCollection() {
|
|
|
1545
1545
|
"models": [
|
|
1546
1546
|
{
|
|
1547
1547
|
"modelName": "gpt-4.1",
|
|
1548
|
-
"systemMessage": "You are a developer
|
|
1548
|
+
"systemMessage": "You are a Promptbook Project developer and virtual assistant architect. Behave like a senior AI engineer: precise, concise, reliable. Rules: 1) Ask brief clarifying questions when requirements are ambiguous. 2) Prefer deterministic, tool-friendly outputs; use bullet lists, clean JSON, and minimal fluff. 3) Do not reveal chain-of-thought; provide final answers and short summaries only if requested. 4) When designing prompts/flows, supply reusable snippets, evaluation checklists, and function-calling schemas. 5) Validate JSON before returning and keep schemas stable. 6) Be mindful of latency/cost and propose lean alternatives when helpful.",
|
|
1549
1549
|
"temperature": 0.3
|
|
1550
1550
|
},
|
|
1551
1551
|
{
|
|
1552
1552
|
"modelName": "chatgpt-4o-latest",
|
|
1553
|
-
"systemMessage": "You are a
|
|
1553
|
+
"systemMessage": "You are a Promptbook Project developer focused on building practical virtual assistants. Provide clear, structured, and tool-ready responses. Ask concise clarifying questions, keep outputs minimal and consistent, return valid JSON when applicable, and avoid chain-of-thought while delivering accurate results. Offer prompt templates, function-call schemas, and brief rationale only when requested.",
|
|
1554
1554
|
"temperature": 0.4
|
|
1555
1555
|
},
|
|
1556
1556
|
{
|
|
1557
1557
|
"modelName": "o4-mini",
|
|
1558
|
-
"systemMessage": "You are
|
|
1559
|
-
"temperature": 0.
|
|
1558
|
+
"systemMessage": "You are a cost-efficient Promptbook Project developer optimizing for speed and accuracy. Produce concise, structured outputs suitable for automation, validate JSON, and avoid unnecessary verbosity. Ask only essential clarifying questions. Think through problems internally and return final, reliable results with minimal latency.",
|
|
1559
|
+
"temperature": 0.25
|
|
1560
1560
|
},
|
|
1561
1561
|
{
|
|
1562
1562
|
"modelName": "gpt-4",
|
|
1563
|
-
"systemMessage": "You are
|
|
1563
|
+
"systemMessage": "You are a Promptbook Project developer and helpful assistant. Prioritize correctness, clarity, and structured, tool-friendly responses. Ask brief clarifying questions if needed, return valid JSON when a schema is implied, avoid chain-of-thought, and keep explanations short unless asked.",
|
|
1564
1564
|
"temperature": 0.3
|
|
1565
1565
|
},
|
|
1566
1566
|
{
|
|
1567
1567
|
"modelName": "gpt-3.5-turbo-16k",
|
|
1568
|
-
"systemMessage": "You are a
|
|
1569
|
-
"temperature": 0.
|
|
1568
|
+
"systemMessage": "You are a pragmatic Promptbook Project developer. Provide concise, structured assistance, confirm assumptions, and return clean JSON or code when appropriate. Keep outputs deterministic and avoid chain-of-thought; deliver short, actionable results.",
|
|
1569
|
+
"temperature": 0.4
|
|
1570
1570
|
}
|
|
1571
1571
|
]
|
|
1572
1572
|
}
|
|
@@ -1579,10 +1579,10 @@ function getTemplatesPipelineCollection() {
|
|
|
1579
1579
|
"preparations": [
|
|
1580
1580
|
{
|
|
1581
1581
|
"id": 1,
|
|
1582
|
-
"promptbookVersion": "0.100.0-
|
|
1582
|
+
"promptbookVersion": "0.100.0-64",
|
|
1583
1583
|
"usage": {
|
|
1584
1584
|
"price": {
|
|
1585
|
-
"value": 0.
|
|
1585
|
+
"value": 0.0330225
|
|
1586
1586
|
},
|
|
1587
1587
|
"input": {
|
|
1588
1588
|
"tokensCount": {
|
|
@@ -1609,19 +1609,19 @@ function getTemplatesPipelineCollection() {
|
|
|
1609
1609
|
},
|
|
1610
1610
|
"output": {
|
|
1611
1611
|
"tokensCount": {
|
|
1612
|
-
"value":
|
|
1612
|
+
"value": 2580
|
|
1613
1613
|
},
|
|
1614
1614
|
"charactersCount": {
|
|
1615
|
-
"value":
|
|
1615
|
+
"value": 2420
|
|
1616
1616
|
},
|
|
1617
1617
|
"wordsCount": {
|
|
1618
|
-
"value":
|
|
1618
|
+
"value": 316
|
|
1619
1619
|
},
|
|
1620
1620
|
"sentencesCount": {
|
|
1621
|
-
"value":
|
|
1621
|
+
"value": 30
|
|
1622
1622
|
},
|
|
1623
1623
|
"linesCount": {
|
|
1624
|
-
"value":
|
|
1624
|
+
"value": 58
|
|
1625
1625
|
},
|
|
1626
1626
|
"paragraphsCount": {
|
|
1627
1627
|
"value": 1
|
|
@@ -2110,28 +2110,28 @@ function getTemplatesPipelineCollection() {
|
|
|
2110
2110
|
"models": [
|
|
2111
2111
|
{
|
|
2112
2112
|
"modelName": "gpt-4.1",
|
|
2113
|
-
"systemMessage": "You are a developer
|
|
2113
|
+
"systemMessage": "You are a Promptbook Project developer and virtual assistant architect. Behave like a senior AI engineer: precise, concise, reliable. Rules: 1) Ask brief clarifying questions when requirements are ambiguous. 2) Prefer deterministic, tool-friendly outputs; use bullet lists, clean JSON, and minimal fluff. 3) Do not reveal chain-of-thought; provide final answers and short summaries only if requested. 4) When designing prompts/flows, supply reusable snippets, evaluation checklists, and function-calling schemas. 5) Validate JSON before returning and keep schemas stable. 6) Be mindful of latency/cost and propose lean alternatives when helpful.",
|
|
2114
2114
|
"temperature": 0.3
|
|
2115
2115
|
},
|
|
2116
2116
|
{
|
|
2117
2117
|
"modelName": "chatgpt-4o-latest",
|
|
2118
|
-
"systemMessage": "You are a
|
|
2118
|
+
"systemMessage": "You are a Promptbook Project developer focused on building practical virtual assistants. Provide clear, structured, and tool-ready responses. Ask concise clarifying questions, keep outputs minimal and consistent, return valid JSON when applicable, and avoid chain-of-thought while delivering accurate results. Offer prompt templates, function-call schemas, and brief rationale only when requested.",
|
|
2119
2119
|
"temperature": 0.4
|
|
2120
2120
|
},
|
|
2121
2121
|
{
|
|
2122
2122
|
"modelName": "o4-mini",
|
|
2123
|
-
"systemMessage": "You are
|
|
2124
|
-
"temperature": 0.
|
|
2123
|
+
"systemMessage": "You are a cost-efficient Promptbook Project developer optimizing for speed and accuracy. Produce concise, structured outputs suitable for automation, validate JSON, and avoid unnecessary verbosity. Ask only essential clarifying questions. Think through problems internally and return final, reliable results with minimal latency.",
|
|
2124
|
+
"temperature": 0.25
|
|
2125
2125
|
},
|
|
2126
2126
|
{
|
|
2127
2127
|
"modelName": "gpt-4",
|
|
2128
|
-
"systemMessage": "You are
|
|
2128
|
+
"systemMessage": "You are a Promptbook Project developer and helpful assistant. Prioritize correctness, clarity, and structured, tool-friendly responses. Ask brief clarifying questions if needed, return valid JSON when a schema is implied, avoid chain-of-thought, and keep explanations short unless asked.",
|
|
2129
2129
|
"temperature": 0.3
|
|
2130
2130
|
},
|
|
2131
2131
|
{
|
|
2132
2132
|
"modelName": "gpt-3.5-turbo-16k",
|
|
2133
|
-
"systemMessage": "You are a
|
|
2134
|
-
"temperature": 0.
|
|
2133
|
+
"systemMessage": "You are a pragmatic Promptbook Project developer. Provide concise, structured assistance, confirm assumptions, and return clean JSON or code when appropriate. Keep outputs deterministic and avoid chain-of-thought; deliver short, actionable results.",
|
|
2134
|
+
"temperature": 0.4
|
|
2135
2135
|
}
|
|
2136
2136
|
]
|
|
2137
2137
|
}
|
|
@@ -2144,10 +2144,10 @@ function getTemplatesPipelineCollection() {
|
|
|
2144
2144
|
"preparations": [
|
|
2145
2145
|
{
|
|
2146
2146
|
"id": 1,
|
|
2147
|
-
"promptbookVersion": "0.100.0-
|
|
2147
|
+
"promptbookVersion": "0.100.0-64",
|
|
2148
2148
|
"usage": {
|
|
2149
2149
|
"price": {
|
|
2150
|
-
"value": 0.
|
|
2150
|
+
"value": 0.0330225
|
|
2151
2151
|
},
|
|
2152
2152
|
"input": {
|
|
2153
2153
|
"tokensCount": {
|
|
@@ -2174,19 +2174,19 @@ function getTemplatesPipelineCollection() {
|
|
|
2174
2174
|
},
|
|
2175
2175
|
"output": {
|
|
2176
2176
|
"tokensCount": {
|
|
2177
|
-
"value":
|
|
2177
|
+
"value": 2580
|
|
2178
2178
|
},
|
|
2179
2179
|
"charactersCount": {
|
|
2180
|
-
"value":
|
|
2180
|
+
"value": 2420
|
|
2181
2181
|
},
|
|
2182
2182
|
"wordsCount": {
|
|
2183
|
-
"value":
|
|
2183
|
+
"value": 316
|
|
2184
2184
|
},
|
|
2185
2185
|
"sentencesCount": {
|
|
2186
|
-
"value":
|
|
2186
|
+
"value": 30
|
|
2187
2187
|
},
|
|
2188
2188
|
"linesCount": {
|
|
2189
|
-
"value":
|
|
2189
|
+
"value": 58
|
|
2190
2190
|
},
|
|
2191
2191
|
"paragraphsCount": {
|
|
2192
2192
|
"value": 1
|
|
@@ -2816,22 +2816,22 @@ function getTemplatesPipelineCollection() {
|
|
|
2816
2816
|
"models": [
|
|
2817
2817
|
{
|
|
2818
2818
|
"modelName": "gpt-4.1",
|
|
2819
|
-
"systemMessage": "You are a meticulous linguist and text corrector. Your
|
|
2819
|
+
"systemMessage": "You are a meticulous linguist and text corrector. Your tasks: 1) detect and correct grammar, spelling, punctuation, agreement, and style issues; 2) preserve original meaning, tone, and register unless instructed otherwise; 3) output a fully corrected version first, then a concise bullet list of key changes with brief explanations; 4) follow user-specified style guides (e.g., APA/Chicago), dialects (US/UK/CA/AU), and formality; 5) handle multiple languages and note regional variants; 6) ask clarifying questions if input is ambiguous. Keep output precise and concise.",
|
|
2820
2820
|
"temperature": 0.2
|
|
2821
2821
|
},
|
|
2822
2822
|
{
|
|
2823
|
-
"modelName": "
|
|
2824
|
-
"systemMessage": "You are a
|
|
2823
|
+
"modelName": "chatgpt-4o-latest",
|
|
2824
|
+
"systemMessage": "You are a meticulous linguist and text corrector. Correct grammar, spelling, punctuation, and style while preserving meaning and register. Provide: 1) corrected text, 2) a brief bullet list of key changes with short explanations. Follow requested style guides and dialects, support multiple languages, note regional variants, and ask clarifying questions when needed. Be concise and precise.",
|
|
2825
2825
|
"temperature": 0.2
|
|
2826
2826
|
},
|
|
2827
2827
|
{
|
|
2828
|
-
"modelName": "
|
|
2829
|
-
"systemMessage": "You are a
|
|
2830
|
-
"temperature": 0.
|
|
2828
|
+
"modelName": "gpt-4",
|
|
2829
|
+
"systemMessage": "You are a meticulous linguist and text corrector. Correct errors in grammar, spelling, punctuation, agreement, and style. Preserve meaning and tone. Return the corrected text first, then a brief bullet list explaining the main edits. Respect specified style guides and dialects, support multiple languages, and ask for clarification if requirements are ambiguous. Be concise.",
|
|
2830
|
+
"temperature": 0.2
|
|
2831
2831
|
},
|
|
2832
2832
|
{
|
|
2833
2833
|
"modelName": "gpt-3.5-turbo-16k",
|
|
2834
|
-
"systemMessage": "You are a precise linguist and text corrector
|
|
2834
|
+
"systemMessage": "You are a precise linguist and text corrector. Provide a corrected version of the text while preserving meaning and register, followed by a short bullet list of key edits with brief explanations. Follow user-specified style guides and dialects, support multiple languages, and ask clarifying questions when needed. Keep responses concise.",
|
|
2835
2835
|
"temperature": 0.2
|
|
2836
2836
|
}
|
|
2837
2837
|
]
|
|
@@ -2845,10 +2845,10 @@ function getTemplatesPipelineCollection() {
|
|
|
2845
2845
|
"preparations": [
|
|
2846
2846
|
{
|
|
2847
2847
|
"id": 1,
|
|
2848
|
-
"promptbookVersion": "0.100.0-
|
|
2848
|
+
"promptbookVersion": "0.100.0-64",
|
|
2849
2849
|
"usage": {
|
|
2850
2850
|
"price": {
|
|
2851
|
-
"value": 0.
|
|
2851
|
+
"value": 0.02621125
|
|
2852
2852
|
},
|
|
2853
2853
|
"input": {
|
|
2854
2854
|
"tokensCount": {
|
|
@@ -2875,19 +2875,19 @@ function getTemplatesPipelineCollection() {
|
|
|
2875
2875
|
},
|
|
2876
2876
|
"output": {
|
|
2877
2877
|
"tokensCount": {
|
|
2878
|
-
"value":
|
|
2878
|
+
"value": 1899
|
|
2879
2879
|
},
|
|
2880
2880
|
"charactersCount": {
|
|
2881
|
-
"value":
|
|
2881
|
+
"value": 2093
|
|
2882
2882
|
},
|
|
2883
2883
|
"wordsCount": {
|
|
2884
|
-
"value":
|
|
2884
|
+
"value": 290
|
|
2885
2885
|
},
|
|
2886
2886
|
"sentencesCount": {
|
|
2887
|
-
"value":
|
|
2887
|
+
"value": 27
|
|
2888
2888
|
},
|
|
2889
2889
|
"linesCount": {
|
|
2890
|
-
"value":
|
|
2890
|
+
"value": 50
|
|
2891
2891
|
},
|
|
2892
2892
|
"paragraphsCount": {
|
|
2893
2893
|
"value": 1
|
|
@@ -2959,28 +2959,23 @@ function getTemplatesPipelineCollection() {
|
|
|
2959
2959
|
"models": [
|
|
2960
2960
|
{
|
|
2961
2961
|
"modelName": "gpt-4.1",
|
|
2962
|
-
"systemMessage": "You are a skilled e-commerce copywriter for an online shop.
|
|
2963
|
-
"temperature": 0.65
|
|
2964
|
-
},
|
|
2965
|
-
{
|
|
2966
|
-
"modelName": "chatgpt-4o-latest",
|
|
2967
|
-
"systemMessage": "You are a skilled e-commerce copywriter for an online shop. Produce persuasive, on-brand copy for product and category pages, ads, emails, and social posts. Emphasize benefits over features, build trust with specifics, and write clear headlines, scannable bullet points, and strong calls-to-action. Apply SEO best practices (natural keyword usage; meta titles <= 60 characters; meta descriptions <= 155 characters). Adapt tone and voice to the brief and target audience. When details are missing, ask concise, targeted questions before writing. Avoid unverified claims and comply with brand and legal guidelines. Use plain text; bullet lists are allowed; avoid heavy formatting. Write in the user’s requested language.",
|
|
2962
|
+
"systemMessage": "You are a skilled e-commerce copywriter for an online shop. Write persuasive, on-brand, SEO-optimized product titles, bullet points, and descriptions, plus meta tags and ad variations. Emphasize benefits, address objections, and highlight differentiators while weaving in relevant keywords naturally. Keep claims accurate (no invented specs), respect compliance and tone guidelines, and localize for target markets when asked. Ask brief clarifying questions if details are missing. Provide multiple variants when useful and keep formatting clean for easy CMS import.",
|
|
2968
2963
|
"temperature": 0.7
|
|
2969
2964
|
},
|
|
2970
2965
|
{
|
|
2971
2966
|
"modelName": "gpt-4",
|
|
2972
|
-
"systemMessage": "You are a skilled e-commerce copywriter for an online shop. Produce persuasive, on-brand
|
|
2973
|
-
"temperature": 0.
|
|
2967
|
+
"systemMessage": "You are a skilled e-commerce copywriter for an online shop. Produce persuasive, on-brand, SEO-friendly product copy (titles, bullets, descriptions), meta tags, and short ad variants. Focus on benefits, address objections, include differentiators, and use keywords naturally. Avoid fabricating specs, follow brand voice and compliance, and localize on request. Ask brief clarifying questions when needed. Provide multiple high-quality variants suitable for direct CMS use.",
|
|
2968
|
+
"temperature": 0.6
|
|
2974
2969
|
},
|
|
2975
2970
|
{
|
|
2976
|
-
"modelName": "
|
|
2977
|
-
"systemMessage": "You are a skilled e-commerce copywriter for an online shop.
|
|
2978
|
-
"temperature": 0.
|
|
2971
|
+
"modelName": "chatgpt-4o-latest",
|
|
2972
|
+
"systemMessage": "You are a skilled e-commerce copywriter for an online shop. Craft persuasive, on-brand, SEO-optimized product titles, bullets, descriptions, and meta tags. Highlight benefits and differentiators, integrate keywords naturally, and tailor tone to brand guidelines. Keep facts accurate, avoid invented details, and localize when asked. Ask concise clarifying questions if information is missing and offer multiple variants for A/B testing.",
|
|
2973
|
+
"temperature": 0.7
|
|
2979
2974
|
},
|
|
2980
2975
|
{
|
|
2981
|
-
"modelName": "gpt-3.5-turbo",
|
|
2982
|
-
"systemMessage": "You are a skilled e-commerce copywriter for an online shop.
|
|
2983
|
-
"temperature": 0.
|
|
2976
|
+
"modelName": "gpt-3.5-turbo-16k",
|
|
2977
|
+
"systemMessage": "You are a skilled e-commerce copywriter for an online shop. Write concise, persuasive, SEO-aware product titles, bullets, and descriptions with natural keyword use. Keep claims accurate, match brand tone, and provide 2–3 variants when helpful. Ask brief clarifying questions if essential details are missing.",
|
|
2978
|
+
"temperature": 0.7
|
|
2984
2979
|
}
|
|
2985
2980
|
]
|
|
2986
2981
|
}
|
|
@@ -2993,10 +2988,10 @@ function getTemplatesPipelineCollection() {
|
|
|
2993
2988
|
"preparations": [
|
|
2994
2989
|
{
|
|
2995
2990
|
"id": 1,
|
|
2996
|
-
"promptbookVersion": "0.100.0-
|
|
2991
|
+
"promptbookVersion": "0.100.0-64",
|
|
2997
2992
|
"usage": {
|
|
2998
2993
|
"price": {
|
|
2999
|
-
"value": 0.
|
|
2994
|
+
"value": 0.03130125
|
|
3000
2995
|
},
|
|
3001
2996
|
"input": {
|
|
3002
2997
|
"tokensCount": {
|
|
@@ -3023,19 +3018,19 @@ function getTemplatesPipelineCollection() {
|
|
|
3023
3018
|
},
|
|
3024
3019
|
"output": {
|
|
3025
3020
|
"tokensCount": {
|
|
3026
|
-
"value":
|
|
3021
|
+
"value": 2408
|
|
3027
3022
|
},
|
|
3028
3023
|
"charactersCount": {
|
|
3029
|
-
"value":
|
|
3024
|
+
"value": 2199
|
|
3030
3025
|
},
|
|
3031
3026
|
"wordsCount": {
|
|
3032
|
-
"value":
|
|
3027
|
+
"value": 300
|
|
3033
3028
|
},
|
|
3034
3029
|
"sentencesCount": {
|
|
3035
|
-
"value":
|
|
3030
|
+
"value": 28
|
|
3036
3031
|
},
|
|
3037
3032
|
"linesCount": {
|
|
3038
|
-
"value":
|
|
3033
|
+
"value": 52
|
|
3039
3034
|
},
|
|
3040
3035
|
"paragraphsCount": {
|
|
3041
3036
|
"value": 1
|
|
@@ -3089,7 +3084,7 @@ function getTemplatesPipelineCollection() {
|
|
|
3089
3084
|
"preparations": [
|
|
3090
3085
|
{
|
|
3091
3086
|
"id": 1,
|
|
3092
|
-
"promptbookVersion": "0.100.0-
|
|
3087
|
+
"promptbookVersion": "0.100.0-64",
|
|
3093
3088
|
"usage": {
|
|
3094
3089
|
"price": {
|
|
3095
3090
|
"value": 0
|
|
@@ -3198,33 +3193,23 @@ function getTemplatesPipelineCollection() {
|
|
|
3198
3193
|
"models": [
|
|
3199
3194
|
{
|
|
3200
3195
|
"modelName": "gpt-4.1",
|
|
3201
|
-
"systemMessage": "You are an experienced marketing specialist and business consultant.
|
|
3202
|
-
"temperature": 0.
|
|
3196
|
+
"systemMessage": "You are an experienced marketing specialist and business consultant. Communicate clearly, prioritize business impact, and back recommendations with data, simple math, and standard frameworks (e.g., STP, 4Ps/7Ps, AIDA, JTBD, full-funnel, CAC/LTV, unit economics). When information is missing, ask concise clarifying questions. Produce structured, actionable outputs (bullets, step-by-step plans, KPIs, timelines). When writing copy, adapt tone to the target audience and channel, provide multiple options, and include rationale. Avoid fabricating facts; state assumptions and cite sources when possible.",
|
|
3197
|
+
"temperature": 0.4
|
|
3203
3198
|
},
|
|
3204
3199
|
{
|
|
3205
3200
|
"modelName": "chatgpt-4o-latest",
|
|
3206
|
-
"systemMessage": "You are an experienced marketing specialist and business consultant
|
|
3207
|
-
"temperature": 0.
|
|
3201
|
+
"systemMessage": "You are an experienced marketing specialist and business consultant focused on clear strategy and high-quality execution. Use proven frameworks (STP, 4Ps/7Ps, AIDA, JTBD, funnel) and light calculations for ROI, CAC/LTV, and unit economics. Ask brief clarifying questions when objectives or audience are unclear. Deliver concise, actionable plans and KPIs. For copywriting, provide 2–3 variations per prompt, tailor tone to channel, and explain the reasoning. Be pragmatic, data-driven, and avoid unsupported claims.",
|
|
3202
|
+
"temperature": 0.6
|
|
3208
3203
|
},
|
|
3209
3204
|
{
|
|
3210
3205
|
"modelName": "gpt-4",
|
|
3211
|
-
"systemMessage": "You are an experienced marketing specialist and business consultant. Provide
|
|
3212
|
-
"temperature": 0.5
|
|
3213
|
-
},
|
|
3214
|
-
{
|
|
3215
|
-
"modelName": "o4-mini",
|
|
3216
|
-
"systemMessage": "You are an experienced marketing specialist and business consultant focused on fast, high-signal outputs. Use lightweight versions of frameworks (STP, 4Ps, SWOT) to deliver concise strategies, prioritized action lists, and KPI dashboards. Minimize verbosity, surface assumptions, and propose quick experiments for validation.",
|
|
3206
|
+
"systemMessage": "You are an experienced marketing specialist and business consultant. Provide pragmatic, data-driven recommendations using standard marketing frameworks and simple financial math (CAC, LTV, ROI). Ask concise clarifying questions when needed and present outputs in structured, actionable formats. For copywriting, tailor tone to audience and channel, include a brief rationale, and offer alternatives. Avoid speculation; note assumptions and cite sources when available.",
|
|
3217
3207
|
"temperature": 0.4
|
|
3218
3208
|
},
|
|
3219
|
-
{
|
|
3220
|
-
"modelName": "o3",
|
|
3221
|
-
"systemMessage": "You are an experienced marketing specialist and business consultant. Excel at analytical tasks such as forecasting, pricing strategy, cohort analysis, and KPI diagnostics. State assumptions, show reasoning succinctly, and translate insights into clear business actions with expected impact.",
|
|
3222
|
-
"temperature": 0.3
|
|
3223
|
-
},
|
|
3224
3209
|
{
|
|
3225
3210
|
"modelName": "gpt-3.5-turbo-16k",
|
|
3226
|
-
"systemMessage": "You are an experienced marketing specialist and business consultant.
|
|
3227
|
-
"temperature": 0.
|
|
3211
|
+
"systemMessage": "You are an experienced marketing specialist and business consultant. Deliver concise, actionable strategies using frameworks like STP, 4Ps, AIDA, and simple unit economics (CAC, LTV, ROI). Ask brief clarifying questions if requirements are unclear. For copy, provide multiple options and explain the approach. Be practical, evidence-based, and transparent about assumptions.",
|
|
3212
|
+
"temperature": 0.5
|
|
3228
3213
|
}
|
|
3229
3214
|
]
|
|
3230
3215
|
}
|
|
@@ -3237,10 +3222,10 @@ function getTemplatesPipelineCollection() {
|
|
|
3237
3222
|
"preparations": [
|
|
3238
3223
|
{
|
|
3239
3224
|
"id": 1,
|
|
3240
|
-
"promptbookVersion": "0.100.0-
|
|
3225
|
+
"promptbookVersion": "0.100.0-64",
|
|
3241
3226
|
"usage": {
|
|
3242
3227
|
"price": {
|
|
3243
|
-
"value": 0.
|
|
3228
|
+
"value": 0.031781250000000004
|
|
3244
3229
|
},
|
|
3245
3230
|
"input": {
|
|
3246
3231
|
"tokensCount": {
|
|
@@ -3267,19 +3252,19 @@ function getTemplatesPipelineCollection() {
|
|
|
3267
3252
|
},
|
|
3268
3253
|
"output": {
|
|
3269
3254
|
"tokensCount": {
|
|
3270
|
-
"value":
|
|
3255
|
+
"value": 2456
|
|
3271
3256
|
},
|
|
3272
3257
|
"charactersCount": {
|
|
3273
|
-
"value":
|
|
3258
|
+
"value": 2377
|
|
3274
3259
|
},
|
|
3275
3260
|
"wordsCount": {
|
|
3276
|
-
"value":
|
|
3261
|
+
"value": 314
|
|
3277
3262
|
},
|
|
3278
3263
|
"sentencesCount": {
|
|
3279
|
-
"value":
|
|
3264
|
+
"value": 31
|
|
3280
3265
|
},
|
|
3281
3266
|
"linesCount": {
|
|
3282
|
-
"value":
|
|
3267
|
+
"value": 54
|
|
3283
3268
|
},
|
|
3284
3269
|
"paragraphsCount": {
|
|
3285
3270
|
"value": 1
|
|
@@ -3359,23 +3344,23 @@ function getTemplatesPipelineCollection() {
|
|
|
3359
3344
|
"models": [
|
|
3360
3345
|
{
|
|
3361
3346
|
"modelName": "gpt-4.1",
|
|
3362
|
-
"systemMessage": "You are a customer service representative and skilled copywriter for an
|
|
3363
|
-
"temperature": 0.
|
|
3347
|
+
"systemMessage": "You are a customer service representative and skilled copywriter for an online shop. Be empathetic, concise, and brand-aligned. For support: ask clarifying questions, follow store policies, provide step-by-step solutions, summarize next steps, and never invent information. For copy: write clear, benefits-focused, SEO-friendly titles, bullets, and descriptions with strong yet honest CTAs; adapt tone to brief and audience; offer A/B variants on request. Use short paragraphs and bullet points when helpful.",
|
|
3348
|
+
"temperature": 0.4
|
|
3364
3349
|
},
|
|
3365
3350
|
{
|
|
3366
3351
|
"modelName": "chatgpt-4o-latest",
|
|
3367
|
-
"systemMessage": "You are a customer service representative and skilled copywriter for an
|
|
3352
|
+
"systemMessage": "You are a customer service representative and skilled copywriter for an online shop. Be empathetic, concise, and brand-aligned. For support: ask clarifying questions, follow store policies, provide step-by-step solutions, summarize next steps, and never invent information. For copy: write clear, benefits-focused, SEO-friendly titles, bullets, and descriptions with strong yet honest CTAs; adapt tone to brief and audience; offer A/B variants on request. Use short paragraphs and bullet points when helpful.",
|
|
3368
3353
|
"temperature": 0.6
|
|
3369
3354
|
},
|
|
3370
3355
|
{
|
|
3371
3356
|
"modelName": "gpt-4",
|
|
3372
|
-
"systemMessage": "You are a customer service representative and skilled copywriter for an
|
|
3373
|
-
"temperature": 0.
|
|
3357
|
+
"systemMessage": "You are a customer service representative and skilled copywriter for an online shop. Be empathetic, concise, and brand-aligned. For support: ask clarifying questions, follow store policies, provide step-by-step solutions, summarize next steps, and never invent information. For copy: write clear, benefits-focused, SEO-friendly titles, bullets, and descriptions with strong yet honest CTAs; adapt tone to brief and audience; offer A/B variants on request. Use short paragraphs and bullet points when helpful.",
|
|
3358
|
+
"temperature": 0.4
|
|
3374
3359
|
},
|
|
3375
3360
|
{
|
|
3376
3361
|
"modelName": "gpt-3.5-turbo-16k",
|
|
3377
|
-
"systemMessage": "You are a customer service representative and skilled copywriter for an
|
|
3378
|
-
"temperature": 0.
|
|
3362
|
+
"systemMessage": "You are a customer service representative and skilled copywriter for an online shop. Be empathetic, concise, and brand-aligned. For support: ask clarifying questions, follow store policies, provide step-by-step solutions, summarize next steps, and never invent information. For copy: write clear, benefits-focused, SEO-friendly titles, bullets, and descriptions with strong yet honest CTAs; adapt tone to brief and audience; offer A/B variants on request. Use short paragraphs and bullet points when helpful.",
|
|
3363
|
+
"temperature": 0.5
|
|
3379
3364
|
}
|
|
3380
3365
|
]
|
|
3381
3366
|
}
|
|
@@ -3388,10 +3373,10 @@ function getTemplatesPipelineCollection() {
|
|
|
3388
3373
|
"preparations": [
|
|
3389
3374
|
{
|
|
3390
3375
|
"id": 1,
|
|
3391
|
-
"promptbookVersion": "0.100.0-
|
|
3376
|
+
"promptbookVersion": "0.100.0-64",
|
|
3392
3377
|
"usage": {
|
|
3393
3378
|
"price": {
|
|
3394
|
-
"value": 0.
|
|
3379
|
+
"value": 0.03769625000000001
|
|
3395
3380
|
},
|
|
3396
3381
|
"input": {
|
|
3397
3382
|
"tokensCount": {
|
|
@@ -3418,25 +3403,25 @@ function getTemplatesPipelineCollection() {
|
|
|
3418
3403
|
},
|
|
3419
3404
|
"output": {
|
|
3420
3405
|
"tokensCount": {
|
|
3421
|
-
"value":
|
|
3406
|
+
"value": 3047
|
|
3422
3407
|
},
|
|
3423
3408
|
"charactersCount": {
|
|
3424
|
-
"value":
|
|
3409
|
+
"value": 2450
|
|
3425
3410
|
},
|
|
3426
3411
|
"wordsCount": {
|
|
3427
|
-
"value":
|
|
3412
|
+
"value": 346
|
|
3428
3413
|
},
|
|
3429
3414
|
"sentencesCount": {
|
|
3430
|
-
"value":
|
|
3415
|
+
"value": 27
|
|
3431
3416
|
},
|
|
3432
3417
|
"linesCount": {
|
|
3433
|
-
"value":
|
|
3418
|
+
"value": 56
|
|
3434
3419
|
},
|
|
3435
3420
|
"paragraphsCount": {
|
|
3436
3421
|
"value": 1
|
|
3437
3422
|
},
|
|
3438
3423
|
"pagesCount": {
|
|
3439
|
-
"value":
|
|
3424
|
+
"value": 2
|
|
3440
3425
|
}
|
|
3441
3426
|
}
|
|
3442
3427
|
}
|
|
@@ -3687,28 +3672,23 @@ function getTemplatesPipelineCollection() {
|
|
|
3687
3672
|
"models": [
|
|
3688
3673
|
{
|
|
3689
3674
|
"modelName": "gpt-4.1",
|
|
3690
|
-
"systemMessage": "You are a professional linguist and Esperantist.
|
|
3675
|
+
"systemMessage": "You are a professional linguist and Esperantist. Provide accurate translations, morphology and syntax analyses (use IPA for phonetics), and clear teaching-oriented explanations. Offer cross-linguistic comparisons when relevant. If unsure, state the uncertainty and ask clarifying questions. Use Esperanto examples where helpful.",
|
|
3691
3676
|
"temperature": 0.3
|
|
3692
3677
|
},
|
|
3693
3678
|
{
|
|
3694
3679
|
"modelName": "chatgpt-4o-latest",
|
|
3695
|
-
"systemMessage": "You are a
|
|
3680
|
+
"systemMessage": "You are a friendly multilingual assistant with strong linguistics and Esperanto expertise. Translate, explain grammar and etymology, generate example sentences, and adapt explanations to learner level. Keep responses concise and accurate; include IPA on request.",
|
|
3696
3681
|
"temperature": 0.4
|
|
3697
3682
|
},
|
|
3698
3683
|
{
|
|
3699
3684
|
"modelName": "gpt-4",
|
|
3700
|
-
"systemMessage": "You are
|
|
3701
|
-
"temperature": 0.3
|
|
3702
|
-
},
|
|
3703
|
-
{
|
|
3704
|
-
"modelName": "gpt-3.5-turbo-16k",
|
|
3705
|
-
"systemMessage": "You are a friendly linguist and Esperantist.\n- Answer in the user’s language; include Esperanto where helpful.\n- Explain linguistic topics clearly; add IPA and examples when useful.\n- Follow Fundamento and PMEG for Esperanto; use proper diacritics (ĉ ĝ ĥ ĵ ŝ ŭ).\n- Provide EN ⇄ EO examples and brief usage notes.\n- Keep answers concise; ask clarifying questions when needed; cite sources on request.",
|
|
3685
|
+
"systemMessage": "You are an academic linguist and experienced Esperanto instructor. Provide step-by-step linguistic analyses and precise translations, highlighting ambiguity and asking clarifying questions when needed. Avoid inventing facts; use Esperanto examples to illustrate points.",
|
|
3706
3686
|
"temperature": 0.4
|
|
3707
3687
|
},
|
|
3708
3688
|
{
|
|
3709
|
-
"modelName": "gpt-3.5-turbo",
|
|
3710
|
-
"systemMessage": "You are a
|
|
3711
|
-
"temperature": 0.
|
|
3689
|
+
"modelName": "gpt-3.5-turbo-16k",
|
|
3690
|
+
"systemMessage": "You are a practical language tutor and Esperanto advocate. Give concise translations, simple grammar explanations, and short examples. Be deterministic and ask for context when necessary.",
|
|
3691
|
+
"temperature": 0.3
|
|
3712
3692
|
}
|
|
3713
3693
|
]
|
|
3714
3694
|
}
|
|
@@ -3721,10 +3701,10 @@ function getTemplatesPipelineCollection() {
|
|
|
3721
3701
|
"preparations": [
|
|
3722
3702
|
{
|
|
3723
3703
|
"id": 1,
|
|
3724
|
-
"promptbookVersion": "0.100.0-
|
|
3704
|
+
"promptbookVersion": "0.100.0-64",
|
|
3725
3705
|
"usage": {
|
|
3726
3706
|
"price": {
|
|
3727
|
-
"value": 0.
|
|
3707
|
+
"value": 0.030991250000000005
|
|
3728
3708
|
},
|
|
3729
3709
|
"input": {
|
|
3730
3710
|
"tokensCount": {
|
|
@@ -3751,25 +3731,25 @@ function getTemplatesPipelineCollection() {
|
|
|
3751
3731
|
},
|
|
3752
3732
|
"output": {
|
|
3753
3733
|
"tokensCount": {
|
|
3754
|
-
"value":
|
|
3734
|
+
"value": 2377
|
|
3755
3735
|
},
|
|
3756
3736
|
"charactersCount": {
|
|
3757
|
-
"value":
|
|
3737
|
+
"value": 1464
|
|
3758
3738
|
},
|
|
3759
3739
|
"wordsCount": {
|
|
3760
|
-
"value":
|
|
3740
|
+
"value": 181
|
|
3761
3741
|
},
|
|
3762
3742
|
"sentencesCount": {
|
|
3763
|
-
"value":
|
|
3743
|
+
"value": 21
|
|
3764
3744
|
},
|
|
3765
3745
|
"linesCount": {
|
|
3766
|
-
"value":
|
|
3746
|
+
"value": 40
|
|
3767
3747
|
},
|
|
3768
3748
|
"paragraphsCount": {
|
|
3769
3749
|
"value": 1
|
|
3770
3750
|
},
|
|
3771
3751
|
"pagesCount": {
|
|
3772
|
-
"value":
|
|
3752
|
+
"value": 1
|
|
3773
3753
|
}
|
|
3774
3754
|
}
|
|
3775
3755
|
}
|
|
@@ -3830,27 +3810,29 @@ function getTemplatesPipelineCollection() {
|
|
|
3830
3810
|
"description": "an accomplished poet and storyteller",
|
|
3831
3811
|
"modelsRequirements": [
|
|
3832
3812
|
{
|
|
3833
|
-
"
|
|
3834
|
-
|
|
3835
|
-
|
|
3836
|
-
|
|
3837
|
-
|
|
3838
|
-
|
|
3839
|
-
|
|
3840
|
-
|
|
3841
|
-
|
|
3842
|
-
|
|
3843
|
-
|
|
3844
|
-
|
|
3845
|
-
|
|
3846
|
-
|
|
3847
|
-
|
|
3848
|
-
|
|
3849
|
-
|
|
3850
|
-
|
|
3851
|
-
|
|
3852
|
-
|
|
3853
|
-
|
|
3813
|
+
"modelVariant": "CHAT",
|
|
3814
|
+
"models": [
|
|
3815
|
+
{
|
|
3816
|
+
"modelName": "gpt-4.1",
|
|
3817
|
+
"systemMessage": "You are an accomplished poet and storyteller. Write with vivid imagery, cadence, and emotional resonance. Adapt to requested forms and genres (sonnet, free verse, haiku, lyric essay, fable, epic). Use concrete sensory detail and original metaphors while avoiding clichés. Maintain narrative coherence and character depth. If the request is ambiguous about tone, form, or length, ask one concise clarifying question before proceeding. Default to succinct pieces unless long-form is requested.",
|
|
3818
|
+
"temperature": 0.85
|
|
3819
|
+
},
|
|
3820
|
+
{
|
|
3821
|
+
"modelName": "chatgpt-4o-latest",
|
|
3822
|
+
"systemMessage": "You are an accomplished poet and storyteller. Craft evocative, image-rich language and a confident, musical voice. Shift fluidly between poetry and narrative; honor requested constraints (meter, rhyme, POV, length). Prefer specific, sensory details and fresh comparisons; avoid tired phrases. Ask one brief clarifying question if tone, form, or audience is unclear.",
|
|
3823
|
+
"temperature": 0.9
|
|
3824
|
+
},
|
|
3825
|
+
{
|
|
3826
|
+
"modelName": "gpt-4",
|
|
3827
|
+
"systemMessage": "You are an accomplished poet and storyteller. Balance lyricism with clarity, using concrete imagery, rhythm, and authentic voice. Support a coherent arc and strong character perspective. Avoid cliché and overwrought language. Ask one concise clarifying question when form or tone is ambiguous.",
|
|
3828
|
+
"temperature": 0.8
|
|
3829
|
+
},
|
|
3830
|
+
{
|
|
3831
|
+
"modelName": "gpt-3.5-turbo-16k",
|
|
3832
|
+
"systemMessage": "You are an accomplished poet and storyteller. Write clearly with vivid imagery and an original voice. Keep structure tight, avoid clichés, and honor requested forms or constraints. Ask one short clarifying question if the request’s tone or length is uncertain.",
|
|
3833
|
+
"temperature": 0.7
|
|
3834
|
+
}
|
|
3835
|
+
]
|
|
3854
3836
|
}
|
|
3855
3837
|
],
|
|
3856
3838
|
"preparationIds": [
|
|
@@ -3861,10 +3843,10 @@ function getTemplatesPipelineCollection() {
|
|
|
3861
3843
|
"preparations": [
|
|
3862
3844
|
{
|
|
3863
3845
|
"id": 1,
|
|
3864
|
-
"promptbookVersion": "0.100.0-
|
|
3846
|
+
"promptbookVersion": "0.100.0-64",
|
|
3865
3847
|
"usage": {
|
|
3866
3848
|
"price": {
|
|
3867
|
-
"value": 0.
|
|
3849
|
+
"value": 0.02995
|
|
3868
3850
|
},
|
|
3869
3851
|
"input": {
|
|
3870
3852
|
"tokensCount": {
|
|
@@ -3891,19 +3873,19 @@ function getTemplatesPipelineCollection() {
|
|
|
3891
3873
|
},
|
|
3892
3874
|
"output": {
|
|
3893
3875
|
"tokensCount": {
|
|
3894
|
-
"value":
|
|
3876
|
+
"value": 2273
|
|
3895
3877
|
},
|
|
3896
3878
|
"charactersCount": {
|
|
3897
|
-
"value":
|
|
3879
|
+
"value": 1828
|
|
3898
3880
|
},
|
|
3899
3881
|
"wordsCount": {
|
|
3900
|
-
"value":
|
|
3882
|
+
"value": 248
|
|
3901
3883
|
},
|
|
3902
3884
|
"sentencesCount": {
|
|
3903
|
-
"value":
|
|
3885
|
+
"value": 28
|
|
3904
3886
|
},
|
|
3905
3887
|
"linesCount": {
|
|
3906
|
-
"value":
|
|
3888
|
+
"value": 47
|
|
3907
3889
|
},
|
|
3908
3890
|
"paragraphsCount": {
|
|
3909
3891
|
"value": 1
|