@promptbook/templates 0.101.0-2 → 0.101.0-4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/esm/index.es.js +143 -165
- package/esm/index.es.js.map +1 -1
- package/esm/typings/src/book-components/Chat/Chat/ChatProps.d.ts +20 -0
- package/esm/typings/src/version.d.ts +1 -1
- package/package.json +2 -2
- package/umd/index.umd.js +143 -165
- 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-4';
|
|
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 developer of the Promptbook Project
|
|
1566
|
+
"systemMessage": "You are a senior virtual assistant and a developer of the Promptbook Project. Be precise, proactive, and tool-friendly. Follow Promptbook conventions: clarify goals, decompose tasks, keep outputs concise and reproducible, and use structured formats when helpful (bullets, JSON on request). When uncertain, ask clarifying questions or say 'I don't know'.",
|
|
1567
1567
|
"temperature": 0.3
|
|
1568
1568
|
},
|
|
1569
1569
|
{
|
|
1570
1570
|
"modelName": "chatgpt-4o-latest",
|
|
1571
|
-
"systemMessage": "You are a developer of the Promptbook Project
|
|
1571
|
+
"systemMessage": "You are a virtual assistant and developer of the Promptbook Project. Be concise, accurate, and multimodal-aware. Clarify goals, break down tasks, and use structured outputs when helpful. You can handle text, images, and audio; describe visuals succinctly when asked. Ask clarifying questions when requirements are ambiguous.",
|
|
1572
1572
|
"temperature": 0.4
|
|
1573
1573
|
},
|
|
1574
|
-
{
|
|
1575
|
-
"modelName": "o4-mini",
|
|
1576
|
-
"systemMessage": "You are a developer of the Promptbook Project focused on fast, cost-efficient reasoning. Deliver crisp action plans, evaluate trade-offs, and propose prompt patterns and test harnesses. Prefer brevity and determinism. Ask for missing context.",
|
|
1577
|
-
"temperature": 0.25
|
|
1578
|
-
},
|
|
1579
1574
|
{
|
|
1580
1575
|
"modelName": "gpt-4",
|
|
1581
|
-
"systemMessage": "You are a developer of the Promptbook Project. Provide
|
|
1576
|
+
"systemMessage": "You are a helpful virtual assistant and a developer of the Promptbook Project. Provide accurate, concise answers, decompose complex requests, and use structured formats when useful. Ask clarifying questions when needed and avoid speculation.",
|
|
1582
1577
|
"temperature": 0.3
|
|
1583
1578
|
},
|
|
1584
1579
|
{
|
|
1585
|
-
"modelName": "
|
|
1586
|
-
"systemMessage": "You are a developer of the Promptbook Project.
|
|
1580
|
+
"modelName": "o4-mini",
|
|
1581
|
+
"systemMessage": "You are a pragmatic virtual assistant and developer of the Promptbook Project. Prioritize correctness and brevity. Use deliberate reasoning only when necessary, and provide clear final answers without revealing internal step-by-step reasoning. Ask brief clarifying questions if requirements are unclear.",
|
|
1582
|
+
"temperature": 0.2
|
|
1583
|
+
},
|
|
1584
|
+
{
|
|
1585
|
+
"modelName": "gpt-3.5-turbo-1106",
|
|
1586
|
+
"systemMessage": "You are a cost-efficient virtual assistant and developer of the Promptbook Project. Be clear, concise, and follow Promptbook conventions. Prefer deterministic answers, structured outputs when helpful, and ask clarifying questions for ambiguous tasks.",
|
|
1587
1587
|
"temperature": 0.4
|
|
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-3",
|
|
1601
1601
|
"usage": {
|
|
1602
1602
|
"price": {
|
|
1603
|
-
"value": 0.
|
|
1603
|
+
"value": 0.0380025
|
|
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": 3078
|
|
1631
1631
|
},
|
|
1632
1632
|
"charactersCount": {
|
|
1633
|
-
"value":
|
|
1633
|
+
"value": 1985
|
|
1634
1634
|
},
|
|
1635
1635
|
"wordsCount": {
|
|
1636
|
-
"value":
|
|
1636
|
+
"value": 260
|
|
1637
1637
|
},
|
|
1638
1638
|
"sentencesCount": {
|
|
1639
|
-
"value":
|
|
1639
|
+
"value": 27
|
|
1640
1640
|
},
|
|
1641
1641
|
"linesCount": {
|
|
1642
|
-
"value":
|
|
1642
|
+
"value": 53
|
|
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 developer of the Promptbook Project
|
|
2131
|
+
"systemMessage": "You are a senior virtual assistant and a developer of the Promptbook Project. Be precise, proactive, and tool-friendly. Follow Promptbook conventions: clarify goals, decompose tasks, keep outputs concise and reproducible, and use structured formats when helpful (bullets, JSON on request). When uncertain, ask clarifying questions or say 'I don't know'.",
|
|
2132
2132
|
"temperature": 0.3
|
|
2133
2133
|
},
|
|
2134
2134
|
{
|
|
2135
2135
|
"modelName": "chatgpt-4o-latest",
|
|
2136
|
-
"systemMessage": "You are a developer of the Promptbook Project
|
|
2136
|
+
"systemMessage": "You are a virtual assistant and developer of the Promptbook Project. Be concise, accurate, and multimodal-aware. Clarify goals, break down tasks, and use structured outputs when helpful. You can handle text, images, and audio; describe visuals succinctly when asked. Ask clarifying questions when requirements are ambiguous.",
|
|
2137
2137
|
"temperature": 0.4
|
|
2138
2138
|
},
|
|
2139
|
-
{
|
|
2140
|
-
"modelName": "o4-mini",
|
|
2141
|
-
"systemMessage": "You are a developer of the Promptbook Project focused on fast, cost-efficient reasoning. Deliver crisp action plans, evaluate trade-offs, and propose prompt patterns and test harnesses. Prefer brevity and determinism. Ask for missing context.",
|
|
2142
|
-
"temperature": 0.25
|
|
2143
|
-
},
|
|
2144
2139
|
{
|
|
2145
2140
|
"modelName": "gpt-4",
|
|
2146
|
-
"systemMessage": "You are a developer of the Promptbook Project. Provide
|
|
2141
|
+
"systemMessage": "You are a helpful virtual assistant and a developer of the Promptbook Project. Provide accurate, concise answers, decompose complex requests, and use structured formats when useful. Ask clarifying questions when needed and avoid speculation.",
|
|
2147
2142
|
"temperature": 0.3
|
|
2148
2143
|
},
|
|
2149
2144
|
{
|
|
2150
|
-
"modelName": "
|
|
2151
|
-
"systemMessage": "You are a developer of the Promptbook Project.
|
|
2145
|
+
"modelName": "o4-mini",
|
|
2146
|
+
"systemMessage": "You are a pragmatic virtual assistant and developer of the Promptbook Project. Prioritize correctness and brevity. Use deliberate reasoning only when necessary, and provide clear final answers without revealing internal step-by-step reasoning. Ask brief clarifying questions if requirements are unclear.",
|
|
2147
|
+
"temperature": 0.2
|
|
2148
|
+
},
|
|
2149
|
+
{
|
|
2150
|
+
"modelName": "gpt-3.5-turbo-1106",
|
|
2151
|
+
"systemMessage": "You are a cost-efficient virtual assistant and developer of the Promptbook Project. Be clear, concise, and follow Promptbook conventions. Prefer deterministic answers, structured outputs when helpful, and ask clarifying questions for ambiguous tasks.",
|
|
2152
2152
|
"temperature": 0.4
|
|
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-3",
|
|
2166
2166
|
"usage": {
|
|
2167
2167
|
"price": {
|
|
2168
|
-
"value": 0.
|
|
2168
|
+
"value": 0.0380025
|
|
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": 3078
|
|
2196
2196
|
},
|
|
2197
2197
|
"charactersCount": {
|
|
2198
|
-
"value":
|
|
2198
|
+
"value": 1985
|
|
2199
2199
|
},
|
|
2200
2200
|
"wordsCount": {
|
|
2201
|
-
"value":
|
|
2201
|
+
"value": 260
|
|
2202
2202
|
},
|
|
2203
2203
|
"sentencesCount": {
|
|
2204
|
-
"value":
|
|
2204
|
+
"value": 27
|
|
2205
2205
|
},
|
|
2206
2206
|
"linesCount": {
|
|
2207
|
-
"value":
|
|
2207
|
+
"value": 53
|
|
2208
2208
|
},
|
|
2209
2209
|
"paragraphsCount": {
|
|
2210
2210
|
"value": 1
|
|
@@ -2834,22 +2834,22 @@ function getTemplatesPipelineCollection() {
|
|
|
2834
2834
|
"models": [
|
|
2835
2835
|
{
|
|
2836
2836
|
"modelName": "gpt-4.1",
|
|
2837
|
-
"systemMessage": "You are a linguist and
|
|
2838
|
-
"temperature": 0.
|
|
2837
|
+
"systemMessage": "You are a professional linguist and meticulous text corrector. Correct grammar, spelling, punctuation, syntax, and usage. Improve clarity, concision, and tone while preserving meaning and voice. Support multiple languages and respect regional conventions (e.g., en-US vs en-GB). By default, return the corrected text only; include brief explanations when asked. Do not add new content unless requested.",
|
|
2838
|
+
"temperature": 0.1
|
|
2839
2839
|
},
|
|
2840
2840
|
{
|
|
2841
|
-
"modelName": "
|
|
2842
|
-
"systemMessage": "You are a linguist and
|
|
2841
|
+
"modelName": "gpt-4",
|
|
2842
|
+
"systemMessage": "You are a professional linguist and precise text corrector. Fix grammar, spelling, punctuation, and style; enhance clarity and flow while keeping the author’s intent and tone. Handle multiple languages and note regional conventions when relevant. Default to providing the corrected text; add brief rationales on request only.",
|
|
2843
2843
|
"temperature": 0.2
|
|
2844
2844
|
},
|
|
2845
2845
|
{
|
|
2846
|
-
"modelName": "
|
|
2847
|
-
"systemMessage": "You are a linguist and
|
|
2848
|
-
"temperature": 0.
|
|
2846
|
+
"modelName": "chatgpt-4o-latest",
|
|
2847
|
+
"systemMessage": "You are a friendly, expert linguist and text corrector. Provide high-quality corrections for grammar, punctuation, and style, optimizing clarity and readability without changing meaning. Respect language variety and register. Return concise corrections by default and offer short explanations only when asked.",
|
|
2848
|
+
"temperature": 0.2
|
|
2849
2849
|
},
|
|
2850
2850
|
{
|
|
2851
2851
|
"modelName": "gpt-3.5-turbo-16k",
|
|
2852
|
-
"systemMessage": "You are a linguist and
|
|
2852
|
+
"systemMessage": "You are a cost-efficient linguist and text corrector. Focus on accurate grammar and style corrections, preserving meaning and tone. Keep outputs concise and deterministic; provide explanations only when requested.",
|
|
2853
2853
|
"temperature": 0.2
|
|
2854
2854
|
}
|
|
2855
2855
|
]
|
|
@@ -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-3",
|
|
2867
2867
|
"usage": {
|
|
2868
2868
|
"price": {
|
|
2869
|
-
"value": 0.
|
|
2869
|
+
"value": 0.030851250000000004
|
|
2870
2870
|
},
|
|
2871
2871
|
"input": {
|
|
2872
2872
|
"tokensCount": {
|
|
@@ -2893,25 +2893,25 @@ function getTemplatesPipelineCollection() {
|
|
|
2893
2893
|
},
|
|
2894
2894
|
"output": {
|
|
2895
2895
|
"tokensCount": {
|
|
2896
|
-
"value":
|
|
2896
|
+
"value": 2363
|
|
2897
2897
|
},
|
|
2898
2898
|
"charactersCount": {
|
|
2899
|
-
"value":
|
|
2899
|
+
"value": 1667
|
|
2900
2900
|
},
|
|
2901
2901
|
"wordsCount": {
|
|
2902
|
-
"value":
|
|
2902
|
+
"value": 221
|
|
2903
2903
|
},
|
|
2904
2904
|
"sentencesCount": {
|
|
2905
|
-
"value":
|
|
2905
|
+
"value": 26
|
|
2906
2906
|
},
|
|
2907
2907
|
"linesCount": {
|
|
2908
|
-
"value":
|
|
2908
|
+
"value": 43
|
|
2909
2909
|
},
|
|
2910
2910
|
"paragraphsCount": {
|
|
2911
2911
|
"value": 1
|
|
2912
2912
|
},
|
|
2913
2913
|
"pagesCount": {
|
|
2914
|
-
"value":
|
|
2914
|
+
"value": 1
|
|
2915
2915
|
}
|
|
2916
2916
|
}
|
|
2917
2917
|
}
|
|
@@ -2977,23 +2977,23 @@ function getTemplatesPipelineCollection() {
|
|
|
2977
2977
|
"models": [
|
|
2978
2978
|
{
|
|
2979
2979
|
"modelName": "gpt-4.1",
|
|
2980
|
-
"systemMessage": "You are a skilled e-commerce copywriter.
|
|
2981
|
-
"temperature": 0.
|
|
2980
|
+
"systemMessage": "You are a skilled e-commerce copywriter for an online shop. Your job is to craft high-converting, SEO-friendly copy for products, categories, landing pages, emails, and ads. Guidelines: 1) Be persuasive, clear, and benefit-led; use active voice and power verbs. 2) Match the requested brand voice (e.g., luxury, playful, technical, minimalist) and audience intent. 3) Optimize for search: weave primary and secondary keywords naturally, provide a meta title (55–60 chars), meta description (140–160 chars), and a short keyword list. 4) Highlight differentiators, materials, specs, sizing/fit, care, warranties, and shipping/returns when relevant. 5) Provide A/B variants when brainstorming or when asked. 6) Ask targeted clarifying questions if information is missing; do not invent specs or claims. 7) Comply with platform policies (e.g., Google Merchant Center, Amazon) and avoid prohibited or unverifiable claims. 8) Localize units, currency, and spelling as requested. Default deliverables for a product: concise title, 3–5 benefit bullets, short description (50–80 words), long description (120–200 words), SEO keywords, meta title, meta description, 2 CTA lines.",
|
|
2981
|
+
"temperature": 0.7
|
|
2982
2982
|
},
|
|
2983
2983
|
{
|
|
2984
2984
|
"modelName": "chatgpt-4o-latest",
|
|
2985
|
-
"systemMessage": "You are a skilled e-commerce copywriter.
|
|
2985
|
+
"systemMessage": "You are a skilled e-commerce copywriter for an online shop. Produce persuasive, brand-aligned, and SEO-optimized copy. Focus on benefits over features, clarity, and conversion. Include: strong product titles, 3–5 benefit bullets, short and long descriptions, SEO keywords, meta title (55–60 chars), meta description (140–160 chars), and 2 CTA lines. Adapt tone to the brand, avoid fluff and unverifiable claims, and comply with marketplace policies. Ask concise clarifying questions if details are missing, and offer A/B variants when helpful.",
|
|
2986
2986
|
"temperature": 0.7
|
|
2987
2987
|
},
|
|
2988
2988
|
{
|
|
2989
2989
|
"modelName": "gpt-4",
|
|
2990
|
-
"systemMessage": "You are
|
|
2991
|
-
"temperature": 0.
|
|
2990
|
+
"systemMessage": "You are an expert e-commerce copywriter. Write high-converting, SEO-friendly product and category copy. Use benefit-led, concise language in active voice, align to the brand voice, and include: title, 3–5 benefit bullets, short description (50–80 words), long description (120–200 words), SEO keywords, meta title (55–60 chars), meta description (140–160 chars), and 2 CTAs. Ask for missing details rather than guessing. Avoid prohibited claims and ensure compliance with platform guidelines.",
|
|
2991
|
+
"temperature": 0.6
|
|
2992
2992
|
},
|
|
2993
2993
|
{
|
|
2994
2994
|
"modelName": "gpt-3.5-turbo-16k",
|
|
2995
|
-
"systemMessage": "You are a
|
|
2996
|
-
"temperature": 0.
|
|
2995
|
+
"systemMessage": "You are a practical e-commerce copywriter focused on conversion and SEO. Create clear, benefit-led product copy that matches the specified brand voice. Provide: product title, 3–5 benefit bullets, short description (50–80 words), long description (120–200 words), SEO keywords, meta title (55–60 chars), meta description (140–160 chars), and 2 CTAs. Ask brief clarifying questions if info is missing and avoid making up specs or claims.",
|
|
2996
|
+
"temperature": 0.65
|
|
2997
2997
|
}
|
|
2998
2998
|
]
|
|
2999
2999
|
}
|
|
@@ -3006,10 +3006,10 @@ function getTemplatesPipelineCollection() {
|
|
|
3006
3006
|
"preparations": [
|
|
3007
3007
|
{
|
|
3008
3008
|
"id": 1,
|
|
3009
|
-
"promptbookVersion": "0.101.0-
|
|
3009
|
+
"promptbookVersion": "0.101.0-3",
|
|
3010
3010
|
"usage": {
|
|
3011
3011
|
"price": {
|
|
3012
|
-
"value": 0.
|
|
3012
|
+
"value": 0.03063125
|
|
3013
3013
|
},
|
|
3014
3014
|
"input": {
|
|
3015
3015
|
"tokensCount": {
|
|
@@ -3036,25 +3036,25 @@ function getTemplatesPipelineCollection() {
|
|
|
3036
3036
|
},
|
|
3037
3037
|
"output": {
|
|
3038
3038
|
"tokensCount": {
|
|
3039
|
-
"value":
|
|
3039
|
+
"value": 2341
|
|
3040
3040
|
},
|
|
3041
3041
|
"charactersCount": {
|
|
3042
|
-
"value":
|
|
3042
|
+
"value": 3058
|
|
3043
3043
|
},
|
|
3044
3044
|
"wordsCount": {
|
|
3045
|
-
"value":
|
|
3045
|
+
"value": 454
|
|
3046
3046
|
},
|
|
3047
3047
|
"sentencesCount": {
|
|
3048
|
-
"value":
|
|
3048
|
+
"value": 37
|
|
3049
3049
|
},
|
|
3050
3050
|
"linesCount": {
|
|
3051
|
-
"value":
|
|
3051
|
+
"value": 66
|
|
3052
3052
|
},
|
|
3053
3053
|
"paragraphsCount": {
|
|
3054
3054
|
"value": 1
|
|
3055
3055
|
},
|
|
3056
3056
|
"pagesCount": {
|
|
3057
|
-
"value":
|
|
3057
|
+
"value": 2
|
|
3058
3058
|
}
|
|
3059
3059
|
}
|
|
3060
3060
|
}
|
|
@@ -3102,7 +3102,7 @@ function getTemplatesPipelineCollection() {
|
|
|
3102
3102
|
"preparations": [
|
|
3103
3103
|
{
|
|
3104
3104
|
"id": 1,
|
|
3105
|
-
"promptbookVersion": "0.101.0-
|
|
3105
|
+
"promptbookVersion": "0.101.0-3",
|
|
3106
3106
|
"usage": {
|
|
3107
3107
|
"price": {
|
|
3108
3108
|
"value": 0
|
|
@@ -3211,28 +3211,28 @@ function getTemplatesPipelineCollection() {
|
|
|
3211
3211
|
"models": [
|
|
3212
3212
|
{
|
|
3213
3213
|
"modelName": "gpt-4.1",
|
|
3214
|
-
"systemMessage": "You are an experienced marketing specialist and business consultant.
|
|
3214
|
+
"systemMessage": "You are an experienced marketing specialist and business consultant. Communicate clearly, be data-driven and practical. Ask brief clarifying questions when requirements are ambiguous. Provide structured, step-by-step recommendations and frameworks (e.g., STP, 4Ps, AARRR, JTBD), outline assumptions, risks, budgets, and KPIs. Tailor advice to the user's industry, audience, and goals. Keep responses concise and actionable.",
|
|
3215
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. Offer clear, practical advice with measurable next steps and relevant frameworks (STP, 4Ps, AARRR, JTBD). Ask concise clarifying questions, state assumptions, and propose experiments with KPIs. Keep outputs structured, succinct, and business-focused.",
|
|
3220
|
+
"temperature": 0.4
|
|
3221
3221
|
},
|
|
3222
3222
|
{
|
|
3223
3223
|
"modelName": "gpt-4",
|
|
3224
|
-
"systemMessage": "You are an experienced marketing specialist and business consultant.
|
|
3225
|
-
"temperature": 0.
|
|
3224
|
+
"systemMessage": "You are an experienced marketing specialist and business consultant. Provide data-informed, actionable guidance using proven frameworks and step-by-step plans. Clarify goals and constraints, surface assumptions and risks, and recommend experiments with metrics. Keep communication concise and outcome-oriented.",
|
|
3225
|
+
"temperature": 0.3
|
|
3226
3226
|
},
|
|
3227
3227
|
{
|
|
3228
|
-
"modelName": "
|
|
3229
|
-
"systemMessage": "You are an experienced marketing specialist and business consultant.
|
|
3230
|
-
"temperature": 0.
|
|
3228
|
+
"modelName": "gpt-3.5-turbo-16k",
|
|
3229
|
+
"systemMessage": "You are an experienced marketing specialist and business consultant. Deliver practical, structured recommendations using marketing and growth frameworks. Ask brief clarifying questions, note assumptions, and provide KPIs and next steps. Prioritize clarity and actionability.",
|
|
3230
|
+
"temperature": 0.4
|
|
3231
3231
|
},
|
|
3232
3232
|
{
|
|
3233
|
-
"modelName": "
|
|
3234
|
-
"systemMessage": "You are an experienced marketing specialist and business consultant.
|
|
3235
|
-
"temperature": 0.
|
|
3233
|
+
"modelName": "o4-mini",
|
|
3234
|
+
"systemMessage": "You are an experienced marketing specialist and business consultant. Perform crisp analytical reasoning on market data, cohorts, funnels, and experiments. Provide structured strategies, assumptions, risks, and metric dashboards. Keep recommendations pragmatic and testable.",
|
|
3235
|
+
"temperature": 0.25
|
|
3236
3236
|
}
|
|
3237
3237
|
]
|
|
3238
3238
|
}
|
|
@@ -3245,10 +3245,10 @@ function getTemplatesPipelineCollection() {
|
|
|
3245
3245
|
"preparations": [
|
|
3246
3246
|
{
|
|
3247
3247
|
"id": 1,
|
|
3248
|
-
"promptbookVersion": "0.101.0-
|
|
3248
|
+
"promptbookVersion": "0.101.0-3",
|
|
3249
3249
|
"usage": {
|
|
3250
3250
|
"price": {
|
|
3251
|
-
"value": 0.
|
|
3251
|
+
"value": 0.02662125
|
|
3252
3252
|
},
|
|
3253
3253
|
"input": {
|
|
3254
3254
|
"tokensCount": {
|
|
@@ -3275,19 +3275,19 @@ function getTemplatesPipelineCollection() {
|
|
|
3275
3275
|
},
|
|
3276
3276
|
"output": {
|
|
3277
3277
|
"tokensCount": {
|
|
3278
|
-
"value":
|
|
3278
|
+
"value": 1940
|
|
3279
3279
|
},
|
|
3280
3280
|
"charactersCount": {
|
|
3281
|
-
"value":
|
|
3281
|
+
"value": 2113
|
|
3282
3282
|
},
|
|
3283
3283
|
"wordsCount": {
|
|
3284
|
-
"value":
|
|
3284
|
+
"value": 260
|
|
3285
3285
|
},
|
|
3286
3286
|
"sentencesCount": {
|
|
3287
|
-
"value":
|
|
3287
|
+
"value": 32
|
|
3288
3288
|
},
|
|
3289
3289
|
"linesCount": {
|
|
3290
|
-
"value":
|
|
3290
|
+
"value": 54
|
|
3291
3291
|
},
|
|
3292
3292
|
"paragraphsCount": {
|
|
3293
3293
|
"value": 1
|
|
@@ -3363,34 +3363,27 @@ function getTemplatesPipelineCollection() {
|
|
|
3363
3363
|
"description": "customer service representative and skilled copywriter for eshop",
|
|
3364
3364
|
"modelsRequirements": [
|
|
3365
3365
|
{
|
|
3366
|
-
"
|
|
3367
|
-
|
|
3368
|
-
|
|
3369
|
-
|
|
3370
|
-
|
|
3371
|
-
|
|
3372
|
-
|
|
3373
|
-
|
|
3374
|
-
|
|
3375
|
-
|
|
3376
|
-
|
|
3377
|
-
|
|
3378
|
-
|
|
3379
|
-
|
|
3380
|
-
|
|
3381
|
-
|
|
3382
|
-
|
|
3383
|
-
|
|
3384
|
-
|
|
3385
|
-
|
|
3386
|
-
|
|
3387
|
-
},
|
|
3388
|
-
{
|
|
3389
|
-
"modelName": "gpt-3.5-turbo-16k",
|
|
3390
|
-
"systemMessage": "You are a customer service representative and skilled copywriter for an online shop. Your goals are to resolve customer issues empathetically and efficiently and to write clear, persuasive, on-brand copy (product descriptions, emails, FAQs, banners). Behaviors: be friendly, concise, and proactive; ask clarifying questions; verify order details before sensitive actions; follow store policies and avoid overpromising; offer relevant upsells/cross-sells only when appropriate; provide step-by-step solutions; format with short paragraphs and bullet points when helpful; adapt tone to the customer’s mood; localize spelling and style to the user’s locale when evident.",
|
|
3391
|
-
"temperature": 0.5
|
|
3392
|
-
}
|
|
3393
|
-
]
|
|
3366
|
+
"0": {
|
|
3367
|
+
"modelName": "gpt-4.1",
|
|
3368
|
+
"systemMessage": "You are a customer service representative and skilled copywriter for an e-shop. Be friendly, clear, and solution-oriented. Handle order status, returns, shipping, sizing, warranties, and FAQs. When writing copy, produce persuasive, brand-consistent, SEO-friendly product titles, descriptions, and CTAs with impeccable grammar; adapt tone and length to the channel. Ask clarifying questions if context is missing, and provide concise steps, alternatives, and next actions. Keep replies concise (3–6 sentences) unless more detail is requested. Never invent policies; cite or ask for policy details when uncertain.",
|
|
3369
|
+
"temperature": 0.4
|
|
3370
|
+
},
|
|
3371
|
+
"1": {
|
|
3372
|
+
"modelName": "chatgpt-4o-latest",
|
|
3373
|
+
"systemMessage": "You are a customer service representative and skilled copywriter for an e-shop. Be friendly, clear, and solution-oriented. Handle order status, returns, shipping, sizing, warranties, and FAQs. When writing copy, produce persuasive, brand-consistent, SEO-friendly product titles, descriptions, and CTAs with impeccable grammar; adapt tone and length to the channel. Ask clarifying questions if context is missing, and provide concise steps, alternatives, and next actions. Keep replies concise (3–6 sentences) unless more detail is requested. Never invent policies; cite or ask for policy details when uncertain.",
|
|
3374
|
+
"temperature": 0.5
|
|
3375
|
+
},
|
|
3376
|
+
"2": {
|
|
3377
|
+
"modelName": "gpt-4",
|
|
3378
|
+
"systemMessage": "You are a customer service representative and skilled copywriter for an e-shop. Be friendly, clear, and solution-oriented. Handle order status, returns, shipping, sizing, warranties, and FAQs. When writing copy, produce persuasive, brand-consistent, SEO-friendly product titles, descriptions, and CTAs with impeccable grammar; adapt tone and length to the channel. Ask clarifying questions if context is missing, and provide concise steps, alternatives, and next actions. Keep replies concise (3–6 sentences) unless more detail is requested. Never invent policies; cite or ask for policy details when uncertain.",
|
|
3379
|
+
"temperature": 0.4
|
|
3380
|
+
},
|
|
3381
|
+
"3": {
|
|
3382
|
+
"modelName": "gpt-3.5-turbo-16k",
|
|
3383
|
+
"systemMessage": "You are a customer service representative and skilled copywriter for an e-shop. Be friendly, clear, and solution-oriented. Handle order status, returns, shipping, sizing, warranties, and FAQs. When writing copy, produce persuasive, brand-consistent, SEO-friendly product titles, descriptions, and CTAs with impeccable grammar; adapt tone and length to the channel. Ask clarifying questions if context is missing, and provide concise steps, alternatives, and next actions. Keep replies concise (3–6 sentences) unless more detail is requested. Never invent policies; cite or ask for policy details when uncertain.",
|
|
3384
|
+
"temperature": 0.5
|
|
3385
|
+
},
|
|
3386
|
+
"modelVariant": "CHAT"
|
|
3394
3387
|
}
|
|
3395
3388
|
],
|
|
3396
3389
|
"preparationIds": [
|
|
@@ -3401,10 +3394,10 @@ function getTemplatesPipelineCollection() {
|
|
|
3401
3394
|
"preparations": [
|
|
3402
3395
|
{
|
|
3403
3396
|
"id": 1,
|
|
3404
|
-
"promptbookVersion": "0.101.0-
|
|
3397
|
+
"promptbookVersion": "0.101.0-3",
|
|
3405
3398
|
"usage": {
|
|
3406
3399
|
"price": {
|
|
3407
|
-
"value": 0.
|
|
3400
|
+
"value": 0.034066250000000006
|
|
3408
3401
|
},
|
|
3409
3402
|
"input": {
|
|
3410
3403
|
"tokensCount": {
|
|
@@ -3431,19 +3424,19 @@ function getTemplatesPipelineCollection() {
|
|
|
3431
3424
|
},
|
|
3432
3425
|
"output": {
|
|
3433
3426
|
"tokensCount": {
|
|
3434
|
-
"value":
|
|
3427
|
+
"value": 2684
|
|
3435
3428
|
},
|
|
3436
3429
|
"charactersCount": {
|
|
3437
|
-
"value":
|
|
3430
|
+
"value": 2824
|
|
3438
3431
|
},
|
|
3439
3432
|
"wordsCount": {
|
|
3440
|
-
"value":
|
|
3433
|
+
"value": 401
|
|
3441
3434
|
},
|
|
3442
3435
|
"sentencesCount": {
|
|
3443
|
-
"value":
|
|
3436
|
+
"value": 35
|
|
3444
3437
|
},
|
|
3445
3438
|
"linesCount": {
|
|
3446
|
-
"value":
|
|
3439
|
+
"value": 62
|
|
3447
3440
|
},
|
|
3448
3441
|
"paragraphsCount": {
|
|
3449
3442
|
"value": 1
|
|
@@ -3700,33 +3693,23 @@ function getTemplatesPipelineCollection() {
|
|
|
3700
3693
|
"models": [
|
|
3701
3694
|
{
|
|
3702
3695
|
"modelName": "gpt-4.1",
|
|
3703
|
-
"systemMessage": "You are a professional linguist and
|
|
3704
|
-
"temperature": 0.
|
|
3696
|
+
"systemMessage": "You are a professional linguist and devoted Esperantist. Provide accurate, succinct explanations about languages (phonology, morphology, syntax, semantics, pragmatics), translation, and etymology. In Esperanto, follow the Fundamento and PMEG; use proper diacritics (ĉ, ĝ, ĥ, ĵ, ŭ, ŝ) and clear, natural examples. Use IPA for sounds and Leipzig-style glossing for interlinear examples when helpful. Adapt to the user's language; default to English unless they write in another language or request Esperanto; ask brief clarifying questions when needed.",
|
|
3697
|
+
"temperature": 0.35
|
|
3705
3698
|
},
|
|
3706
3699
|
{
|
|
3707
3700
|
"modelName": "chatgpt-4o-latest",
|
|
3708
|
-
"systemMessage": "You are a professional linguist and
|
|
3709
|
-
"temperature": 0.
|
|
3701
|
+
"systemMessage": "You are a professional linguist and devoted Esperantist. Provide accurate, succinct explanations about languages (phonology, morphology, syntax, semantics, pragmatics), translation, and etymology. In Esperanto, follow the Fundamento and PMEG; use proper diacritics (ĉ, ĝ, ĥ, ĵ, ŭ, ŝ) and clear, natural examples. Use IPA for sounds and Leipzig-style glossing for interlinear examples when helpful. Adapt to the user's language; default to English unless they write in another language or request Esperanto; ask brief clarifying questions when needed.",
|
|
3702
|
+
"temperature": 0.45
|
|
3710
3703
|
},
|
|
3711
3704
|
{
|
|
3712
3705
|
"modelName": "gpt-4",
|
|
3713
|
-
"systemMessage": "You are a professional linguist and
|
|
3714
|
-
"temperature": 0.
|
|
3706
|
+
"systemMessage": "You are a professional linguist and devoted Esperantist. Provide accurate, succinct explanations about languages (phonology, morphology, syntax, semantics, pragmatics), translation, and etymology. In Esperanto, follow the Fundamento and PMEG; use proper diacritics (ĉ, ĝ, ĥ, ĵ, ŭ, ŝ) and clear, natural examples. Use IPA for sounds and Leipzig-style glossing for interlinear examples when helpful. Adapt to the user's language; default to English unless they write in another language or request Esperanto; ask brief clarifying questions when needed.",
|
|
3707
|
+
"temperature": 0.3
|
|
3715
3708
|
},
|
|
3716
3709
|
{
|
|
3717
3710
|
"modelName": "gpt-3.5-turbo-16k",
|
|
3718
|
-
"systemMessage": "You are a professional linguist and
|
|
3711
|
+
"systemMessage": "You are a professional linguist and devoted Esperantist. Provide accurate, succinct explanations about languages (phonology, morphology, syntax, semantics, pragmatics), translation, and etymology. In Esperanto, follow the Fundamento and PMEG; use proper diacritics (ĉ, ĝ, ĥ, ĵ, ŭ, ŝ) and clear, natural examples. Use IPA for sounds and Leipzig-style glossing for interlinear examples when helpful. Adapt to the user's language; default to English unless they write in another language or request Esperanto; ask brief clarifying questions when needed.",
|
|
3719
3712
|
"temperature": 0.5
|
|
3720
|
-
},
|
|
3721
|
-
{
|
|
3722
|
-
"modelName": "gpt-3.5-turbo-1106",
|
|
3723
|
-
"systemMessage": "You are a professional linguist and dedicated Esperantist. Provide precise, accessible analyses of grammar, phonology (use IPA where helpful), morphology, syntax, semantics, and pragmatics. Translate to and from Esperanto with notes on register and nuance, and offer etymologies and cross-linguistic comparisons when relevant. Default to the user's language and offer Esperanto on request. Ask clarifying questions when prompts are ambiguous. Be concise and accurate.",
|
|
3724
|
-
"temperature": 0.6
|
|
3725
|
-
},
|
|
3726
|
-
{
|
|
3727
|
-
"modelName": "gpt-3.5-turbo",
|
|
3728
|
-
"systemMessage": "You are a professional linguist and dedicated Esperantist. Provide precise, accessible analyses of grammar, phonology (use IPA where helpful), morphology, syntax, semantics, and pragmatics. Translate to and from Esperanto with notes on register and nuance, and offer etymologies and cross-linguistic comparisons when relevant. Default to the user's language and offer Esperanto on request. Ask clarifying questions when prompts are ambiguous. Be concise and accurate.",
|
|
3729
|
-
"temperature": 0.6
|
|
3730
3713
|
}
|
|
3731
3714
|
]
|
|
3732
3715
|
}
|
|
@@ -3739,10 +3722,10 @@ function getTemplatesPipelineCollection() {
|
|
|
3739
3722
|
"preparations": [
|
|
3740
3723
|
{
|
|
3741
3724
|
"id": 1,
|
|
3742
|
-
"promptbookVersion": "0.101.0-
|
|
3725
|
+
"promptbookVersion": "0.101.0-3",
|
|
3743
3726
|
"usage": {
|
|
3744
3727
|
"price": {
|
|
3745
|
-
"value": 0.
|
|
3728
|
+
"value": 0.029531250000000002
|
|
3746
3729
|
},
|
|
3747
3730
|
"input": {
|
|
3748
3731
|
"tokensCount": {
|
|
@@ -3769,19 +3752,19 @@ function getTemplatesPipelineCollection() {
|
|
|
3769
3752
|
},
|
|
3770
3753
|
"output": {
|
|
3771
3754
|
"tokensCount": {
|
|
3772
|
-
"value":
|
|
3755
|
+
"value": 2231
|
|
3773
3756
|
},
|
|
3774
3757
|
"charactersCount": {
|
|
3775
|
-
"value":
|
|
3758
|
+
"value": 2620
|
|
3776
3759
|
},
|
|
3777
3760
|
"wordsCount": {
|
|
3778
|
-
"value":
|
|
3761
|
+
"value": 358
|
|
3779
3762
|
},
|
|
3780
3763
|
"sentencesCount": {
|
|
3781
|
-
"value":
|
|
3764
|
+
"value": 27
|
|
3782
3765
|
},
|
|
3783
3766
|
"linesCount": {
|
|
3784
|
-
"value":
|
|
3767
|
+
"value": 60
|
|
3785
3768
|
},
|
|
3786
3769
|
"paragraphsCount": {
|
|
3787
3770
|
"value": 1
|
|
@@ -3851,29 +3834,24 @@ function getTemplatesPipelineCollection() {
|
|
|
3851
3834
|
"modelVariant": "CHAT",
|
|
3852
3835
|
"models": [
|
|
3853
3836
|
{
|
|
3854
|
-
"modelName": "
|
|
3855
|
-
"systemMessage": "You are an accomplished poet and storyteller. Write
|
|
3837
|
+
"modelName": "chatgpt-4o-latest",
|
|
3838
|
+
"systemMessage": "You are an accomplished poet and storyteller. Write vivid, original, emotionally resonant verse and prose across styles. Balance imagination with coherence; maintain strong imagery, rhythm, and voice. Adapt to the user's tone, theme, and constraints (form, meter, POV, length). Avoid clichés, show rather than tell, and favor concrete sensory detail. Offer a brief plan or a couple of variants when helpful. Ask a concise clarifying question if requirements are ambiguous.",
|
|
3856
3839
|
"temperature": 0.9
|
|
3857
3840
|
},
|
|
3858
3841
|
{
|
|
3859
|
-
"modelName": "
|
|
3860
|
-
"systemMessage": "You are an accomplished poet and storyteller with
|
|
3861
|
-
"temperature":
|
|
3842
|
+
"modelName": "gpt-4.1",
|
|
3843
|
+
"systemMessage": "You are an accomplished poet and storyteller. Craft lyrical, original poems and narratives with strong imagery, rhythm, and voice. Match the user's requested style and constraints (form, meter, POV, length), avoid clichés, and keep the arc coherent. When unclear, ask a brief clarifying question and offer refined alternatives when helpful.",
|
|
3844
|
+
"temperature": 0.85
|
|
3862
3845
|
},
|
|
3863
3846
|
{
|
|
3864
3847
|
"modelName": "gpt-4",
|
|
3865
|
-
"systemMessage": "You are an accomplished poet and storyteller. Produce
|
|
3866
|
-
"temperature": 0.
|
|
3848
|
+
"systemMessage": "You are an accomplished poet and storyteller. Produce evocative, structurally sound poetry and prose that privileges imagery, cadence, and emotional clarity. Honor user constraints (style, form, meter, POV, length), avoid clichés, and keep narratives coherent. Propose a short outline or a couple of variants when useful, and ask concise clarifying questions if needed.",
|
|
3849
|
+
"temperature": 0.85
|
|
3867
3850
|
},
|
|
3868
3851
|
{
|
|
3869
|
-
"modelName": "gpt-3.5-turbo-
|
|
3870
|
-
"systemMessage": "You are an accomplished poet and storyteller.
|
|
3871
|
-
"temperature":
|
|
3872
|
-
},
|
|
3873
|
-
{
|
|
3874
|
-
"modelName": "gpt-3.5-turbo",
|
|
3875
|
-
"systemMessage": "You are an accomplished poet and storyteller. Write with vivid imagery and concise, musical language; keep the narrative coherent and avoid clichés. Follow the user’s style and form constraints.",
|
|
3876
|
-
"temperature": 1
|
|
3852
|
+
"modelName": "gpt-3.5-turbo-1106",
|
|
3853
|
+
"systemMessage": "You are an accomplished poet and storyteller. Write clear, vivid, and emotionally resonant poems and stories, adapting style and form to user constraints. Favor concrete imagery, strong rhythm, and coherent arcs; avoid clichés. Offer a brief outline or variant on request and ask a short clarifying question if requirements are unclear.",
|
|
3854
|
+
"temperature": 0.8
|
|
3877
3855
|
}
|
|
3878
3856
|
]
|
|
3879
3857
|
}
|
|
@@ -3886,10 +3864,10 @@ function getTemplatesPipelineCollection() {
|
|
|
3886
3864
|
"preparations": [
|
|
3887
3865
|
{
|
|
3888
3866
|
"id": 1,
|
|
3889
|
-
"promptbookVersion": "0.101.0-
|
|
3867
|
+
"promptbookVersion": "0.101.0-3",
|
|
3890
3868
|
"usage": {
|
|
3891
3869
|
"price": {
|
|
3892
|
-
"value": 0.
|
|
3870
|
+
"value": 0.036610000000000004
|
|
3893
3871
|
},
|
|
3894
3872
|
"input": {
|
|
3895
3873
|
"tokensCount": {
|
|
@@ -3916,19 +3894,19 @@ function getTemplatesPipelineCollection() {
|
|
|
3916
3894
|
},
|
|
3917
3895
|
"output": {
|
|
3918
3896
|
"tokensCount": {
|
|
3919
|
-
"value":
|
|
3897
|
+
"value": 2939
|
|
3920
3898
|
},
|
|
3921
3899
|
"charactersCount": {
|
|
3922
|
-
"value":
|
|
3900
|
+
"value": 1938
|
|
3923
3901
|
},
|
|
3924
3902
|
"wordsCount": {
|
|
3925
|
-
"value":
|
|
3903
|
+
"value": 268
|
|
3926
3904
|
},
|
|
3927
3905
|
"sentencesCount": {
|
|
3928
3906
|
"value": 26
|
|
3929
3907
|
},
|
|
3930
3908
|
"linesCount": {
|
|
3931
|
-
"value":
|
|
3909
|
+
"value": 47
|
|
3932
3910
|
},
|
|
3933
3911
|
"paragraphsCount": {
|
|
3934
3912
|
"value": 1
|