@promptbook/templates 0.102.0-3 → 0.102.0-5
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 +135 -155
- package/esm/index.es.js.map +1 -1
- package/esm/typings/src/_packages/components.index.d.ts +2 -0
- package/esm/typings/src/book-components/BookEditor/utils.d.ts +8 -0
- package/esm/typings/src/book-components/Chat/save/index.d.ts +6 -0
- package/esm/typings/src/book-components/Chat/save/pdf/pdfSaveFormatDefinition.d.ts +12 -0
- package/esm/typings/src/llm-providers/openai/OpenAiCompatibleExecutionTools.d.ts +5 -1
- package/esm/typings/src/types/Prompt.d.ts +5 -0
- package/esm/typings/src/version.d.ts +1 -1
- package/package.json +2 -2
- package/umd/index.umd.js +135 -155
- 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-5';
|
|
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,22 @@ function getTemplatesPipelineCollection() {
|
|
|
1563
1563
|
"models": [
|
|
1564
1564
|
{
|
|
1565
1565
|
"modelName": "gpt-4.1",
|
|
1566
|
-
"systemMessage": "You are a senior
|
|
1567
|
-
"temperature": 0.
|
|
1566
|
+
"systemMessage": "You are a senior developer of the Promptbook Project acting as a virtual assistant. Be pragmatic, precise, and solution‑oriented. Use clear, concise language, ask clarifying questions when requirements are ambiguous, provide step‑by‑step reasoning only when it improves accuracy, and follow Promptbook best practices. Prefer deterministic outputs, reproducible examples, and minimal fluff.",
|
|
1567
|
+
"temperature": 0.3
|
|
1568
1568
|
},
|
|
1569
1569
|
{
|
|
1570
1570
|
"modelName": "chatgpt-4o-latest",
|
|
1571
|
-
"systemMessage": "You are a
|
|
1572
|
-
"temperature": 0.
|
|
1573
|
-
},
|
|
1574
|
-
{
|
|
1575
|
-
"modelName": "o4-mini",
|
|
1576
|
-
"systemMessage": "You are a pragmatic Promptbook Project developer focused on speed, cost-efficiency, and reliability. Assist with prompt engineering, flow design, regression tests, and implementation details across TypeScript/Python. Provide concise, stepwise, and actionable guidance without unnecessary verbosity; include quick sanity checks and edge cases. Ask up to 3 clarifying questions if requirements are unclear.",
|
|
1577
|
-
"temperature": 0.2
|
|
1571
|
+
"systemMessage": "You are a senior developer of the Promptbook Project and a friendly yet highly capable assistant. Provide concise, actionable guidance, adhere to Promptbook conventions, and prioritize correctness and clarity. Ask focused clarifying questions when needed and keep responses structured and to the point.",
|
|
1572
|
+
"temperature": 0.4
|
|
1578
1573
|
},
|
|
1579
1574
|
{
|
|
1580
1575
|
"modelName": "gpt-4",
|
|
1581
|
-
"systemMessage": "You are
|
|
1576
|
+
"systemMessage": "You are a developer of the Promptbook Project. Offer accurate, succinct assistance with strong reasoning when necessary. Follow Promptbook best practices, propose practical solutions, and include concise examples or snippets. Clarify assumptions before proceeding when requirements are unclear.",
|
|
1582
1577
|
"temperature": 0.3
|
|
1583
1578
|
},
|
|
1584
1579
|
{
|
|
1585
|
-
"modelName": "gpt-3.5-turbo-
|
|
1586
|
-
"systemMessage": "You are a
|
|
1580
|
+
"modelName": "gpt-3.5-turbo-1106",
|
|
1581
|
+
"systemMessage": "You are a helpful developer of the Promptbook Project. Be concise, deterministic, and practical. Follow Promptbook conventions, ask brief clarifying questions if needed, and provide minimal but sufficient examples that are easy to copy and run.",
|
|
1587
1582
|
"temperature": 0.3
|
|
1588
1583
|
}
|
|
1589
1584
|
]
|
|
@@ -1597,14 +1592,14 @@ function getTemplatesPipelineCollection() {
|
|
|
1597
1592
|
"preparations": [
|
|
1598
1593
|
{
|
|
1599
1594
|
"id": 1,
|
|
1600
|
-
"promptbookVersion": "0.102.0-
|
|
1595
|
+
"promptbookVersion": "0.102.0-4",
|
|
1601
1596
|
"usage": {
|
|
1602
1597
|
"price": {
|
|
1603
|
-
"value": 0.
|
|
1598
|
+
"value": 0.031242500000000003
|
|
1604
1599
|
},
|
|
1605
1600
|
"input": {
|
|
1606
1601
|
"tokensCount": {
|
|
1607
|
-
"value":
|
|
1602
|
+
"value": 6154
|
|
1608
1603
|
},
|
|
1609
1604
|
"charactersCount": {
|
|
1610
1605
|
"value": 2377
|
|
@@ -1627,25 +1622,25 @@ function getTemplatesPipelineCollection() {
|
|
|
1627
1622
|
},
|
|
1628
1623
|
"output": {
|
|
1629
1624
|
"tokensCount": {
|
|
1630
|
-
"value":
|
|
1625
|
+
"value": 2355
|
|
1631
1626
|
},
|
|
1632
1627
|
"charactersCount": {
|
|
1633
|
-
"value":
|
|
1628
|
+
"value": 1648
|
|
1634
1629
|
},
|
|
1635
1630
|
"wordsCount": {
|
|
1636
|
-
"value":
|
|
1631
|
+
"value": 213
|
|
1637
1632
|
},
|
|
1638
1633
|
"sentencesCount": {
|
|
1639
|
-
"value":
|
|
1634
|
+
"value": 21
|
|
1640
1635
|
},
|
|
1641
1636
|
"linesCount": {
|
|
1642
|
-
"value":
|
|
1637
|
+
"value": 44
|
|
1643
1638
|
},
|
|
1644
1639
|
"paragraphsCount": {
|
|
1645
1640
|
"value": 1
|
|
1646
1641
|
},
|
|
1647
1642
|
"pagesCount": {
|
|
1648
|
-
"value":
|
|
1643
|
+
"value": 1
|
|
1649
1644
|
}
|
|
1650
1645
|
}
|
|
1651
1646
|
}
|
|
@@ -2128,27 +2123,22 @@ function getTemplatesPipelineCollection() {
|
|
|
2128
2123
|
"models": [
|
|
2129
2124
|
{
|
|
2130
2125
|
"modelName": "gpt-4.1",
|
|
2131
|
-
"systemMessage": "You are a senior
|
|
2132
|
-
"temperature": 0.
|
|
2126
|
+
"systemMessage": "You are a senior developer of the Promptbook Project acting as a virtual assistant. Be pragmatic, precise, and solution‑oriented. Use clear, concise language, ask clarifying questions when requirements are ambiguous, provide step‑by‑step reasoning only when it improves accuracy, and follow Promptbook best practices. Prefer deterministic outputs, reproducible examples, and minimal fluff.",
|
|
2127
|
+
"temperature": 0.3
|
|
2133
2128
|
},
|
|
2134
2129
|
{
|
|
2135
2130
|
"modelName": "chatgpt-4o-latest",
|
|
2136
|
-
"systemMessage": "You are a
|
|
2137
|
-
"temperature": 0.
|
|
2138
|
-
},
|
|
2139
|
-
{
|
|
2140
|
-
"modelName": "o4-mini",
|
|
2141
|
-
"systemMessage": "You are a pragmatic Promptbook Project developer focused on speed, cost-efficiency, and reliability. Assist with prompt engineering, flow design, regression tests, and implementation details across TypeScript/Python. Provide concise, stepwise, and actionable guidance without unnecessary verbosity; include quick sanity checks and edge cases. Ask up to 3 clarifying questions if requirements are unclear.",
|
|
2142
|
-
"temperature": 0.2
|
|
2131
|
+
"systemMessage": "You are a senior developer of the Promptbook Project and a friendly yet highly capable assistant. Provide concise, actionable guidance, adhere to Promptbook conventions, and prioritize correctness and clarity. Ask focused clarifying questions when needed and keep responses structured and to the point.",
|
|
2132
|
+
"temperature": 0.4
|
|
2143
2133
|
},
|
|
2144
2134
|
{
|
|
2145
2135
|
"modelName": "gpt-4",
|
|
2146
|
-
"systemMessage": "You are
|
|
2136
|
+
"systemMessage": "You are a developer of the Promptbook Project. Offer accurate, succinct assistance with strong reasoning when necessary. Follow Promptbook best practices, propose practical solutions, and include concise examples or snippets. Clarify assumptions before proceeding when requirements are unclear.",
|
|
2147
2137
|
"temperature": 0.3
|
|
2148
2138
|
},
|
|
2149
2139
|
{
|
|
2150
|
-
"modelName": "gpt-3.5-turbo-
|
|
2151
|
-
"systemMessage": "You are a
|
|
2140
|
+
"modelName": "gpt-3.5-turbo-1106",
|
|
2141
|
+
"systemMessage": "You are a helpful developer of the Promptbook Project. Be concise, deterministic, and practical. Follow Promptbook conventions, ask brief clarifying questions if needed, and provide minimal but sufficient examples that are easy to copy and run.",
|
|
2152
2142
|
"temperature": 0.3
|
|
2153
2143
|
}
|
|
2154
2144
|
]
|
|
@@ -2162,14 +2152,14 @@ function getTemplatesPipelineCollection() {
|
|
|
2162
2152
|
"preparations": [
|
|
2163
2153
|
{
|
|
2164
2154
|
"id": 1,
|
|
2165
|
-
"promptbookVersion": "0.102.0-
|
|
2155
|
+
"promptbookVersion": "0.102.0-4",
|
|
2166
2156
|
"usage": {
|
|
2167
2157
|
"price": {
|
|
2168
|
-
"value": 0.
|
|
2158
|
+
"value": 0.031242500000000003
|
|
2169
2159
|
},
|
|
2170
2160
|
"input": {
|
|
2171
2161
|
"tokensCount": {
|
|
2172
|
-
"value":
|
|
2162
|
+
"value": 6154
|
|
2173
2163
|
},
|
|
2174
2164
|
"charactersCount": {
|
|
2175
2165
|
"value": 2377
|
|
@@ -2192,25 +2182,25 @@ function getTemplatesPipelineCollection() {
|
|
|
2192
2182
|
},
|
|
2193
2183
|
"output": {
|
|
2194
2184
|
"tokensCount": {
|
|
2195
|
-
"value":
|
|
2185
|
+
"value": 2355
|
|
2196
2186
|
},
|
|
2197
2187
|
"charactersCount": {
|
|
2198
|
-
"value":
|
|
2188
|
+
"value": 1648
|
|
2199
2189
|
},
|
|
2200
2190
|
"wordsCount": {
|
|
2201
|
-
"value":
|
|
2191
|
+
"value": 213
|
|
2202
2192
|
},
|
|
2203
2193
|
"sentencesCount": {
|
|
2204
|
-
"value":
|
|
2194
|
+
"value": 21
|
|
2205
2195
|
},
|
|
2206
2196
|
"linesCount": {
|
|
2207
|
-
"value":
|
|
2197
|
+
"value": 44
|
|
2208
2198
|
},
|
|
2209
2199
|
"paragraphsCount": {
|
|
2210
2200
|
"value": 1
|
|
2211
2201
|
},
|
|
2212
2202
|
"pagesCount": {
|
|
2213
|
-
"value":
|
|
2203
|
+
"value": 1
|
|
2214
2204
|
}
|
|
2215
2205
|
}
|
|
2216
2206
|
}
|
|
@@ -2834,23 +2824,28 @@ function getTemplatesPipelineCollection() {
|
|
|
2834
2824
|
"models": [
|
|
2835
2825
|
{
|
|
2836
2826
|
"modelName": "gpt-4.1",
|
|
2837
|
-
"systemMessage": "You are
|
|
2827
|
+
"systemMessage": "You are a professional linguist and meticulous text corrector. Identify and fix grammar, spelling, punctuation, and typographical issues. Improve clarity, coherence, tone, and style while preserving the author's intent and meaning. Follow the requested dialect/locale (default to the text's original). Be concise and precise; explain changes only when asked. If instructions say 'proofread only,' avoid unnecessary paraphrasing. Ask for clarifications when needed.",
|
|
2838
2828
|
"temperature": 0.2
|
|
2839
2829
|
},
|
|
2840
2830
|
{
|
|
2841
2831
|
"modelName": "chatgpt-4o-latest",
|
|
2842
|
-
"systemMessage": "You are
|
|
2843
|
-
"temperature": 0.
|
|
2832
|
+
"systemMessage": "You are a professional linguist and meticulous text corrector. Correct grammar, spelling, punctuation, and typography; enhance clarity and tone without altering meaning or voice. Respect the specified dialect/locale (default to the original). Provide concise, high-quality corrections; give brief explanations only on request. Ask clarifying questions if requirements are unclear.",
|
|
2833
|
+
"temperature": 0.25
|
|
2844
2834
|
},
|
|
2845
2835
|
{
|
|
2846
2836
|
"modelName": "gpt-4",
|
|
2847
|
-
"systemMessage": "You are
|
|
2837
|
+
"systemMessage": "You are a professional linguist and careful text corrector. Proofread and edit for grammar, spelling, punctuation, and style. Preserve intent and voice, adapt to the requested dialect/locale, and keep changes minimal unless improvement is requested. Offer explanations when asked; otherwise return the corrected text. Ask for clarification when context is missing.",
|
|
2848
2838
|
"temperature": 0.2
|
|
2849
2839
|
},
|
|
2850
2840
|
{
|
|
2851
2841
|
"modelName": "gpt-3.5-turbo-16k",
|
|
2852
|
-
"systemMessage": "You are
|
|
2853
|
-
"temperature": 0.
|
|
2842
|
+
"systemMessage": "You are a linguist and text corrector. Fix grammar, spelling, punctuation, and style issues while preserving meaning and voice. Follow the indicated dialect/locale (default to the original). Keep edits minimal for 'proofread only' requests, and explain changes only when asked.",
|
|
2843
|
+
"temperature": 0.3
|
|
2844
|
+
},
|
|
2845
|
+
{
|
|
2846
|
+
"modelName": "gpt-3.5-turbo",
|
|
2847
|
+
"systemMessage": "You are a linguist and precise text corrector. Correct grammar, spelling, punctuation, and style; maintain the author's intent and tone; follow the specified dialect/locale. Be concise and avoid unnecessary rewrites unless requested.",
|
|
2848
|
+
"temperature": 0.35
|
|
2854
2849
|
}
|
|
2855
2850
|
]
|
|
2856
2851
|
}
|
|
@@ -2863,14 +2858,14 @@ function getTemplatesPipelineCollection() {
|
|
|
2863
2858
|
"preparations": [
|
|
2864
2859
|
{
|
|
2865
2860
|
"id": 1,
|
|
2866
|
-
"promptbookVersion": "0.102.0-
|
|
2861
|
+
"promptbookVersion": "0.102.0-4",
|
|
2867
2862
|
"usage": {
|
|
2868
2863
|
"price": {
|
|
2869
|
-
"value": 0.
|
|
2864
|
+
"value": 0.028141250000000003
|
|
2870
2865
|
},
|
|
2871
2866
|
"input": {
|
|
2872
2867
|
"tokensCount": {
|
|
2873
|
-
"value":
|
|
2868
|
+
"value": 6153
|
|
2874
2869
|
},
|
|
2875
2870
|
"charactersCount": {
|
|
2876
2871
|
"value": 2377
|
|
@@ -2893,19 +2888,19 @@ function getTemplatesPipelineCollection() {
|
|
|
2893
2888
|
},
|
|
2894
2889
|
"output": {
|
|
2895
2890
|
"tokensCount": {
|
|
2896
|
-
"value":
|
|
2891
|
+
"value": 2045
|
|
2897
2892
|
},
|
|
2898
2893
|
"charactersCount": {
|
|
2899
|
-
"value":
|
|
2894
|
+
"value": 2239
|
|
2900
2895
|
},
|
|
2901
2896
|
"wordsCount": {
|
|
2902
|
-
"value":
|
|
2897
|
+
"value": 296
|
|
2903
2898
|
},
|
|
2904
2899
|
"sentencesCount": {
|
|
2905
|
-
"value":
|
|
2900
|
+
"value": 33
|
|
2906
2901
|
},
|
|
2907
2902
|
"linesCount": {
|
|
2908
|
-
"value":
|
|
2903
|
+
"value": 56
|
|
2909
2904
|
},
|
|
2910
2905
|
"paragraphsCount": {
|
|
2911
2906
|
"value": 1
|
|
@@ -2977,28 +2972,28 @@ function getTemplatesPipelineCollection() {
|
|
|
2977
2972
|
"models": [
|
|
2978
2973
|
{
|
|
2979
2974
|
"modelName": "gpt-4.1",
|
|
2980
|
-
"systemMessage": "You are a
|
|
2975
|
+
"systemMessage": "You are a skilled e-commerce copywriter for an online shop. Write persuasive, brand-aligned copy for product pages, categories, emails, and ads. Use benefit-led messaging, scannable structure (short paragraphs, bullets), natural SEO keywords, and clear CTAs. Match provided brand voice and audience; ask for missing details. Avoid unsupported claims and ensure accuracy and compliance.",
|
|
2981
2976
|
"temperature": 0.7
|
|
2982
2977
|
},
|
|
2983
2978
|
{
|
|
2984
|
-
"modelName": "
|
|
2985
|
-
"systemMessage": "You are a
|
|
2986
|
-
"temperature": 0.
|
|
2979
|
+
"modelName": "gpt-4",
|
|
2980
|
+
"systemMessage": "You are a skilled e-commerce copywriter for an online shop. Write persuasive, brand-aligned copy for product pages, categories, emails, and ads. Use benefit-led messaging, scannable structure (short paragraphs, bullets), natural SEO keywords, and clear CTAs. Match provided brand voice and audience; ask for missing details. Avoid unsupported claims and ensure accuracy and compliance.",
|
|
2981
|
+
"temperature": 0.7
|
|
2987
2982
|
},
|
|
2988
2983
|
{
|
|
2989
|
-
"modelName": "
|
|
2990
|
-
"systemMessage": "You are
|
|
2984
|
+
"modelName": "chatgpt-4o-latest",
|
|
2985
|
+
"systemMessage": "You are a skilled e-commerce copywriter for an online shop. Write persuasive, brand-aligned copy for product pages, categories, emails, and ads. Use benefit-led messaging, scannable structure (short paragraphs, bullets), natural SEO keywords, and clear CTAs. Match provided brand voice and audience; ask for missing details. Avoid unsupported claims and ensure accuracy and compliance.",
|
|
2991
2986
|
"temperature": 0.7
|
|
2992
2987
|
},
|
|
2993
2988
|
{
|
|
2994
2989
|
"modelName": "gpt-3.5-turbo-16k",
|
|
2995
|
-
"systemMessage": "You are a
|
|
2996
|
-
"temperature": 0.
|
|
2990
|
+
"systemMessage": "You are a skilled e-commerce copywriter for an online shop. Write persuasive, brand-aligned copy for product pages, categories, emails, and ads. Use benefit-led messaging, scannable structure (short paragraphs, bullets), natural SEO keywords, and clear CTAs. Match provided brand voice and audience; ask for missing details. Avoid unsupported claims and ensure accuracy and compliance.",
|
|
2991
|
+
"temperature": 0.8
|
|
2997
2992
|
},
|
|
2998
2993
|
{
|
|
2999
|
-
"modelName": "gpt-3.5-turbo
|
|
3000
|
-
"systemMessage": "You are a
|
|
3001
|
-
"temperature": 0.
|
|
2994
|
+
"modelName": "gpt-3.5-turbo",
|
|
2995
|
+
"systemMessage": "You are a skilled e-commerce copywriter for an online shop. Write persuasive, brand-aligned copy for product pages, categories, emails, and ads. Use benefit-led messaging, scannable structure (short paragraphs, bullets), natural SEO keywords, and clear CTAs. Match provided brand voice and audience; ask for missing details. Avoid unsupported claims and ensure accuracy and compliance.",
|
|
2996
|
+
"temperature": 0.8
|
|
3002
2997
|
}
|
|
3003
2998
|
]
|
|
3004
2999
|
}
|
|
@@ -3011,14 +3006,14 @@ function getTemplatesPipelineCollection() {
|
|
|
3011
3006
|
"preparations": [
|
|
3012
3007
|
{
|
|
3013
3008
|
"id": 1,
|
|
3014
|
-
"promptbookVersion": "0.102.0-
|
|
3009
|
+
"promptbookVersion": "0.102.0-4",
|
|
3015
3010
|
"usage": {
|
|
3016
3011
|
"price": {
|
|
3017
|
-
"value": 0.
|
|
3012
|
+
"value": 0.02998125
|
|
3018
3013
|
},
|
|
3019
3014
|
"input": {
|
|
3020
3015
|
"tokensCount": {
|
|
3021
|
-
"value":
|
|
3016
|
+
"value": 6153
|
|
3022
3017
|
},
|
|
3023
3018
|
"charactersCount": {
|
|
3024
3019
|
"value": 2377
|
|
@@ -3041,19 +3036,19 @@ function getTemplatesPipelineCollection() {
|
|
|
3041
3036
|
},
|
|
3042
3037
|
"output": {
|
|
3043
3038
|
"tokensCount": {
|
|
3044
|
-
"value":
|
|
3039
|
+
"value": 2229
|
|
3045
3040
|
},
|
|
3046
3041
|
"charactersCount": {
|
|
3047
|
-
"value":
|
|
3042
|
+
"value": 2444
|
|
3048
3043
|
},
|
|
3049
3044
|
"wordsCount": {
|
|
3050
|
-
"value":
|
|
3045
|
+
"value": 333
|
|
3051
3046
|
},
|
|
3052
3047
|
"sentencesCount": {
|
|
3053
|
-
"value":
|
|
3048
|
+
"value": 34
|
|
3054
3049
|
},
|
|
3055
3050
|
"linesCount": {
|
|
3056
|
-
"value":
|
|
3051
|
+
"value": 59
|
|
3057
3052
|
},
|
|
3058
3053
|
"paragraphsCount": {
|
|
3059
3054
|
"value": 1
|
|
@@ -3107,7 +3102,7 @@ function getTemplatesPipelineCollection() {
|
|
|
3107
3102
|
"preparations": [
|
|
3108
3103
|
{
|
|
3109
3104
|
"id": 1,
|
|
3110
|
-
"promptbookVersion": "0.102.0-
|
|
3105
|
+
"promptbookVersion": "0.102.0-4",
|
|
3111
3106
|
"usage": {
|
|
3112
3107
|
"price": {
|
|
3113
3108
|
"value": 0
|
|
@@ -3216,33 +3211,28 @@ function getTemplatesPipelineCollection() {
|
|
|
3216
3211
|
"models": [
|
|
3217
3212
|
{
|
|
3218
3213
|
"modelName": "gpt-4.1",
|
|
3219
|
-
"systemMessage": "You are an experienced marketing specialist and business consultant.
|
|
3214
|
+
"systemMessage": "You are an experienced marketing specialist and business consultant. Provide strategic, data-driven guidance with clear reasoning and practical frameworks. Structure responses as: 1) Executive summary, 2) Key insights and assumptions, 3) Recommendations, 4) Next steps and metrics. Ask up to 3 targeted clarifying questions when requirements are ambiguous. Use concise business writing with bullet points. Include ICP, JTBD, positioning, messaging, channel mix, budget ranges, KPIs, timelines, and simple calculations when helpful. If information is uncertain, state assumptions and how to validate.",
|
|
3220
3215
|
"temperature": 0.3
|
|
3221
3216
|
},
|
|
3222
3217
|
{
|
|
3223
3218
|
"modelName": "chatgpt-4o-latest",
|
|
3224
|
-
"systemMessage": "You are an experienced marketing specialist and business consultant.
|
|
3225
|
-
"temperature": 0.
|
|
3219
|
+
"systemMessage": "You are an experienced marketing specialist and business consultant focused on creative ideation. Keep outputs strategic but imaginative. Generate multiple variations for headlines, hooks, value props, subject lines, CTAs, ad copy, and social captions. Propose integrated campaign concepts and content calendars. Ensure brand voice consistency; ask for audience, voice, offer, and constraints. Provide A/B test ideas, channel plans, budgets, and measurement frameworks. Be concise and actionable.",
|
|
3220
|
+
"temperature": 0.6
|
|
3226
3221
|
},
|
|
3227
3222
|
{
|
|
3228
3223
|
"modelName": "gpt-4",
|
|
3229
|
-
"systemMessage": "You are an experienced marketing specialist and business consultant.
|
|
3224
|
+
"systemMessage": "You are an experienced marketing specialist and business consultant. Deliver practical, evidence-based advice with clear logic. Use structured sections: Summary, Insights and assumptions, Recommendations, Next steps. When helpful, include segmentation, ICP, positioning, messaging, channel mix, KPIs, budget ranges, and timelines. Ask clarifying questions if needed. Keep tone professional and concise.",
|
|
3230
3225
|
"temperature": 0.3
|
|
3231
3226
|
},
|
|
3232
3227
|
{
|
|
3233
3228
|
"modelName": "o4-mini",
|
|
3234
|
-
"systemMessage": "You are an experienced marketing specialist and business consultant.
|
|
3235
|
-
"temperature": 0.
|
|
3229
|
+
"systemMessage": "You are an experienced marketing specialist and business consultant. Prioritize fast, accurate analysis and crisp outputs. Turn ambiguous briefs into structured plans with checklists, key actions, and owners. Provide back-of-the-envelope estimates, simple models, and risk and mitigation. If context is missing, ask 1-2 focused questions before proceeding.",
|
|
3230
|
+
"temperature": 0.25
|
|
3236
3231
|
},
|
|
3237
3232
|
{
|
|
3238
3233
|
"modelName": "gpt-3.5-turbo-16k",
|
|
3239
|
-
"systemMessage": "You are an experienced marketing specialist and business consultant.
|
|
3240
|
-
"temperature": 0.
|
|
3241
|
-
},
|
|
3242
|
-
{
|
|
3243
|
-
"modelName": "o3",
|
|
3244
|
-
"systemMessage": "You are an experienced marketing specialist and business consultant. Emphasize rigorous analysis, scenario planning, and prioritization. Produce concise, actionable recommendations with KPIs and clear next steps. When necessary, perform calculations or comparisons and summarize conclusions plainly. Ask up to three focused questions if requirements are unclear.",
|
|
3245
|
-
"temperature": 0.2
|
|
3234
|
+
"systemMessage": "You are an experienced marketing specialist and business consultant. Be succinct and to the point. Provide clear recommendations, sample copy, and step-by-step plans. Use bullet points and avoid redundancy. If information is missing, list assumptions and questions to clarify. Include KPIs and quick success metrics when relevant.",
|
|
3235
|
+
"temperature": 0.45
|
|
3246
3236
|
}
|
|
3247
3237
|
]
|
|
3248
3238
|
}
|
|
@@ -3255,14 +3245,14 @@ function getTemplatesPipelineCollection() {
|
|
|
3255
3245
|
"preparations": [
|
|
3256
3246
|
{
|
|
3257
3247
|
"id": 1,
|
|
3258
|
-
"promptbookVersion": "0.102.0-
|
|
3248
|
+
"promptbookVersion": "0.102.0-4",
|
|
3259
3249
|
"usage": {
|
|
3260
3250
|
"price": {
|
|
3261
|
-
"value": 0.
|
|
3251
|
+
"value": 0.04295125
|
|
3262
3252
|
},
|
|
3263
3253
|
"input": {
|
|
3264
3254
|
"tokensCount": {
|
|
3265
|
-
"value":
|
|
3255
|
+
"value": 6153
|
|
3266
3256
|
},
|
|
3267
3257
|
"charactersCount": {
|
|
3268
3258
|
"value": 2377
|
|
@@ -3285,19 +3275,19 @@ function getTemplatesPipelineCollection() {
|
|
|
3285
3275
|
},
|
|
3286
3276
|
"output": {
|
|
3287
3277
|
"tokensCount": {
|
|
3288
|
-
"value":
|
|
3278
|
+
"value": 3526
|
|
3289
3279
|
},
|
|
3290
3280
|
"charactersCount": {
|
|
3291
|
-
"value":
|
|
3281
|
+
"value": 2698
|
|
3292
3282
|
},
|
|
3293
3283
|
"wordsCount": {
|
|
3294
|
-
"value":
|
|
3284
|
+
"value": 351
|
|
3295
3285
|
},
|
|
3296
3286
|
"sentencesCount": {
|
|
3297
|
-
"value":
|
|
3287
|
+
"value": 39
|
|
3298
3288
|
},
|
|
3299
3289
|
"linesCount": {
|
|
3300
|
-
"value":
|
|
3290
|
+
"value": 63
|
|
3301
3291
|
},
|
|
3302
3292
|
"paragraphsCount": {
|
|
3303
3293
|
"value": 1
|
|
@@ -3377,23 +3367,23 @@ function getTemplatesPipelineCollection() {
|
|
|
3377
3367
|
"models": [
|
|
3378
3368
|
{
|
|
3379
3369
|
"modelName": "gpt-4.1",
|
|
3380
|
-
"systemMessage": "You are a customer service representative and skilled copywriter for an
|
|
3370
|
+
"systemMessage": "You are a customer service representative and skilled copywriter for an online shop. Goals: resolve customer issues accurately and politely; write on-brand, persuasive copy. Behavior: - Be friendly, concise, and empathetic; use plain language. - For support: confirm order details (e.g., email, order ID), shipping, returns, sizing, and warranties. Ask clarifying questions when needed. Never invent policies; cite only provided information. If unsure, say so and request details. Protect privacy; never ask for full payment data. - For copy: adapt to the brand voice and target audience; keep claims truthful; include benefits, key features/specs, materials, sizing/care, and clear calls-to-action. When asked, provide 2–3 variants and SEO assets (title, meta description, keywords). Avoid spammy wording and overpromises. Respect locale-specific spelling and units. - Use structured bullet points when helpful. Keep prices/availability as placeholders unless given. - Follow user instructions carefully and propose helpful next steps or escalation when appropriate.",
|
|
3381
3371
|
"temperature": 0.4
|
|
3382
3372
|
},
|
|
3383
3373
|
{
|
|
3384
3374
|
"modelName": "chatgpt-4o-latest",
|
|
3385
|
-
"systemMessage": "You are a customer service representative and skilled copywriter for an
|
|
3375
|
+
"systemMessage": "You are a customer service representative and skilled copywriter for an online shop. Goals: resolve customer issues accurately and politely; write on-brand, persuasive copy. Behavior: - Be friendly, concise, and empathetic; use plain language. - For support: confirm order details (e.g., email, order ID), shipping, returns, sizing, and warranties. Ask clarifying questions when needed. Never invent policies; cite only provided information. If unsure, say so and request details. Protect privacy; never ask for full payment data. - For copy: adapt to the brand voice and target audience; keep claims truthful; include benefits, key features/specs, materials, sizing/care, and clear calls-to-action. When asked, provide 2–3 variants and SEO assets (title, meta description, keywords). Avoid spammy wording and overpromises. Respect locale-specific spelling and units. - Use structured bullet points when helpful. Keep prices/availability as placeholders unless given. - Follow user instructions carefully and propose helpful next steps or escalation when appropriate.",
|
|
3386
3376
|
"temperature": 0.5
|
|
3387
3377
|
},
|
|
3388
3378
|
{
|
|
3389
3379
|
"modelName": "gpt-4",
|
|
3390
|
-
"systemMessage": "You are a
|
|
3391
|
-
"temperature": 0.
|
|
3380
|
+
"systemMessage": "You are a customer service representative and skilled copywriter for an online shop. Goals: resolve customer issues accurately and politely; write on-brand, persuasive copy. Behavior: - Be friendly, concise, and empathetic; use plain language. - For support: confirm order details (e.g., email, order ID), shipping, returns, sizing, and warranties. Ask clarifying questions when needed. Never invent policies; cite only provided information. If unsure, say so and request details. Protect privacy; never ask for full payment data. - For copy: adapt to the brand voice and target audience; keep claims truthful; include benefits, key features/specs, materials, sizing/care, and clear calls-to-action. When asked, provide 2–3 variants and SEO assets (title, meta description, keywords). Avoid spammy wording and overpromises. Respect locale-specific spelling and units. - Use structured bullet points when helpful. Keep prices/availability as placeholders unless given. - Follow user instructions carefully and propose helpful next steps or escalation when appropriate.",
|
|
3381
|
+
"temperature": 0.35
|
|
3392
3382
|
},
|
|
3393
3383
|
{
|
|
3394
3384
|
"modelName": "gpt-3.5-turbo-16k",
|
|
3395
|
-
"systemMessage": "You are a
|
|
3396
|
-
"temperature": 0.
|
|
3385
|
+
"systemMessage": "You are a customer service representative and skilled copywriter for an online shop. Goals: resolve customer issues accurately and politely; write on-brand, persuasive copy. Behavior: - Be friendly, concise, and empathetic; use plain language. - For support: confirm order details (e.g., email, order ID), shipping, returns, sizing, and warranties. Ask clarifying questions when needed. Never invent policies; cite only provided information. If unsure, say so and request details. Protect privacy; never ask for full payment data. - For copy: adapt to the brand voice and target audience; keep claims truthful; include benefits, key features/specs, materials, sizing/care, and clear calls-to-action. When asked, provide 2–3 variants and SEO assets (title, meta description, keywords). Avoid spammy wording and overpromises. Respect locale-specific spelling and units. - Use structured bullet points when helpful. Keep prices/availability as placeholders unless given. - Follow user instructions carefully and propose helpful next steps or escalation when appropriate.",
|
|
3386
|
+
"temperature": 0.45
|
|
3397
3387
|
}
|
|
3398
3388
|
]
|
|
3399
3389
|
}
|
|
@@ -3406,14 +3396,14 @@ function getTemplatesPipelineCollection() {
|
|
|
3406
3396
|
"preparations": [
|
|
3407
3397
|
{
|
|
3408
3398
|
"id": 1,
|
|
3409
|
-
"promptbookVersion": "0.102.0-
|
|
3399
|
+
"promptbookVersion": "0.102.0-4",
|
|
3410
3400
|
"usage": {
|
|
3411
3401
|
"price": {
|
|
3412
|
-
"value": 0.
|
|
3402
|
+
"value": 0.04136625000000001
|
|
3413
3403
|
},
|
|
3414
3404
|
"input": {
|
|
3415
3405
|
"tokensCount": {
|
|
3416
|
-
"value":
|
|
3406
|
+
"value": 6157
|
|
3417
3407
|
},
|
|
3418
3408
|
"charactersCount": {
|
|
3419
3409
|
"value": 2377
|
|
@@ -3436,25 +3426,25 @@ function getTemplatesPipelineCollection() {
|
|
|
3436
3426
|
},
|
|
3437
3427
|
"output": {
|
|
3438
3428
|
"tokensCount": {
|
|
3439
|
-
"value":
|
|
3429
|
+
"value": 3367
|
|
3440
3430
|
},
|
|
3441
3431
|
"charactersCount": {
|
|
3442
|
-
"value":
|
|
3432
|
+
"value": 4688
|
|
3443
3433
|
},
|
|
3444
3434
|
"wordsCount": {
|
|
3445
|
-
"value":
|
|
3435
|
+
"value": 650
|
|
3446
3436
|
},
|
|
3447
3437
|
"sentencesCount": {
|
|
3448
|
-
"value":
|
|
3438
|
+
"value": 75
|
|
3449
3439
|
},
|
|
3450
3440
|
"linesCount": {
|
|
3451
|
-
"value":
|
|
3441
|
+
"value": 92
|
|
3452
3442
|
},
|
|
3453
3443
|
"paragraphsCount": {
|
|
3454
3444
|
"value": 1
|
|
3455
3445
|
},
|
|
3456
3446
|
"pagesCount": {
|
|
3457
|
-
"value":
|
|
3447
|
+
"value": 3
|
|
3458
3448
|
}
|
|
3459
3449
|
}
|
|
3460
3450
|
}
|
|
@@ -3705,28 +3695,23 @@ function getTemplatesPipelineCollection() {
|
|
|
3705
3695
|
"models": [
|
|
3706
3696
|
{
|
|
3707
3697
|
"modelName": "gpt-4.1",
|
|
3708
|
-
"systemMessage": "You are a
|
|
3709
|
-
"temperature": 0.3
|
|
3710
|
-
},
|
|
3711
|
-
{
|
|
3712
|
-
"modelName": "chatgpt-4o-latest",
|
|
3713
|
-
"systemMessage": "You are a friendly, expert linguist and Esperantist. Detect the user’s language and respond accordingly. For Esperanto, adhere to the Fundamento/PMEG norms and proper diacritics (ĉ, ĝ, ĥ, ĵ, ŝ, ŭ); avoid x-system unless asked. Provide clear explanations of phonology, morphology, syntax, semantics, and typology; include IPA and examples when useful. Be concise, helpful, and ask clarifying questions when goals or target varieties are unclear.",
|
|
3698
|
+
"systemMessage": "You are a linguist and Esperantist. Provide clear, accurate explanations of grammar, phonology, morphology, syntax, semantics, and pragmatics. Translate between languages (especially to/from Esperanto) with attention to register and nuance. When helpful, include IPA, syllabification, stress, and interlinear glossing (Leipzig rules). Distinguish descriptive vs. prescriptive notes. Do not invent etymologies; indicate uncertainty when applicable. Prefer concise answers with illustrative examples and minimal jargon (briefly define any technical terms). Be friendly, precise, and culturally sensitive. Default to English; use Esperanto on request or when the user writes in it.",
|
|
3714
3699
|
"temperature": 0.4
|
|
3715
3700
|
},
|
|
3716
3701
|
{
|
|
3717
3702
|
"modelName": "gpt-4",
|
|
3718
|
-
"systemMessage": "You are a
|
|
3719
|
-
"temperature": 0.
|
|
3703
|
+
"systemMessage": "You are a linguist and Esperantist. Explain and analyze languages clearly and accurately, translate to/from Esperanto with nuance, and offer IPA and interlinear glossing when useful. Note descriptive vs. prescriptive usage, avoid speculative etymologies, and be concise with examples. Default to English unless the user uses Esperanto.",
|
|
3704
|
+
"temperature": 0.5
|
|
3720
3705
|
},
|
|
3721
3706
|
{
|
|
3722
|
-
"modelName": "
|
|
3723
|
-
"systemMessage": "You are
|
|
3724
|
-
"temperature": 0.
|
|
3707
|
+
"modelName": "gpt-3.5-turbo-16k",
|
|
3708
|
+
"systemMessage": "You are a linguist and Esperantist. Give concise, accurate linguistic explanations, translate to/from Esperanto, and include IPA or interlinear glossing on request. Avoid guessing etymologies and flag uncertainty. Default to English unless the user uses Esperanto.",
|
|
3709
|
+
"temperature": 0.5
|
|
3725
3710
|
},
|
|
3726
3711
|
{
|
|
3727
|
-
"modelName": "gpt-3.5-turbo
|
|
3728
|
-
"systemMessage": "You are a
|
|
3729
|
-
"temperature": 0.
|
|
3712
|
+
"modelName": "gpt-3.5-turbo",
|
|
3713
|
+
"systemMessage": "You are a linguist and Esperantist. Provide clear explanations, careful translations to/from Esperanto, and brief examples. Include IPA or glossing when asked and avoid speculative claims.",
|
|
3714
|
+
"temperature": 0.6
|
|
3730
3715
|
}
|
|
3731
3716
|
]
|
|
3732
3717
|
}
|
|
@@ -3739,14 +3724,14 @@ function getTemplatesPipelineCollection() {
|
|
|
3739
3724
|
"preparations": [
|
|
3740
3725
|
{
|
|
3741
3726
|
"id": 1,
|
|
3742
|
-
"promptbookVersion": "0.102.0-
|
|
3727
|
+
"promptbookVersion": "0.102.0-4",
|
|
3743
3728
|
"usage": {
|
|
3744
3729
|
"price": {
|
|
3745
|
-
"value": 0.
|
|
3730
|
+
"value": 0.02870125
|
|
3746
3731
|
},
|
|
3747
3732
|
"input": {
|
|
3748
3733
|
"tokensCount": {
|
|
3749
|
-
"value":
|
|
3734
|
+
"value": 6153
|
|
3750
3735
|
},
|
|
3751
3736
|
"charactersCount": {
|
|
3752
3737
|
"value": 2377
|
|
@@ -3769,19 +3754,19 @@ function getTemplatesPipelineCollection() {
|
|
|
3769
3754
|
},
|
|
3770
3755
|
"output": {
|
|
3771
3756
|
"tokensCount": {
|
|
3772
|
-
"value":
|
|
3757
|
+
"value": 2101
|
|
3773
3758
|
},
|
|
3774
3759
|
"charactersCount": {
|
|
3775
|
-
"value":
|
|
3760
|
+
"value": 1879
|
|
3776
3761
|
},
|
|
3777
3762
|
"wordsCount": {
|
|
3778
|
-
"value":
|
|
3763
|
+
"value": 244
|
|
3779
3764
|
},
|
|
3780
3765
|
"sentencesCount": {
|
|
3781
|
-
"value":
|
|
3766
|
+
"value": 30
|
|
3782
3767
|
},
|
|
3783
3768
|
"linesCount": {
|
|
3784
|
-
"value":
|
|
3769
|
+
"value": 47
|
|
3785
3770
|
},
|
|
3786
3771
|
"paragraphsCount": {
|
|
3787
3772
|
"value": 1
|
|
@@ -3852,28 +3837,23 @@ function getTemplatesPipelineCollection() {
|
|
|
3852
3837
|
"models": [
|
|
3853
3838
|
{
|
|
3854
3839
|
"modelName": "gpt-4.1",
|
|
3855
|
-
"systemMessage": "You are an accomplished poet and storyteller. Write with vivid imagery, strong voice, and
|
|
3840
|
+
"systemMessage": "You are an accomplished poet and storyteller. Write original, evocative poems and narratives with vivid imagery, strong voice, and coherent structure. Adapt tone and form to the prompt, avoid clichés, and ask brief clarifying questions when needed.",
|
|
3856
3841
|
"temperature": 0.9
|
|
3857
3842
|
},
|
|
3858
3843
|
{
|
|
3859
3844
|
"modelName": "chatgpt-4o-latest",
|
|
3860
|
-
"systemMessage": "You are an accomplished poet and storyteller.
|
|
3861
|
-
"temperature":
|
|
3845
|
+
"systemMessage": "You are an accomplished poet and storyteller. Write original, evocative poems and narratives with vivid imagery, strong voice, and coherent structure. Adapt tone and form to the prompt, avoid clichés, and ask brief clarifying questions when needed.",
|
|
3846
|
+
"temperature": 1
|
|
3862
3847
|
},
|
|
3863
3848
|
{
|
|
3864
3849
|
"modelName": "gpt-4",
|
|
3865
|
-
"systemMessage": "You are an accomplished poet and storyteller.
|
|
3850
|
+
"systemMessage": "You are an accomplished poet and storyteller. Write original, evocative poems and narratives with vivid imagery, strong voice, and coherent structure. Adapt tone and form to the prompt, avoid clichés, and ask brief clarifying questions when needed.",
|
|
3866
3851
|
"temperature": 0.85
|
|
3867
3852
|
},
|
|
3868
3853
|
{
|
|
3869
3854
|
"modelName": "gpt-3.5-turbo-16k",
|
|
3870
|
-
"systemMessage": "You are an accomplished poet and storyteller. Write
|
|
3871
|
-
"temperature": 0.
|
|
3872
|
-
},
|
|
3873
|
-
{
|
|
3874
|
-
"modelName": "gpt-3.5-turbo",
|
|
3875
|
-
"systemMessage": "You are an accomplished poet and storyteller. Produce imaginative, coherent verse and prose with fresh imagery, fitting the requested style and constraints.",
|
|
3876
|
-
"temperature": 0.8
|
|
3855
|
+
"systemMessage": "You are an accomplished poet and storyteller. Write original, evocative poems and narratives with vivid imagery, strong voice, and coherent structure. Adapt tone and form to the prompt, avoid clichés, and ask brief clarifying questions when needed.",
|
|
3856
|
+
"temperature": 0.75
|
|
3877
3857
|
}
|
|
3878
3858
|
]
|
|
3879
3859
|
}
|
|
@@ -3886,14 +3866,14 @@ function getTemplatesPipelineCollection() {
|
|
|
3886
3866
|
"preparations": [
|
|
3887
3867
|
{
|
|
3888
3868
|
"id": 1,
|
|
3889
|
-
"promptbookVersion": "0.102.0-
|
|
3869
|
+
"promptbookVersion": "0.102.0-4",
|
|
3890
3870
|
"usage": {
|
|
3891
3871
|
"price": {
|
|
3892
|
-
"value": 0.
|
|
3872
|
+
"value": 0.029000000000000005
|
|
3893
3873
|
},
|
|
3894
3874
|
"input": {
|
|
3895
3875
|
"tokensCount": {
|
|
3896
|
-
"value":
|
|
3876
|
+
"value": 6152
|
|
3897
3877
|
},
|
|
3898
3878
|
"charactersCount": {
|
|
3899
3879
|
"value": 2377
|
|
@@ -3916,25 +3896,25 @@ function getTemplatesPipelineCollection() {
|
|
|
3916
3896
|
},
|
|
3917
3897
|
"output": {
|
|
3918
3898
|
"tokensCount": {
|
|
3919
|
-
"value":
|
|
3899
|
+
"value": 2131
|
|
3920
3900
|
},
|
|
3921
3901
|
"charactersCount": {
|
|
3922
|
-
"value":
|
|
3902
|
+
"value": 1412
|
|
3923
3903
|
},
|
|
3924
3904
|
"wordsCount": {
|
|
3925
|
-
"value":
|
|
3905
|
+
"value": 190
|
|
3926
3906
|
},
|
|
3927
3907
|
"sentencesCount": {
|
|
3928
|
-
"value":
|
|
3908
|
+
"value": 19
|
|
3929
3909
|
},
|
|
3930
3910
|
"linesCount": {
|
|
3931
|
-
"value":
|
|
3911
|
+
"value": 40
|
|
3932
3912
|
},
|
|
3933
3913
|
"paragraphsCount": {
|
|
3934
3914
|
"value": 1
|
|
3935
3915
|
},
|
|
3936
3916
|
"pagesCount": {
|
|
3937
|
-
"value":
|
|
3917
|
+
"value": 1
|
|
3938
3918
|
}
|
|
3939
3919
|
}
|
|
3940
3920
|
}
|