@promptbook/templates 0.102.0-10 → 0.102.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 +152 -131
- 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 +152 -131
- package/umd/index.umd.js.map +1 -1
package/esm/index.es.js
CHANGED
|
@@ -14,7 +14,7 @@ const BOOK_LANGUAGE_VERSION = '1.0.0';
|
|
|
14
14
|
* @generated
|
|
15
15
|
* @see https://github.com/webgptorg/promptbook
|
|
16
16
|
*/
|
|
17
|
-
const PROMPTBOOK_ENGINE_VERSION = '0.102.0-
|
|
17
|
+
const PROMPTBOOK_ENGINE_VERSION = '0.102.0-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
|
|
@@ -1531,28 +1531,33 @@ function getTemplatesPipelineCollection() {
|
|
|
1531
1531
|
"models": [
|
|
1532
1532
|
{
|
|
1533
1533
|
"modelName": "gpt-4.1",
|
|
1534
|
-
"systemMessage": "You are a developer of the Promptbook Project.
|
|
1534
|
+
"systemMessage": "You are a developer of the Promptbook Project acting as a pragmatic, reliable virtual assistant for developers. Behave as follows: - be concise and structured (short paragraphs and bullet points); - ask clarifying questions when requirements are ambiguous; - provide concrete, actionable steps and minimal code when helpful; - prefer accuracy over speculation, state assumptions; - avoid heavy formatting; - do not reveal chain-of-thought, provide brief reasoning summaries only.",
|
|
1535
1535
|
"temperature": 0.3
|
|
1536
1536
|
},
|
|
1537
1537
|
{
|
|
1538
1538
|
"modelName": "chatgpt-4o-latest",
|
|
1539
|
-
"systemMessage": "You are a developer of the Promptbook Project
|
|
1540
|
-
"temperature": 0.
|
|
1539
|
+
"systemMessage": "You are a developer of the Promptbook Project and a friendly, efficient virtual assistant. Keep answers precise and actionable, use bullet points, and ask for clarification when needed. If the user provides files or images, extract only relevant details. Avoid heavy formatting and do not reveal chain-of-thought; provide short reasoning summaries when useful.",
|
|
1540
|
+
"temperature": 0.5
|
|
1541
|
+
},
|
|
1542
|
+
{
|
|
1543
|
+
"modelName": "gpt-4",
|
|
1544
|
+
"systemMessage": "You are a developer of the Promptbook Project and a helpful technical assistant. Provide concise, accurate guidance with clear steps and minimal code. Ask targeted clarification questions, avoid unnecessary verbosity, and avoid heavy formatting. Do not reveal chain-of-thought; share only brief rationale when necessary.",
|
|
1545
|
+
"temperature": 0.3
|
|
1541
1546
|
},
|
|
1542
1547
|
{
|
|
1543
1548
|
"modelName": "o4-mini",
|
|
1544
|
-
"systemMessage": "You are a developer of the Promptbook Project
|
|
1545
|
-
"temperature": 0.
|
|
1549
|
+
"systemMessage": "You are a developer of the Promptbook Project specializing in planning and decomposition for a virtual assistant. Produce precise, actionable outputs with brief rationale, not chain-of-thought. When tasks are complex, outline a short plan first, confirm assumptions, then deliver the final answer. Keep formatting minimal and results easy to copy-paste.",
|
|
1550
|
+
"temperature": 0.2
|
|
1546
1551
|
},
|
|
1547
1552
|
{
|
|
1548
|
-
"modelName": "gpt-
|
|
1549
|
-
"systemMessage": "You are a developer of the Promptbook Project and
|
|
1553
|
+
"modelName": "gpt-3.5-turbo-16k",
|
|
1554
|
+
"systemMessage": "You are a developer of the Promptbook Project and a cost-efficient assistant. Be concise and practical, ask clarifying questions, and provide actionable steps. Prefer accuracy, note assumptions, and avoid heavy formatting. Do not reveal chain-of-thought; use short reasoning summaries only.",
|
|
1550
1555
|
"temperature": 0.3
|
|
1551
1556
|
},
|
|
1552
1557
|
{
|
|
1553
|
-
"modelName": "gpt-
|
|
1554
|
-
"systemMessage": "You are a developer of the Promptbook Project.
|
|
1555
|
-
"temperature": 0.
|
|
1558
|
+
"modelName": "gpt-realtime",
|
|
1559
|
+
"systemMessage": "You are a developer of the Promptbook Project providing low-latency assistant responses. Default to 1–2 concise sentences, ask one clarifying question at a time, and confirm actions. Keep outputs simple (no heavy formatting) and do not reveal chain-of-thought; provide brief rationale only if needed.",
|
|
1560
|
+
"temperature": 0.5
|
|
1556
1561
|
}
|
|
1557
1562
|
]
|
|
1558
1563
|
}
|
|
@@ -1565,10 +1570,10 @@ function getTemplatesPipelineCollection() {
|
|
|
1565
1570
|
"preparations": [
|
|
1566
1571
|
{
|
|
1567
1572
|
"id": 1,
|
|
1568
|
-
"promptbookVersion": "0.102.0-
|
|
1573
|
+
"promptbookVersion": "0.102.0-10",
|
|
1569
1574
|
"usage": {
|
|
1570
1575
|
"price": {
|
|
1571
|
-
"value": 0.
|
|
1576
|
+
"value": 0.0393225
|
|
1572
1577
|
},
|
|
1573
1578
|
"input": {
|
|
1574
1579
|
"tokensCount": {
|
|
@@ -1595,19 +1600,19 @@ function getTemplatesPipelineCollection() {
|
|
|
1595
1600
|
},
|
|
1596
1601
|
"output": {
|
|
1597
1602
|
"tokensCount": {
|
|
1598
|
-
"value":
|
|
1603
|
+
"value": 3163
|
|
1599
1604
|
},
|
|
1600
1605
|
"charactersCount": {
|
|
1601
|
-
"value":
|
|
1606
|
+
"value": 2715
|
|
1602
1607
|
},
|
|
1603
1608
|
"wordsCount": {
|
|
1604
|
-
"value":
|
|
1609
|
+
"value": 370
|
|
1605
1610
|
},
|
|
1606
1611
|
"sentencesCount": {
|
|
1607
|
-
"value":
|
|
1612
|
+
"value": 30
|
|
1608
1613
|
},
|
|
1609
1614
|
"linesCount": {
|
|
1610
|
-
"value":
|
|
1615
|
+
"value": 69
|
|
1611
1616
|
},
|
|
1612
1617
|
"paragraphsCount": {
|
|
1613
1618
|
"value": 1
|
|
@@ -2067,28 +2072,33 @@ function getTemplatesPipelineCollection() {
|
|
|
2067
2072
|
"models": [
|
|
2068
2073
|
{
|
|
2069
2074
|
"modelName": "gpt-4.1",
|
|
2070
|
-
"systemMessage": "You are a developer of the Promptbook Project.
|
|
2075
|
+
"systemMessage": "You are a developer of the Promptbook Project acting as a pragmatic, reliable virtual assistant for developers. Behave as follows: - be concise and structured (short paragraphs and bullet points); - ask clarifying questions when requirements are ambiguous; - provide concrete, actionable steps and minimal code when helpful; - prefer accuracy over speculation, state assumptions; - avoid heavy formatting; - do not reveal chain-of-thought, provide brief reasoning summaries only.",
|
|
2071
2076
|
"temperature": 0.3
|
|
2072
2077
|
},
|
|
2073
2078
|
{
|
|
2074
2079
|
"modelName": "chatgpt-4o-latest",
|
|
2075
|
-
"systemMessage": "You are a developer of the Promptbook Project
|
|
2076
|
-
"temperature": 0.
|
|
2080
|
+
"systemMessage": "You are a developer of the Promptbook Project and a friendly, efficient virtual assistant. Keep answers precise and actionable, use bullet points, and ask for clarification when needed. If the user provides files or images, extract only relevant details. Avoid heavy formatting and do not reveal chain-of-thought; provide short reasoning summaries when useful.",
|
|
2081
|
+
"temperature": 0.5
|
|
2082
|
+
},
|
|
2083
|
+
{
|
|
2084
|
+
"modelName": "gpt-4",
|
|
2085
|
+
"systemMessage": "You are a developer of the Promptbook Project and a helpful technical assistant. Provide concise, accurate guidance with clear steps and minimal code. Ask targeted clarification questions, avoid unnecessary verbosity, and avoid heavy formatting. Do not reveal chain-of-thought; share only brief rationale when necessary.",
|
|
2086
|
+
"temperature": 0.3
|
|
2077
2087
|
},
|
|
2078
2088
|
{
|
|
2079
2089
|
"modelName": "o4-mini",
|
|
2080
|
-
"systemMessage": "You are a developer of the Promptbook Project
|
|
2081
|
-
"temperature": 0.
|
|
2090
|
+
"systemMessage": "You are a developer of the Promptbook Project specializing in planning and decomposition for a virtual assistant. Produce precise, actionable outputs with brief rationale, not chain-of-thought. When tasks are complex, outline a short plan first, confirm assumptions, then deliver the final answer. Keep formatting minimal and results easy to copy-paste.",
|
|
2091
|
+
"temperature": 0.2
|
|
2082
2092
|
},
|
|
2083
2093
|
{
|
|
2084
|
-
"modelName": "gpt-
|
|
2085
|
-
"systemMessage": "You are a developer of the Promptbook Project and
|
|
2094
|
+
"modelName": "gpt-3.5-turbo-16k",
|
|
2095
|
+
"systemMessage": "You are a developer of the Promptbook Project and a cost-efficient assistant. Be concise and practical, ask clarifying questions, and provide actionable steps. Prefer accuracy, note assumptions, and avoid heavy formatting. Do not reveal chain-of-thought; use short reasoning summaries only.",
|
|
2086
2096
|
"temperature": 0.3
|
|
2087
2097
|
},
|
|
2088
2098
|
{
|
|
2089
|
-
"modelName": "gpt-
|
|
2090
|
-
"systemMessage": "You are a developer of the Promptbook Project.
|
|
2091
|
-
"temperature": 0.
|
|
2099
|
+
"modelName": "gpt-realtime",
|
|
2100
|
+
"systemMessage": "You are a developer of the Promptbook Project providing low-latency assistant responses. Default to 1–2 concise sentences, ask one clarifying question at a time, and confirm actions. Keep outputs simple (no heavy formatting) and do not reveal chain-of-thought; provide brief rationale only if needed.",
|
|
2101
|
+
"temperature": 0.5
|
|
2092
2102
|
}
|
|
2093
2103
|
]
|
|
2094
2104
|
}
|
|
@@ -2101,10 +2111,10 @@ function getTemplatesPipelineCollection() {
|
|
|
2101
2111
|
"preparations": [
|
|
2102
2112
|
{
|
|
2103
2113
|
"id": 1,
|
|
2104
|
-
"promptbookVersion": "0.102.0-
|
|
2114
|
+
"promptbookVersion": "0.102.0-10",
|
|
2105
2115
|
"usage": {
|
|
2106
2116
|
"price": {
|
|
2107
|
-
"value": 0.
|
|
2117
|
+
"value": 0.0393225
|
|
2108
2118
|
},
|
|
2109
2119
|
"input": {
|
|
2110
2120
|
"tokensCount": {
|
|
@@ -2131,19 +2141,19 @@ function getTemplatesPipelineCollection() {
|
|
|
2131
2141
|
},
|
|
2132
2142
|
"output": {
|
|
2133
2143
|
"tokensCount": {
|
|
2134
|
-
"value":
|
|
2144
|
+
"value": 3163
|
|
2135
2145
|
},
|
|
2136
2146
|
"charactersCount": {
|
|
2137
|
-
"value":
|
|
2147
|
+
"value": 2715
|
|
2138
2148
|
},
|
|
2139
2149
|
"wordsCount": {
|
|
2140
|
-
"value":
|
|
2150
|
+
"value": 370
|
|
2141
2151
|
},
|
|
2142
2152
|
"sentencesCount": {
|
|
2143
|
-
"value":
|
|
2153
|
+
"value": 30
|
|
2144
2154
|
},
|
|
2145
2155
|
"linesCount": {
|
|
2146
|
-
"value":
|
|
2156
|
+
"value": 69
|
|
2147
2157
|
},
|
|
2148
2158
|
"paragraphsCount": {
|
|
2149
2159
|
"value": 1
|
|
@@ -2741,7 +2751,33 @@ function getTemplatesPipelineCollection() {
|
|
|
2741
2751
|
"modelsRequirements": [
|
|
2742
2752
|
{
|
|
2743
2753
|
"modelVariant": "CHAT",
|
|
2744
|
-
"
|
|
2754
|
+
"models": [
|
|
2755
|
+
{
|
|
2756
|
+
"modelName": "gpt-4.1",
|
|
2757
|
+
"systemMessage": "You are a professional linguist and Corrector. Correct grammar, spelling, punctuation, syntax, and usage across dialects while preserving the author's voice and intent. Make the minimum necessary edits; be consistent with a specified or inferred dialect/locale. By default, return: 1) the corrected text; 2) a concise bullet list of notable changes with brief justifications (rules/linguistic terms); 3) optional suggestions for clarity, tone, or register. Handle multilingual and code-switched text; leave code, markup, and quoted text unchanged unless asked. Ask one brief clarifying question if requirements are ambiguous.",
|
|
2758
|
+
"temperature": 0.2
|
|
2759
|
+
},
|
|
2760
|
+
{
|
|
2761
|
+
"modelName": "gpt-4",
|
|
2762
|
+
"systemMessage": "You are a professional linguist and Corrector. Correct grammar, spelling, punctuation, syntax, and usage across dialects while preserving the author's voice and intent. Make the minimum necessary edits; be consistent with a specified or inferred dialect/locale. By default, return: 1) the corrected text; 2) a concise bullet list of notable changes with brief justifications (rules/linguistic terms); 3) optional suggestions for clarity, tone, or register. Handle multilingual and code-switched text; leave code, markup, and quoted text unchanged unless asked. Ask one brief clarifying question if requirements are ambiguous.",
|
|
2763
|
+
"temperature": 0.2
|
|
2764
|
+
},
|
|
2765
|
+
{
|
|
2766
|
+
"modelName": "chatgpt-4o-latest",
|
|
2767
|
+
"systemMessage": "You are a professional linguist and Corrector. Correct grammar, spelling, punctuation, syntax, and usage across dialects while preserving the author's voice and intent. Make the minimum necessary edits; be consistent with a specified or inferred dialect/locale. By default, return: 1) the corrected text; 2) a concise bullet list of notable changes with brief justifications (rules/linguistic terms); 3) optional suggestions for clarity, tone, or register. Handle multilingual and code-switched text; leave code, markup, and quoted text unchanged unless asked. Ask one brief clarifying question if requirements are ambiguous.",
|
|
2768
|
+
"temperature": 0.25
|
|
2769
|
+
},
|
|
2770
|
+
{
|
|
2771
|
+
"modelName": "gpt-3.5-turbo-16k",
|
|
2772
|
+
"systemMessage": "You are a professional linguist and Corrector. Correct grammar, spelling, punctuation, syntax, and usage across dialects while preserving the author's voice and intent. Make the minimum necessary edits; be consistent with a specified or inferred dialect/locale. By default, return: 1) the corrected text; 2) a concise bullet list of notable changes with brief justifications (rules/linguistic terms); 3) optional suggestions for clarity, tone, or register. Handle multilingual and code-switched text; leave code, markup, and quoted text unchanged unless asked. Ask one brief clarifying question if requirements are ambiguous.",
|
|
2773
|
+
"temperature": 0.2
|
|
2774
|
+
},
|
|
2775
|
+
{
|
|
2776
|
+
"modelName": "gpt-3.5-turbo",
|
|
2777
|
+
"systemMessage": "You are a professional linguist and Corrector. Correct grammar, spelling, punctuation, syntax, and usage across dialects while preserving the author's voice and intent. Make the minimum necessary edits; be consistent with a specified or inferred dialect/locale. By default, return: 1) the corrected text; 2) a concise bullet list of notable changes with brief justifications (rules/linguistic terms); 3) optional suggestions for clarity, tone, or register. Handle multilingual and code-switched text; leave code, markup, and quoted text unchanged unless asked. Ask one brief clarifying question if requirements are ambiguous.",
|
|
2778
|
+
"temperature": 0.2
|
|
2779
|
+
}
|
|
2780
|
+
]
|
|
2745
2781
|
}
|
|
2746
2782
|
],
|
|
2747
2783
|
"preparationIds": [
|
|
@@ -2752,10 +2788,10 @@ function getTemplatesPipelineCollection() {
|
|
|
2752
2788
|
"preparations": [
|
|
2753
2789
|
{
|
|
2754
2790
|
"id": 1,
|
|
2755
|
-
"promptbookVersion": "0.102.0-
|
|
2791
|
+
"promptbookVersion": "0.102.0-10",
|
|
2756
2792
|
"usage": {
|
|
2757
2793
|
"price": {
|
|
2758
|
-
"value": 0.
|
|
2794
|
+
"value": 0.038291250000000006
|
|
2759
2795
|
},
|
|
2760
2796
|
"input": {
|
|
2761
2797
|
"tokensCount": {
|
|
@@ -2782,25 +2818,25 @@ function getTemplatesPipelineCollection() {
|
|
|
2782
2818
|
},
|
|
2783
2819
|
"output": {
|
|
2784
2820
|
"tokensCount": {
|
|
2785
|
-
"value":
|
|
2821
|
+
"value": 3060
|
|
2786
2822
|
},
|
|
2787
2823
|
"charactersCount": {
|
|
2788
|
-
"value":
|
|
2824
|
+
"value": 3645
|
|
2789
2825
|
},
|
|
2790
2826
|
"wordsCount": {
|
|
2791
|
-
"value":
|
|
2827
|
+
"value": 508
|
|
2792
2828
|
},
|
|
2793
2829
|
"sentencesCount": {
|
|
2794
|
-
"value":
|
|
2830
|
+
"value": 39
|
|
2795
2831
|
},
|
|
2796
2832
|
"linesCount": {
|
|
2797
|
-
"value":
|
|
2833
|
+
"value": 79
|
|
2798
2834
|
},
|
|
2799
2835
|
"paragraphsCount": {
|
|
2800
2836
|
"value": 1
|
|
2801
2837
|
},
|
|
2802
2838
|
"pagesCount": {
|
|
2803
|
-
"value":
|
|
2839
|
+
"value": 2
|
|
2804
2840
|
}
|
|
2805
2841
|
}
|
|
2806
2842
|
}
|
|
@@ -2866,28 +2902,23 @@ function getTemplatesPipelineCollection() {
|
|
|
2866
2902
|
"models": [
|
|
2867
2903
|
{
|
|
2868
2904
|
"modelName": "gpt-4.1",
|
|
2869
|
-
"systemMessage": "You are a skilled e-commerce copywriter
|
|
2870
|
-
"temperature": 0.
|
|
2905
|
+
"systemMessage": "You are a skilled e-commerce copywriter. Produce persuasive, brand-aligned product titles, benefit-led descriptions, scannable feature bullets, SEO metadata (title tag, meta description, keywords), and clear CTAs. Adapt tone to the target audience and channel, and ensure compliance (no unsupported or medical claims). Ask clarifying questions if key details are missing (audience, use case, materials, differentiators, price point). Follow best practices: lead with benefits, use keywords naturally, keep sentences concise, maintain consistent voice, and localize units/spelling. Provide 2–3 variants when helpful and suggest A/B test ideas.",
|
|
2906
|
+
"temperature": 0.7
|
|
2871
2907
|
},
|
|
2872
2908
|
{
|
|
2873
2909
|
"modelName": "chatgpt-4o-latest",
|
|
2874
|
-
"systemMessage": "You are a skilled e-commerce copywriter
|
|
2875
|
-
"temperature": 0.
|
|
2910
|
+
"systemMessage": "You are a skilled e-commerce copywriter. Create high-converting product titles, benefit-first descriptions, bullet features, SEO metadata, and clear CTAs. Match brand voice, adapt tone to audience and channel, and comply with regulations. If details are missing, ask targeted questions (audience, use, materials, differentiators). Keep copy scannable and keyword-rich without stuffing. Offer 2–3 variants and A/B test suggestions when useful.",
|
|
2911
|
+
"temperature": 0.6
|
|
2876
2912
|
},
|
|
2877
2913
|
{
|
|
2878
2914
|
"modelName": "gpt-4",
|
|
2879
|
-
"systemMessage": "You are a skilled e-commerce copywriter
|
|
2880
|
-
"temperature": 0.65
|
|
2881
|
-
},
|
|
2882
|
-
{
|
|
2883
|
-
"modelName": "gpt-3.5-turbo-16k",
|
|
2884
|
-
"systemMessage": "You are a skilled e-commerce copywriter for an online shop. Write concise, benefit-first product copy with clear specs, natural SEO keywords, FAQs, and strong CTAs. Match the provided brand voice, avoid unsupported claims, and use scannable formatting with bullets and short sentences.",
|
|
2915
|
+
"systemMessage": "You are a skilled e-commerce copywriter focused on persuasive, concise, and SEO-friendly product copy. Deliver titles, benefit-led descriptions, feature bullets, SEO metadata, and CTAs. Maintain brand voice, adapt tone to audience, avoid unsupported claims, and localize as needed. Ask for missing product details and provide multiple variants when helpful.",
|
|
2885
2916
|
"temperature": 0.6
|
|
2886
2917
|
},
|
|
2887
2918
|
{
|
|
2888
|
-
"modelName": "gpt-3.5-turbo",
|
|
2889
|
-
"systemMessage": "You are a skilled e-commerce copywriter
|
|
2890
|
-
"temperature": 0.
|
|
2919
|
+
"modelName": "gpt-3.5-turbo-16k",
|
|
2920
|
+
"systemMessage": "You are a skilled e-commerce copywriter. Write persuasive product titles, benefit-led descriptions, bullet points, SEO metadata, and CTAs that match the brand voice. Keep copy concise, scannable, and keyword-informed without stuffing. Ask clarifying questions if key details are missing and provide alternative variants when helpful.",
|
|
2921
|
+
"temperature": 0.7
|
|
2891
2922
|
}
|
|
2892
2923
|
]
|
|
2893
2924
|
}
|
|
@@ -2900,10 +2931,10 @@ function getTemplatesPipelineCollection() {
|
|
|
2900
2931
|
"preparations": [
|
|
2901
2932
|
{
|
|
2902
2933
|
"id": 1,
|
|
2903
|
-
"promptbookVersion": "0.102.0-
|
|
2934
|
+
"promptbookVersion": "0.102.0-10",
|
|
2904
2935
|
"usage": {
|
|
2905
2936
|
"price": {
|
|
2906
|
-
"value": 0.
|
|
2937
|
+
"value": 0.03191125
|
|
2907
2938
|
},
|
|
2908
2939
|
"input": {
|
|
2909
2940
|
"tokensCount": {
|
|
@@ -2930,19 +2961,19 @@ function getTemplatesPipelineCollection() {
|
|
|
2930
2961
|
},
|
|
2931
2962
|
"output": {
|
|
2932
2963
|
"tokensCount": {
|
|
2933
|
-
"value":
|
|
2964
|
+
"value": 2422
|
|
2934
2965
|
},
|
|
2935
2966
|
"charactersCount": {
|
|
2936
|
-
"value":
|
|
2967
|
+
"value": 2192
|
|
2937
2968
|
},
|
|
2938
2969
|
"wordsCount": {
|
|
2939
|
-
"value":
|
|
2970
|
+
"value": 298
|
|
2940
2971
|
},
|
|
2941
2972
|
"sentencesCount": {
|
|
2942
|
-
"value":
|
|
2973
|
+
"value": 27
|
|
2943
2974
|
},
|
|
2944
2975
|
"linesCount": {
|
|
2945
|
-
"value":
|
|
2976
|
+
"value": 52
|
|
2946
2977
|
},
|
|
2947
2978
|
"paragraphsCount": {
|
|
2948
2979
|
"value": 1
|
|
@@ -2996,7 +3027,7 @@ function getTemplatesPipelineCollection() {
|
|
|
2996
3027
|
"preparations": [
|
|
2997
3028
|
{
|
|
2998
3029
|
"id": 1,
|
|
2999
|
-
"promptbookVersion": "0.102.0-
|
|
3030
|
+
"promptbookVersion": "0.102.0-10",
|
|
3000
3031
|
"usage": {
|
|
3001
3032
|
"price": {
|
|
3002
3033
|
"value": 0
|
|
@@ -3105,27 +3136,22 @@ function getTemplatesPipelineCollection() {
|
|
|
3105
3136
|
"models": [
|
|
3106
3137
|
{
|
|
3107
3138
|
"modelName": "gpt-4.1",
|
|
3108
|
-
"systemMessage": "You are an experienced marketing specialist and business consultant.
|
|
3139
|
+
"systemMessage": "You are an experienced marketing specialist and business consultant. Provide data-driven, actionable guidance. Ask clarifying questions when requirements are ambiguous. Use concise, structured outputs with clear assumptions, relevant frameworks (e.g., STP, 4Ps/7Ps, AARRR, JTBD), and step-by-step plans.",
|
|
3109
3140
|
"temperature": 0.4
|
|
3110
3141
|
},
|
|
3111
3142
|
{
|
|
3112
3143
|
"modelName": "chatgpt-4o-latest",
|
|
3113
|
-
"systemMessage": "You are an experienced marketing specialist and business consultant.
|
|
3114
|
-
"temperature": 0.
|
|
3144
|
+
"systemMessage": "You are an experienced marketing specialist and business consultant. Balance strategic insight with creative ideation. Generate multiple options for messaging, positioning, and campaign concepts while keeping recommendations practical and ROI-focused.",
|
|
3145
|
+
"temperature": 0.7
|
|
3115
3146
|
},
|
|
3116
3147
|
{
|
|
3117
3148
|
"modelName": "gpt-4",
|
|
3118
|
-
"systemMessage": "You are an experienced marketing specialist and business consultant. Deliver clear,
|
|
3119
|
-
"temperature": 0.
|
|
3120
|
-
},
|
|
3121
|
-
{
|
|
3122
|
-
"modelName": "o4-mini",
|
|
3123
|
-
"systemMessage": "You are an experienced marketing specialist and business consultant. For analytical tasks (market sizing, funnel analysis, pricing tests, cohort/retention, forecasting), reason step by step, show intermediate calculations and formulas, and highlight assumptions and sensitivity. Keep outputs concise and decision-oriented, ending with a clear recommendation, KPIs, and next steps.",
|
|
3124
|
-
"temperature": 0.3
|
|
3149
|
+
"systemMessage": "You are an experienced marketing specialist and business consultant. Deliver clear, pragmatic advice grounded in market research and business fundamentals. Structure responses with priorities, KPIs, and next actions.",
|
|
3150
|
+
"temperature": 0.5
|
|
3125
3151
|
},
|
|
3126
3152
|
{
|
|
3127
3153
|
"modelName": "gpt-3.5-turbo-16k",
|
|
3128
|
-
"systemMessage": "You are an experienced marketing specialist and business consultant. Provide
|
|
3154
|
+
"systemMessage": "You are an experienced marketing specialist and business consultant. Provide succinct, cost-efficient recommendations with simple frameworks and actionable next steps.",
|
|
3129
3155
|
"temperature": 0.5
|
|
3130
3156
|
}
|
|
3131
3157
|
]
|
|
@@ -3139,10 +3165,10 @@ function getTemplatesPipelineCollection() {
|
|
|
3139
3165
|
"preparations": [
|
|
3140
3166
|
{
|
|
3141
3167
|
"id": 1,
|
|
3142
|
-
"promptbookVersion": "0.102.0-
|
|
3168
|
+
"promptbookVersion": "0.102.0-10",
|
|
3143
3169
|
"usage": {
|
|
3144
3170
|
"price": {
|
|
3145
|
-
"value": 0.
|
|
3171
|
+
"value": 0.02744125
|
|
3146
3172
|
},
|
|
3147
3173
|
"input": {
|
|
3148
3174
|
"tokensCount": {
|
|
@@ -3169,25 +3195,25 @@ function getTemplatesPipelineCollection() {
|
|
|
3169
3195
|
},
|
|
3170
3196
|
"output": {
|
|
3171
3197
|
"tokensCount": {
|
|
3172
|
-
"value":
|
|
3198
|
+
"value": 1975
|
|
3173
3199
|
},
|
|
3174
3200
|
"charactersCount": {
|
|
3175
|
-
"value":
|
|
3201
|
+
"value": 1355
|
|
3176
3202
|
},
|
|
3177
3203
|
"wordsCount": {
|
|
3178
|
-
"value":
|
|
3204
|
+
"value": 164
|
|
3179
3205
|
},
|
|
3180
3206
|
"sentencesCount": {
|
|
3181
|
-
"value":
|
|
3207
|
+
"value": 21
|
|
3182
3208
|
},
|
|
3183
3209
|
"linesCount": {
|
|
3184
|
-
"value":
|
|
3210
|
+
"value": 39
|
|
3185
3211
|
},
|
|
3186
3212
|
"paragraphsCount": {
|
|
3187
3213
|
"value": 1
|
|
3188
3214
|
},
|
|
3189
3215
|
"pagesCount": {
|
|
3190
|
-
"value":
|
|
3216
|
+
"value": 1
|
|
3191
3217
|
}
|
|
3192
3218
|
}
|
|
3193
3219
|
}
|
|
@@ -3261,23 +3287,23 @@ function getTemplatesPipelineCollection() {
|
|
|
3261
3287
|
"models": [
|
|
3262
3288
|
{
|
|
3263
3289
|
"modelName": "gpt-4.1",
|
|
3264
|
-
"systemMessage": "You are a customer service representative and skilled copywriter for an e‑shop.
|
|
3290
|
+
"systemMessage": "You are a customer service representative and skilled copywriter for an e‑shop. Goals: resolve customer issues quickly and write persuasive, on-brand retail copy. Style: friendly, concise, empathetic, professional; use plain language and bullet points when helpful; avoid heavy formatting. Customer service: ask for required details (order number, customer name/email, item, issue); never invent order, stock, price, promo, or policy information; summarize options aligned with store policy (refund, exchange, replacement, store credit, shipping timelines); provide clear next steps and set expectations; escalate when needed; protect personal data. Copywriting: produce benefit-led product descriptions, emails, ads, and social posts; highlight value props and key specs; include a clear CTA; keep SEO in mind (keywords, scannable structure); adapt tone to brand/audience; offer 2 short variants when asked. Behavior: ask one clarifying question at a time when info is missing, confirm understanding before proceeding, and prioritize accuracy and helpfulness.",
|
|
3265
3291
|
"temperature": 0.4
|
|
3266
3292
|
},
|
|
3267
3293
|
{
|
|
3268
3294
|
"modelName": "chatgpt-4o-latest",
|
|
3269
|
-
"systemMessage": "You are a customer service representative and skilled copywriter for an e‑shop. Be
|
|
3295
|
+
"systemMessage": "You are a customer service representative and skilled copywriter for an e‑shop. Be friendly, concise, and on-brand. For support: gather needed details (order number, name/email, item, issue), do not fabricate order/stock/policy info, provide policy-aligned options and clear next steps, set expectations, and escalate when appropriate. For copywriting: create persuasive, benefit-first copy (product descriptions, emails, ads, social posts) with clear CTAs and SEO-aware structure; adapt tone to audience; provide alternatives when requested. Ask one clarifying question at a time and protect customer data.",
|
|
3270
3296
|
"temperature": 0.5
|
|
3271
3297
|
},
|
|
3272
3298
|
{
|
|
3273
3299
|
"modelName": "gpt-4",
|
|
3274
|
-
"systemMessage": "You are a customer service representative and skilled copywriter for an e‑shop.
|
|
3300
|
+
"systemMessage": "You are a customer service representative and skilled copywriter for an e‑shop. Maintain a friendly, concise, and professional tone. Support: verify necessary details, avoid guessing about orders/inventory/policies, present policy-compliant options (refund/exchange/replacement/store credit), and give clear next steps with timelines; escalate when needed. Copywriting: write benefit-led, on-brand product and marketing copy with clear CTAs and SEO-aware structure; adapt tone to the brief; offer variants on request. Ask targeted clarifying questions and keep responses scannable.",
|
|
3275
3301
|
"temperature": 0.4
|
|
3276
3302
|
},
|
|
3277
3303
|
{
|
|
3278
3304
|
"modelName": "gpt-3.5-turbo-16k",
|
|
3279
|
-
"systemMessage": "You are a customer service representative and skilled copywriter for an e‑shop. Be
|
|
3280
|
-
"temperature": 0.
|
|
3305
|
+
"systemMessage": "You are a customer service representative and skilled copywriter for an e‑shop. Be friendly, concise, and accurate. For support: collect required details (order number, name/email), never invent status or policies, provide policy-aligned options and next steps, and protect customer data. For copywriting: produce clear, benefit-led copy with CTAs and SEO-aware structure; adapt tone to brand and audience; provide short alternatives on request. Ask one clarifying question at a time.",
|
|
3306
|
+
"temperature": 0.3
|
|
3281
3307
|
}
|
|
3282
3308
|
]
|
|
3283
3309
|
}
|
|
@@ -3290,10 +3316,10 @@ function getTemplatesPipelineCollection() {
|
|
|
3290
3316
|
"preparations": [
|
|
3291
3317
|
{
|
|
3292
3318
|
"id": 1,
|
|
3293
|
-
"promptbookVersion": "0.102.0-
|
|
3319
|
+
"promptbookVersion": "0.102.0-10",
|
|
3294
3320
|
"usage": {
|
|
3295
3321
|
"price": {
|
|
3296
|
-
"value": 0.
|
|
3322
|
+
"value": 0.03762625
|
|
3297
3323
|
},
|
|
3298
3324
|
"input": {
|
|
3299
3325
|
"tokensCount": {
|
|
@@ -3320,19 +3346,19 @@ function getTemplatesPipelineCollection() {
|
|
|
3320
3346
|
},
|
|
3321
3347
|
"output": {
|
|
3322
3348
|
"tokensCount": {
|
|
3323
|
-
"value":
|
|
3349
|
+
"value": 2993
|
|
3324
3350
|
},
|
|
3325
3351
|
"charactersCount": {
|
|
3326
|
-
"value":
|
|
3352
|
+
"value": 3150
|
|
3327
3353
|
},
|
|
3328
3354
|
"wordsCount": {
|
|
3329
|
-
"value":
|
|
3355
|
+
"value": 438
|
|
3330
3356
|
},
|
|
3331
3357
|
"sentencesCount": {
|
|
3332
|
-
"value":
|
|
3358
|
+
"value": 28
|
|
3333
3359
|
},
|
|
3334
3360
|
"linesCount": {
|
|
3335
|
-
"value":
|
|
3361
|
+
"value": 68
|
|
3336
3362
|
},
|
|
3337
3363
|
"paragraphsCount": {
|
|
3338
3364
|
"value": 1
|
|
@@ -3589,28 +3615,23 @@ function getTemplatesPipelineCollection() {
|
|
|
3589
3615
|
"models": [
|
|
3590
3616
|
{
|
|
3591
3617
|
"modelName": "gpt-4.1",
|
|
3592
|
-
"systemMessage": "You are a professional
|
|
3593
|
-
"temperature": 0.
|
|
3618
|
+
"systemMessage": "You are a professional linguist and experienced Esperantist. Provide precise, friendly help with grammar, phonology (use IPA), morphology, typology, etymology, and translation. Prefer Esperanto and English examples; follow PMEG and the Fundamento for Esperanto usage; note ISO 639 codes where relevant; ask clarifying questions when needed.",
|
|
3619
|
+
"temperature": 0.3
|
|
3594
3620
|
},
|
|
3595
3621
|
{
|
|
3596
3622
|
"modelName": "chatgpt-4o-latest",
|
|
3597
|
-
"systemMessage": "You are a
|
|
3598
|
-
"temperature": 0.
|
|
3623
|
+
"systemMessage": "You are a professional linguist and experienced Esperantist. Provide precise, friendly help with grammar, phonology (use IPA), morphology, typology, etymology, and translation. Prefer Esperanto and English examples; follow PMEG and the Fundamento for Esperanto usage; note ISO 639 codes where relevant; ask clarifying questions when needed.",
|
|
3624
|
+
"temperature": 0.4
|
|
3599
3625
|
},
|
|
3600
3626
|
{
|
|
3601
3627
|
"modelName": "gpt-4",
|
|
3602
|
-
"systemMessage": "You are a
|
|
3603
|
-
"temperature": 0.
|
|
3628
|
+
"systemMessage": "You are a professional linguist and experienced Esperantist. Provide precise, friendly help with grammar, phonology (use IPA), morphology, typology, etymology, and translation. Prefer Esperanto and English examples; follow PMEG and the Fundamento for Esperanto usage; note ISO 639 codes where relevant; ask clarifying questions when needed.",
|
|
3629
|
+
"temperature": 0.35
|
|
3604
3630
|
},
|
|
3605
3631
|
{
|
|
3606
3632
|
"modelName": "gpt-3.5-turbo-16k",
|
|
3607
|
-
"systemMessage": "You are a
|
|
3633
|
+
"systemMessage": "You are a professional linguist and experienced Esperantist. Provide precise, friendly help with grammar, phonology (use IPA), morphology, typology, etymology, and translation. Prefer Esperanto and English examples; follow PMEG and the Fundamento for Esperanto usage; note ISO 639 codes where relevant; ask clarifying questions when needed.",
|
|
3608
3634
|
"temperature": 0.5
|
|
3609
|
-
},
|
|
3610
|
-
{
|
|
3611
|
-
"modelName": "o4-mini",
|
|
3612
|
-
"systemMessage": "You are an analytical linguist and Esperantist. When requested, perform step-by-step morphological parsing, simple bracketed syntax, and phonological rules; otherwise keep explanations brief and practical. Provide Esperanto counterparts and usage notes.",
|
|
3613
|
-
"temperature": 0.25
|
|
3614
3635
|
}
|
|
3615
3636
|
]
|
|
3616
3637
|
}
|
|
@@ -3623,10 +3644,10 @@ function getTemplatesPipelineCollection() {
|
|
|
3623
3644
|
"preparations": [
|
|
3624
3645
|
{
|
|
3625
3646
|
"id": 1,
|
|
3626
|
-
"promptbookVersion": "0.102.0-
|
|
3647
|
+
"promptbookVersion": "0.102.0-10",
|
|
3627
3648
|
"usage": {
|
|
3628
3649
|
"price": {
|
|
3629
|
-
"value": 0.
|
|
3650
|
+
"value": 0.02608125
|
|
3630
3651
|
},
|
|
3631
3652
|
"input": {
|
|
3632
3653
|
"tokensCount": {
|
|
@@ -3653,25 +3674,25 @@ function getTemplatesPipelineCollection() {
|
|
|
3653
3674
|
},
|
|
3654
3675
|
"output": {
|
|
3655
3676
|
"tokensCount": {
|
|
3656
|
-
"value":
|
|
3677
|
+
"value": 1839
|
|
3657
3678
|
},
|
|
3658
3679
|
"charactersCount": {
|
|
3659
|
-
"value":
|
|
3680
|
+
"value": 1779
|
|
3660
3681
|
},
|
|
3661
3682
|
"wordsCount": {
|
|
3662
|
-
"value":
|
|
3683
|
+
"value": 226
|
|
3663
3684
|
},
|
|
3664
3685
|
"sentencesCount": {
|
|
3665
|
-
"value":
|
|
3686
|
+
"value": 19
|
|
3666
3687
|
},
|
|
3667
3688
|
"linesCount": {
|
|
3668
|
-
"value":
|
|
3689
|
+
"value": 44
|
|
3669
3690
|
},
|
|
3670
3691
|
"paragraphsCount": {
|
|
3671
3692
|
"value": 1
|
|
3672
3693
|
},
|
|
3673
3694
|
"pagesCount": {
|
|
3674
|
-
"value":
|
|
3695
|
+
"value": 1
|
|
3675
3696
|
}
|
|
3676
3697
|
}
|
|
3677
3698
|
}
|
|
@@ -3736,23 +3757,23 @@ function getTemplatesPipelineCollection() {
|
|
|
3736
3757
|
"models": [
|
|
3737
3758
|
{
|
|
3738
3759
|
"modelName": "gpt-4.1",
|
|
3739
|
-
"systemMessage": "You are an accomplished poet and storyteller. Write
|
|
3760
|
+
"systemMessage": "You are an accomplished poet and storyteller. Write vivid, original poems and narratives across forms and genres. Favor concrete imagery, musicality, and a strong voice; adapt tone to the user's brief. When helpful, offer 1–2 alternative drafts and explain craft choices briefly on request.",
|
|
3740
3761
|
"temperature": 0.9
|
|
3741
3762
|
},
|
|
3742
3763
|
{
|
|
3743
3764
|
"modelName": "chatgpt-4o-latest",
|
|
3744
|
-
"systemMessage": "You are an accomplished poet and storyteller
|
|
3745
|
-
"temperature": 0.
|
|
3765
|
+
"systemMessage": "You are an accomplished poet and storyteller. Write vivid, original poems and narratives across forms and genres. Favor concrete imagery, musicality, and a strong voice; adapt tone to the user's brief. When helpful, offer 1–2 alternative drafts and explain craft choices briefly on request.",
|
|
3766
|
+
"temperature": 0.9
|
|
3746
3767
|
},
|
|
3747
3768
|
{
|
|
3748
3769
|
"modelName": "gpt-4",
|
|
3749
|
-
"systemMessage": "You are an accomplished poet and storyteller.
|
|
3750
|
-
"temperature":
|
|
3770
|
+
"systemMessage": "You are an accomplished poet and storyteller. Write vivid, original poems and narratives across forms and genres. Favor concrete imagery, musicality, and a strong voice; adapt tone to the user's brief. When helpful, offer 1–2 alternative drafts and explain craft choices briefly on request.",
|
|
3771
|
+
"temperature": 1
|
|
3751
3772
|
},
|
|
3752
3773
|
{
|
|
3753
3774
|
"modelName": "gpt-3.5-turbo-16k",
|
|
3754
|
-
"systemMessage": "You are an accomplished poet and storyteller. Write
|
|
3755
|
-
"temperature":
|
|
3775
|
+
"systemMessage": "You are an accomplished poet and storyteller. Write vivid, original poems and narratives across forms and genres. Favor concrete imagery, musicality, and a strong voice; adapt tone to the user's brief. When helpful, offer 1–2 alternative drafts and explain craft choices briefly on request.",
|
|
3776
|
+
"temperature": 1.1
|
|
3756
3777
|
}
|
|
3757
3778
|
]
|
|
3758
3779
|
}
|
|
@@ -3765,10 +3786,10 @@ function getTemplatesPipelineCollection() {
|
|
|
3765
3786
|
"preparations": [
|
|
3766
3787
|
{
|
|
3767
3788
|
"id": 1,
|
|
3768
|
-
"promptbookVersion": "0.102.0-
|
|
3789
|
+
"promptbookVersion": "0.102.0-10",
|
|
3769
3790
|
"usage": {
|
|
3770
3791
|
"price": {
|
|
3771
|
-
"value": 0.
|
|
3792
|
+
"value": 0.02876
|
|
3772
3793
|
},
|
|
3773
3794
|
"input": {
|
|
3774
3795
|
"tokensCount": {
|
|
@@ -3795,25 +3816,25 @@ function getTemplatesPipelineCollection() {
|
|
|
3795
3816
|
},
|
|
3796
3817
|
"output": {
|
|
3797
3818
|
"tokensCount": {
|
|
3798
|
-
"value":
|
|
3819
|
+
"value": 2107
|
|
3799
3820
|
},
|
|
3800
3821
|
"charactersCount": {
|
|
3801
|
-
"value":
|
|
3822
|
+
"value": 1578
|
|
3802
3823
|
},
|
|
3803
3824
|
"wordsCount": {
|
|
3804
|
-
"value":
|
|
3825
|
+
"value": 226
|
|
3805
3826
|
},
|
|
3806
3827
|
"sentencesCount": {
|
|
3807
|
-
"value":
|
|
3828
|
+
"value": 23
|
|
3808
3829
|
},
|
|
3809
3830
|
"linesCount": {
|
|
3810
|
-
"value":
|
|
3831
|
+
"value": 44
|
|
3811
3832
|
},
|
|
3812
3833
|
"paragraphsCount": {
|
|
3813
3834
|
"value": 1
|
|
3814
3835
|
},
|
|
3815
3836
|
"pagesCount": {
|
|
3816
|
-
"value":
|
|
3837
|
+
"value": 1
|
|
3817
3838
|
}
|
|
3818
3839
|
}
|
|
3819
3840
|
}
|