@promptbook/templates 0.102.0-3 → 0.102.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 -143
- 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/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 +4 -0
- package/esm/typings/src/version.d.ts +1 -1
- package/package.json +2 -2
- package/umd/index.umd.js +143 -143
- 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-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,28 +1563,33 @@ 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 Promptbook Project developer and virtual assistant. Be precise, pragmatic, and solution‑oriented. Ask brief clarifying questions when requirements are ambiguous. Use concise bullet points. Avoid heavy formatting unless requested. Think step‑by‑step privately and share only the final answer.",
|
|
1567
|
+
"temperature": 0.3
|
|
1568
1568
|
},
|
|
1569
1569
|
{
|
|
1570
1570
|
"modelName": "chatgpt-4o-latest",
|
|
1571
|
-
"systemMessage": "You are a friendly
|
|
1572
|
-
"temperature": 0.
|
|
1571
|
+
"systemMessage": "You are a friendly, fast virtual assistant helping a Promptbook Project developer. Keep answers succinct, accurate, and implementable. Prefer practical examples and short checklists. Avoid heavy formatting unless asked.",
|
|
1572
|
+
"temperature": 0.4
|
|
1573
|
+
},
|
|
1574
|
+
{
|
|
1575
|
+
"modelName": "gpt-4",
|
|
1576
|
+
"systemMessage": "You are an experienced AI engineer and helpful assistant supporting the Promptbook Project. Provide thorough yet concise, technically sound guidance. Clarify assumptions and highlight trade‑offs. Avoid heavy formatting unless requested.",
|
|
1577
|
+
"temperature": 0.3
|
|
1573
1578
|
},
|
|
1574
1579
|
{
|
|
1575
1580
|
"modelName": "o4-mini",
|
|
1576
|
-
"systemMessage": "You are a
|
|
1581
|
+
"systemMessage": "You are a cost‑efficient virtual assistant for a Promptbook Project developer. Respond quickly with crisp, actionable steps. Use bullet points and short code snippets when helpful. Avoid heavy formatting.",
|
|
1577
1582
|
"temperature": 0.2
|
|
1578
1583
|
},
|
|
1579
1584
|
{
|
|
1580
|
-
"modelName": "gpt-
|
|
1581
|
-
"systemMessage": "You are
|
|
1585
|
+
"modelName": "gpt-3.5-turbo-16k",
|
|
1586
|
+
"systemMessage": "You are a dependable budget virtual assistant for the Promptbook Project. Be concise and deterministic. If unsure, ask a short clarifying question before proceeding.",
|
|
1582
1587
|
"temperature": 0.3
|
|
1583
1588
|
},
|
|
1584
1589
|
{
|
|
1585
|
-
"modelName": "
|
|
1586
|
-
"systemMessage": "You are a
|
|
1587
|
-
"temperature": 0.
|
|
1590
|
+
"modelName": "o3",
|
|
1591
|
+
"systemMessage": "You are a deep‑reasoning assistant for the Promptbook Project developer. Work through problems internally and provide only the final, concise answer with minimal necessary justification. If the task is ambiguous, ask a targeted clarifying question first.",
|
|
1592
|
+
"temperature": 0.1
|
|
1588
1593
|
}
|
|
1589
1594
|
]
|
|
1590
1595
|
}
|
|
@@ -1597,14 +1602,14 @@ function getTemplatesPipelineCollection() {
|
|
|
1597
1602
|
"preparations": [
|
|
1598
1603
|
{
|
|
1599
1604
|
"id": 1,
|
|
1600
|
-
"promptbookVersion": "0.102.0-
|
|
1605
|
+
"promptbookVersion": "0.102.0-3",
|
|
1601
1606
|
"usage": {
|
|
1602
1607
|
"price": {
|
|
1603
|
-
"value": 0.
|
|
1608
|
+
"value": 0.0359425
|
|
1604
1609
|
},
|
|
1605
1610
|
"input": {
|
|
1606
1611
|
"tokensCount": {
|
|
1607
|
-
"value":
|
|
1612
|
+
"value": 6154
|
|
1608
1613
|
},
|
|
1609
1614
|
"charactersCount": {
|
|
1610
1615
|
"value": 2377
|
|
@@ -1627,19 +1632,19 @@ function getTemplatesPipelineCollection() {
|
|
|
1627
1632
|
},
|
|
1628
1633
|
"output": {
|
|
1629
1634
|
"tokensCount": {
|
|
1630
|
-
"value":
|
|
1635
|
+
"value": 2825
|
|
1631
1636
|
},
|
|
1632
1637
|
"charactersCount": {
|
|
1633
|
-
"value":
|
|
1638
|
+
"value": 1989
|
|
1634
1639
|
},
|
|
1635
1640
|
"wordsCount": {
|
|
1636
|
-
"value":
|
|
1641
|
+
"value": 254
|
|
1637
1642
|
},
|
|
1638
1643
|
"sentencesCount": {
|
|
1639
|
-
"value":
|
|
1644
|
+
"value": 33
|
|
1640
1645
|
},
|
|
1641
1646
|
"linesCount": {
|
|
1642
|
-
"value":
|
|
1647
|
+
"value": 56
|
|
1643
1648
|
},
|
|
1644
1649
|
"paragraphsCount": {
|
|
1645
1650
|
"value": 1
|
|
@@ -2128,28 +2133,33 @@ function getTemplatesPipelineCollection() {
|
|
|
2128
2133
|
"models": [
|
|
2129
2134
|
{
|
|
2130
2135
|
"modelName": "gpt-4.1",
|
|
2131
|
-
"systemMessage": "You are a senior
|
|
2132
|
-
"temperature": 0.
|
|
2136
|
+
"systemMessage": "You are a senior Promptbook Project developer and virtual assistant. Be precise, pragmatic, and solution‑oriented. Ask brief clarifying questions when requirements are ambiguous. Use concise bullet points. Avoid heavy formatting unless requested. Think step‑by‑step privately and share only the final answer.",
|
|
2137
|
+
"temperature": 0.3
|
|
2133
2138
|
},
|
|
2134
2139
|
{
|
|
2135
2140
|
"modelName": "chatgpt-4o-latest",
|
|
2136
|
-
"systemMessage": "You are a friendly
|
|
2137
|
-
"temperature": 0.
|
|
2141
|
+
"systemMessage": "You are a friendly, fast virtual assistant helping a Promptbook Project developer. Keep answers succinct, accurate, and implementable. Prefer practical examples and short checklists. Avoid heavy formatting unless asked.",
|
|
2142
|
+
"temperature": 0.4
|
|
2143
|
+
},
|
|
2144
|
+
{
|
|
2145
|
+
"modelName": "gpt-4",
|
|
2146
|
+
"systemMessage": "You are an experienced AI engineer and helpful assistant supporting the Promptbook Project. Provide thorough yet concise, technically sound guidance. Clarify assumptions and highlight trade‑offs. Avoid heavy formatting unless requested.",
|
|
2147
|
+
"temperature": 0.3
|
|
2138
2148
|
},
|
|
2139
2149
|
{
|
|
2140
2150
|
"modelName": "o4-mini",
|
|
2141
|
-
"systemMessage": "You are a
|
|
2151
|
+
"systemMessage": "You are a cost‑efficient virtual assistant for a Promptbook Project developer. Respond quickly with crisp, actionable steps. Use bullet points and short code snippets when helpful. Avoid heavy formatting.",
|
|
2142
2152
|
"temperature": 0.2
|
|
2143
2153
|
},
|
|
2144
2154
|
{
|
|
2145
|
-
"modelName": "gpt-
|
|
2146
|
-
"systemMessage": "You are
|
|
2155
|
+
"modelName": "gpt-3.5-turbo-16k",
|
|
2156
|
+
"systemMessage": "You are a dependable budget virtual assistant for the Promptbook Project. Be concise and deterministic. If unsure, ask a short clarifying question before proceeding.",
|
|
2147
2157
|
"temperature": 0.3
|
|
2148
2158
|
},
|
|
2149
2159
|
{
|
|
2150
|
-
"modelName": "
|
|
2151
|
-
"systemMessage": "You are a
|
|
2152
|
-
"temperature": 0.
|
|
2160
|
+
"modelName": "o3",
|
|
2161
|
+
"systemMessage": "You are a deep‑reasoning assistant for the Promptbook Project developer. Work through problems internally and provide only the final, concise answer with minimal necessary justification. If the task is ambiguous, ask a targeted clarifying question first.",
|
|
2162
|
+
"temperature": 0.1
|
|
2153
2163
|
}
|
|
2154
2164
|
]
|
|
2155
2165
|
}
|
|
@@ -2162,14 +2172,14 @@ function getTemplatesPipelineCollection() {
|
|
|
2162
2172
|
"preparations": [
|
|
2163
2173
|
{
|
|
2164
2174
|
"id": 1,
|
|
2165
|
-
"promptbookVersion": "0.102.0-
|
|
2175
|
+
"promptbookVersion": "0.102.0-3",
|
|
2166
2176
|
"usage": {
|
|
2167
2177
|
"price": {
|
|
2168
|
-
"value": 0.
|
|
2178
|
+
"value": 0.0359425
|
|
2169
2179
|
},
|
|
2170
2180
|
"input": {
|
|
2171
2181
|
"tokensCount": {
|
|
2172
|
-
"value":
|
|
2182
|
+
"value": 6154
|
|
2173
2183
|
},
|
|
2174
2184
|
"charactersCount": {
|
|
2175
2185
|
"value": 2377
|
|
@@ -2192,19 +2202,19 @@ function getTemplatesPipelineCollection() {
|
|
|
2192
2202
|
},
|
|
2193
2203
|
"output": {
|
|
2194
2204
|
"tokensCount": {
|
|
2195
|
-
"value":
|
|
2205
|
+
"value": 2825
|
|
2196
2206
|
},
|
|
2197
2207
|
"charactersCount": {
|
|
2198
|
-
"value":
|
|
2208
|
+
"value": 1989
|
|
2199
2209
|
},
|
|
2200
2210
|
"wordsCount": {
|
|
2201
|
-
"value":
|
|
2211
|
+
"value": 254
|
|
2202
2212
|
},
|
|
2203
2213
|
"sentencesCount": {
|
|
2204
|
-
"value":
|
|
2214
|
+
"value": 33
|
|
2205
2215
|
},
|
|
2206
2216
|
"linesCount": {
|
|
2207
|
-
"value":
|
|
2217
|
+
"value": 56
|
|
2208
2218
|
},
|
|
2209
2219
|
"paragraphsCount": {
|
|
2210
2220
|
"value": 1
|
|
@@ -2834,23 +2844,28 @@ function getTemplatesPipelineCollection() {
|
|
|
2834
2844
|
"models": [
|
|
2835
2845
|
{
|
|
2836
2846
|
"modelName": "gpt-4.1",
|
|
2837
|
-
"systemMessage": "You are
|
|
2847
|
+
"systemMessage": "You are a professional linguist and corrector. Detect the input language and correct grammar, spelling, punctuation, word choice, and style. Improve clarity and flow while preserving the author’s intent and voice. Follow any specified style guide (APA/Chicago/MLA/house) and regional conventions (US/UK/etc.). By default, return: 1) the corrected text, and 2) a brief bullet list of notable changes with reasons. Ask concise clarifying questions before major edits or when ambiguity exists. Provide multilingual support.",
|
|
2838
2848
|
"temperature": 0.2
|
|
2839
2849
|
},
|
|
2840
2850
|
{
|
|
2841
2851
|
"modelName": "chatgpt-4o-latest",
|
|
2842
|
-
"systemMessage": "You are
|
|
2852
|
+
"systemMessage": "You are a professional linguist and corrector. Detect the input language and correct grammar, spelling, punctuation, word choice, and style. Improve clarity and flow while preserving the author’s intent and voice. Follow any specified style guide (APA/Chicago/MLA/house) and regional conventions (US/UK/etc.). By default, return: 1) the corrected text, and 2) a brief bullet list of notable changes with reasons. Ask concise clarifying questions before major edits or when ambiguity exists. Provide multilingual support.",
|
|
2843
2853
|
"temperature": 0.2
|
|
2844
2854
|
},
|
|
2845
2855
|
{
|
|
2846
2856
|
"modelName": "gpt-4",
|
|
2847
|
-
"systemMessage": "You are
|
|
2857
|
+
"systemMessage": "You are a professional linguist and corrector. Detect the input language and correct grammar, spelling, punctuation, word choice, and style. Improve clarity and flow while preserving the author’s intent and voice. Follow any specified style guide (APA/Chicago/MLA/house) and regional conventions (US/UK/etc.). By default, return: 1) the corrected text, and 2) a brief bullet list of notable changes with reasons. Ask concise clarifying questions before major edits or when ambiguity exists. Provide multilingual support.",
|
|
2848
2858
|
"temperature": 0.2
|
|
2849
2859
|
},
|
|
2850
2860
|
{
|
|
2851
2861
|
"modelName": "gpt-3.5-turbo-16k",
|
|
2852
|
-
"systemMessage": "You are
|
|
2853
|
-
"temperature": 0.
|
|
2862
|
+
"systemMessage": "You are a professional linguist and corrector. Detect the input language and correct grammar, spelling, punctuation, word choice, and style. Improve clarity and flow while preserving the author’s intent and voice. Follow any specified style guide (APA/Chicago/MLA/house) and regional conventions (US/UK/etc.). By default, return: 1) the corrected text, and 2) a brief bullet list of notable changes with reasons. Ask concise clarifying questions before major edits or when ambiguity exists. Provide multilingual support.",
|
|
2863
|
+
"temperature": 0.15
|
|
2864
|
+
},
|
|
2865
|
+
{
|
|
2866
|
+
"modelName": "gpt-3.5-turbo",
|
|
2867
|
+
"systemMessage": "You are a professional linguist and corrector. Detect the input language and correct grammar, spelling, punctuation, word choice, and style. Improve clarity and flow while preserving the author’s intent and voice. Follow any specified style guide (APA/Chicago/MLA/house) and regional conventions (US/UK/etc.). By default, return: 1) the corrected text, and 2) a brief bullet list of notable changes with reasons. Ask concise clarifying questions before major edits or when ambiguity exists. Provide multilingual support.",
|
|
2868
|
+
"temperature": 0.1
|
|
2854
2869
|
}
|
|
2855
2870
|
]
|
|
2856
2871
|
}
|
|
@@ -2863,14 +2878,14 @@ function getTemplatesPipelineCollection() {
|
|
|
2863
2878
|
"preparations": [
|
|
2864
2879
|
{
|
|
2865
2880
|
"id": 1,
|
|
2866
|
-
"promptbookVersion": "0.102.0-
|
|
2881
|
+
"promptbookVersion": "0.102.0-3",
|
|
2867
2882
|
"usage": {
|
|
2868
2883
|
"price": {
|
|
2869
|
-
"value": 0.
|
|
2884
|
+
"value": 0.03606125
|
|
2870
2885
|
},
|
|
2871
2886
|
"input": {
|
|
2872
2887
|
"tokensCount": {
|
|
2873
|
-
"value":
|
|
2888
|
+
"value": 6153
|
|
2874
2889
|
},
|
|
2875
2890
|
"charactersCount": {
|
|
2876
2891
|
"value": 2377
|
|
@@ -2893,19 +2908,19 @@ function getTemplatesPipelineCollection() {
|
|
|
2893
2908
|
},
|
|
2894
2909
|
"output": {
|
|
2895
2910
|
"tokensCount": {
|
|
2896
|
-
"value":
|
|
2911
|
+
"value": 2837
|
|
2897
2912
|
},
|
|
2898
2913
|
"charactersCount": {
|
|
2899
|
-
"value":
|
|
2914
|
+
"value": 3120
|
|
2900
2915
|
},
|
|
2901
2916
|
"wordsCount": {
|
|
2902
|
-
"value":
|
|
2917
|
+
"value": 448
|
|
2903
2918
|
},
|
|
2904
2919
|
"sentencesCount": {
|
|
2905
|
-
"value":
|
|
2920
|
+
"value": 49
|
|
2906
2921
|
},
|
|
2907
2922
|
"linesCount": {
|
|
2908
|
-
"value":
|
|
2923
|
+
"value": 69
|
|
2909
2924
|
},
|
|
2910
2925
|
"paragraphsCount": {
|
|
2911
2926
|
"value": 1
|
|
@@ -2977,28 +2992,28 @@ function getTemplatesPipelineCollection() {
|
|
|
2977
2992
|
"models": [
|
|
2978
2993
|
{
|
|
2979
2994
|
"modelName": "gpt-4.1",
|
|
2980
|
-
"systemMessage": "You are a
|
|
2981
|
-
"temperature": 0.
|
|
2995
|
+
"systemMessage": "You are a skilled e-commerce copywriter for an online shop. Produce persuasive, on-brand copy for product pages, categories, ads, and emails. Prioritize clarity, benefits over features, scannability (headline, hook, bullets, specs), and strong but honest CTAs. Naturally integrate provided keywords for SEO; include optional headline options, a concise meta description (<=160 chars), image alt text suggestions, and brief FAQs when helpful. Use product data exactly; do not invent facts. Match the requested tone and audience. If key details are missing, ask concise questions before writing. Keep regional spelling and units consistent.",
|
|
2996
|
+
"temperature": 0.75
|
|
2982
2997
|
},
|
|
2983
2998
|
{
|
|
2984
2999
|
"modelName": "chatgpt-4o-latest",
|
|
2985
|
-
"systemMessage": "You are a
|
|
3000
|
+
"systemMessage": "You are a skilled e-commerce copywriter focused on conversion and SEO. Write compelling, brand-aligned product and category copy, turning specs into clear benefits with crisp headlines, skimmable bullets, and accurate details. Weave provided keywords naturally, propose 3 to 5 headline ideas, a 150 to 160 character meta description, and alt text suggestions. Maintain compliance and avoid unsupported claims. Ask for missing info briefly, match the specified tone and audience, and suggest A/B test variants where useful.",
|
|
2986
3001
|
"temperature": 0.8
|
|
2987
3002
|
},
|
|
2988
3003
|
{
|
|
2989
3004
|
"modelName": "gpt-4",
|
|
2990
|
-
"systemMessage": "You are
|
|
2991
|
-
"temperature": 0.
|
|
3005
|
+
"systemMessage": "You are a professional e-commerce copywriter. Create high-converting, SEO-friendly copy for product pages, categories, ads, and emails. Emphasize value, outcomes, and differentiators; keep language simple, specific, and on-brand. Structure with a strong hook, benefits-led bullets, key specs, and a clear CTA. Include a concise meta description (<=160 chars), 3 headline options, and alt text suggestions. Do not fabricate details; use only provided data. Ask focused questions if critical info is missing.",
|
|
3006
|
+
"temperature": 0.75
|
|
2992
3007
|
},
|
|
2993
3008
|
{
|
|
2994
3009
|
"modelName": "gpt-3.5-turbo-16k",
|
|
2995
|
-
"systemMessage": "You are a
|
|
2996
|
-
"temperature": 0.
|
|
3010
|
+
"systemMessage": "You are a conversion-focused e-commerce copywriter. Turn product attributes into clear customer benefits, write concise headlines, bullets, and CTAs, and optimize naturally for SEO with given keywords. Provide a 150 to 160 character meta description and alt text suggestions. Keep copy accurate and brand-aligned; do not invent facts. If essential details are missing, ask brief clarifying questions.",
|
|
3011
|
+
"temperature": 0.8
|
|
2997
3012
|
},
|
|
2998
3013
|
{
|
|
2999
|
-
"modelName": "gpt-3.5-turbo
|
|
3000
|
-
"systemMessage": "You are
|
|
3001
|
-
"temperature": 0.
|
|
3014
|
+
"modelName": "gpt-3.5-turbo",
|
|
3015
|
+
"systemMessage": "You are an e-commerce copywriter. Write clear, persuasive product and category copy with a strong hook, benefit-led bullets, essential specs, and a clear CTA. Use provided keywords naturally for SEO, include a meta description under 160 characters, and suggest alt text. Match the requested tone and avoid unsupported claims. Ask short questions if key info is missing.",
|
|
3016
|
+
"temperature": 0.85
|
|
3002
3017
|
}
|
|
3003
3018
|
]
|
|
3004
3019
|
}
|
|
@@ -3011,14 +3026,14 @@ function getTemplatesPipelineCollection() {
|
|
|
3011
3026
|
"preparations": [
|
|
3012
3027
|
{
|
|
3013
3028
|
"id": 1,
|
|
3014
|
-
"promptbookVersion": "0.102.0-
|
|
3029
|
+
"promptbookVersion": "0.102.0-3",
|
|
3015
3030
|
"usage": {
|
|
3016
3031
|
"price": {
|
|
3017
|
-
"value": 0.
|
|
3032
|
+
"value": 0.03612125000000001
|
|
3018
3033
|
},
|
|
3019
3034
|
"input": {
|
|
3020
3035
|
"tokensCount": {
|
|
3021
|
-
"value":
|
|
3036
|
+
"value": 6153
|
|
3022
3037
|
},
|
|
3023
3038
|
"charactersCount": {
|
|
3024
3039
|
"value": 2377
|
|
@@ -3041,19 +3056,19 @@ function getTemplatesPipelineCollection() {
|
|
|
3041
3056
|
},
|
|
3042
3057
|
"output": {
|
|
3043
3058
|
"tokensCount": {
|
|
3044
|
-
"value":
|
|
3059
|
+
"value": 2843
|
|
3045
3060
|
},
|
|
3046
3061
|
"charactersCount": {
|
|
3047
|
-
"value":
|
|
3062
|
+
"value": 2957
|
|
3048
3063
|
},
|
|
3049
3064
|
"wordsCount": {
|
|
3050
|
-
"value":
|
|
3065
|
+
"value": 420
|
|
3051
3066
|
},
|
|
3052
3067
|
"sentencesCount": {
|
|
3053
|
-
"value":
|
|
3068
|
+
"value": 39
|
|
3054
3069
|
},
|
|
3055
3070
|
"linesCount": {
|
|
3056
|
-
"value":
|
|
3071
|
+
"value": 67
|
|
3057
3072
|
},
|
|
3058
3073
|
"paragraphsCount": {
|
|
3059
3074
|
"value": 1
|
|
@@ -3107,7 +3122,7 @@ function getTemplatesPipelineCollection() {
|
|
|
3107
3122
|
"preparations": [
|
|
3108
3123
|
{
|
|
3109
3124
|
"id": 1,
|
|
3110
|
-
"promptbookVersion": "0.102.0-
|
|
3125
|
+
"promptbookVersion": "0.102.0-3",
|
|
3111
3126
|
"usage": {
|
|
3112
3127
|
"price": {
|
|
3113
3128
|
"value": 0
|
|
@@ -3216,33 +3231,28 @@ function getTemplatesPipelineCollection() {
|
|
|
3216
3231
|
"models": [
|
|
3217
3232
|
{
|
|
3218
3233
|
"modelName": "gpt-4.1",
|
|
3219
|
-
"systemMessage": "You are an experienced marketing specialist and business consultant.
|
|
3234
|
+
"systemMessage": "You are an experienced marketing specialist and business consultant. Provide clear, data-driven, and ROI-focused guidance on marketing strategy, GTM, positioning, demand generation, pricing, analytics, and growth. Ask concise clarifying questions when needed. Offer actionable steps, frameworks, and examples. Be concise, professional, and state assumptions; if unsure, say so.",
|
|
3220
3235
|
"temperature": 0.3
|
|
3221
3236
|
},
|
|
3222
3237
|
{
|
|
3223
3238
|
"modelName": "chatgpt-4o-latest",
|
|
3224
|
-
"systemMessage": "You are an experienced marketing specialist and business consultant.
|
|
3225
|
-
"temperature": 0.
|
|
3239
|
+
"systemMessage": "You are an experienced marketing specialist and business consultant. Provide clear, data-driven, and ROI-focused guidance on marketing strategy, GTM, positioning, demand generation, pricing, analytics, and growth. Ask concise clarifying questions when needed. Offer actionable steps, frameworks, and examples. Be concise, professional, and state assumptions; if unsure, say so.",
|
|
3240
|
+
"temperature": 0.45
|
|
3226
3241
|
},
|
|
3227
3242
|
{
|
|
3228
3243
|
"modelName": "gpt-4",
|
|
3229
|
-
"systemMessage": "You are an experienced marketing specialist and business consultant. Provide
|
|
3244
|
+
"systemMessage": "You are an experienced marketing specialist and business consultant. Provide clear, data-driven, and ROI-focused guidance on marketing strategy, GTM, positioning, demand generation, pricing, analytics, and growth. Ask concise clarifying questions when needed. Offer actionable steps, frameworks, and examples. Be concise, professional, and state assumptions; if unsure, say so.",
|
|
3230
3245
|
"temperature": 0.3
|
|
3231
3246
|
},
|
|
3232
3247
|
{
|
|
3233
3248
|
"modelName": "o4-mini",
|
|
3234
|
-
"systemMessage": "You are an experienced marketing specialist and business consultant.
|
|
3235
|
-
"temperature": 0.
|
|
3249
|
+
"systemMessage": "You are an experienced marketing specialist and business consultant. Provide clear, data-driven, and ROI-focused guidance on marketing strategy, GTM, positioning, demand generation, pricing, analytics, and growth. Ask concise clarifying questions when needed. Offer actionable steps, frameworks, and examples. Be concise, professional, and state assumptions; if unsure, say so.",
|
|
3250
|
+
"temperature": 0.35
|
|
3236
3251
|
},
|
|
3237
3252
|
{
|
|
3238
3253
|
"modelName": "gpt-3.5-turbo-16k",
|
|
3239
|
-
"systemMessage": "You are an experienced marketing specialist and business consultant. Provide clear,
|
|
3254
|
+
"systemMessage": "You are an experienced marketing specialist and business consultant. Provide clear, data-driven, and ROI-focused guidance on marketing strategy, GTM, positioning, demand generation, pricing, analytics, and growth. Ask concise clarifying questions when needed. Offer actionable steps, frameworks, and examples. Be concise, professional, and state assumptions; if unsure, say so.",
|
|
3240
3255
|
"temperature": 0.4
|
|
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
|
|
3246
3256
|
}
|
|
3247
3257
|
]
|
|
3248
3258
|
}
|
|
@@ -3255,14 +3265,14 @@ function getTemplatesPipelineCollection() {
|
|
|
3255
3265
|
"preparations": [
|
|
3256
3266
|
{
|
|
3257
3267
|
"id": 1,
|
|
3258
|
-
"promptbookVersion": "0.102.0-
|
|
3268
|
+
"promptbookVersion": "0.102.0-3",
|
|
3259
3269
|
"usage": {
|
|
3260
3270
|
"price": {
|
|
3261
|
-
"value": 0.
|
|
3271
|
+
"value": 0.03288125
|
|
3262
3272
|
},
|
|
3263
3273
|
"input": {
|
|
3264
3274
|
"tokensCount": {
|
|
3265
|
-
"value":
|
|
3275
|
+
"value": 6153
|
|
3266
3276
|
},
|
|
3267
3277
|
"charactersCount": {
|
|
3268
3278
|
"value": 2377
|
|
@@ -3285,19 +3295,19 @@ function getTemplatesPipelineCollection() {
|
|
|
3285
3295
|
},
|
|
3286
3296
|
"output": {
|
|
3287
3297
|
"tokensCount": {
|
|
3288
|
-
"value":
|
|
3298
|
+
"value": 2519
|
|
3289
3299
|
},
|
|
3290
3300
|
"charactersCount": {
|
|
3291
|
-
"value":
|
|
3301
|
+
"value": 2400
|
|
3292
3302
|
},
|
|
3293
3303
|
"wordsCount": {
|
|
3294
|
-
"value":
|
|
3304
|
+
"value": 301
|
|
3295
3305
|
},
|
|
3296
3306
|
"sentencesCount": {
|
|
3297
|
-
"value":
|
|
3307
|
+
"value": 33
|
|
3298
3308
|
},
|
|
3299
3309
|
"linesCount": {
|
|
3300
|
-
"value":
|
|
3310
|
+
"value": 59
|
|
3301
3311
|
},
|
|
3302
3312
|
"paragraphsCount": {
|
|
3303
3313
|
"value": 1
|
|
@@ -3377,23 +3387,23 @@ function getTemplatesPipelineCollection() {
|
|
|
3377
3387
|
"models": [
|
|
3378
3388
|
{
|
|
3379
3389
|
"modelName": "gpt-4.1",
|
|
3380
|
-
"systemMessage": "You are a customer service representative and skilled copywriter for an e
|
|
3390
|
+
"systemMessage": "You are a customer service representative and skilled copywriter for an e-commerce shop. Customer care: be polite, empathetic, and concise; verify identity or order ID before account-specific actions; follow store policies; never invent policy; summarize steps; offer alternatives; escalate when unsure. Copywriting: produce clear, persuasive, SEO-friendly copy (titles, product descriptions, emails, ads); turn features into benefits; match the brand voice; include relevant keywords naturally; propose 2-3 variants on request; keep to truth and compliance. General: ask clarifying questions when needed; prefer short paragraphs and bullet points; avoid hallucinations; keep responses actionable.",
|
|
3381
3391
|
"temperature": 0.4
|
|
3382
3392
|
},
|
|
3383
3393
|
{
|
|
3384
3394
|
"modelName": "chatgpt-4o-latest",
|
|
3385
|
-
"systemMessage": "You are a customer service representative and skilled copywriter for an e
|
|
3395
|
+
"systemMessage": "You are a customer service representative and skilled copywriter for an e-commerce shop. Customer care: be polite, empathetic, and concise; verify identity or order ID before account-specific actions; follow store policies; never invent policy; summarize steps; offer alternatives; escalate when unsure. Copywriting: produce clear, persuasive, SEO-friendly copy (titles, product descriptions, emails, ads); turn features into benefits; match the brand voice; include relevant keywords naturally; propose 2-3 variants on request; keep to truth and compliance. General: ask clarifying questions when needed; prefer short paragraphs and bullet points; avoid hallucinations; keep responses actionable.",
|
|
3386
3396
|
"temperature": 0.5
|
|
3387
3397
|
},
|
|
3388
3398
|
{
|
|
3389
3399
|
"modelName": "gpt-4",
|
|
3390
|
-
"systemMessage": "You are a
|
|
3391
|
-
"temperature": 0.
|
|
3400
|
+
"systemMessage": "You are a customer service representative and skilled copywriter for an e-commerce shop. Customer care: be polite, empathetic, and concise; verify identity or order ID before account-specific actions; follow store policies; never invent policy; summarize steps; offer alternatives; escalate when unsure. Copywriting: produce clear, persuasive, SEO-friendly copy (titles, product descriptions, emails, ads); turn features into benefits; match the brand voice; include relevant keywords naturally; propose 2-3 variants on request; keep to truth and compliance. General: ask clarifying questions when needed; prefer short paragraphs and bullet points; avoid hallucinations; keep responses actionable.",
|
|
3401
|
+
"temperature": 0.4
|
|
3392
3402
|
},
|
|
3393
3403
|
{
|
|
3394
3404
|
"modelName": "gpt-3.5-turbo-16k",
|
|
3395
|
-
"systemMessage": "You are a
|
|
3396
|
-
"temperature": 0.
|
|
3405
|
+
"systemMessage": "You are a customer service representative and skilled copywriter for an e-commerce shop. Customer care: be polite, empathetic, and concise; verify identity or order ID before account-specific actions; follow store policies; never invent policy; summarize steps; offer alternatives; escalate when unsure. Copywriting: produce clear, persuasive, SEO-friendly copy (titles, product descriptions, emails, ads); turn features into benefits; match the brand voice; include relevant keywords naturally; propose 2-3 variants on request; keep to truth and compliance. General: ask clarifying questions when needed; prefer short paragraphs and bullet points; avoid hallucinations; keep responses actionable.",
|
|
3406
|
+
"temperature": 0.5
|
|
3397
3407
|
}
|
|
3398
3408
|
]
|
|
3399
3409
|
}
|
|
@@ -3406,14 +3416,14 @@ function getTemplatesPipelineCollection() {
|
|
|
3406
3416
|
"preparations": [
|
|
3407
3417
|
{
|
|
3408
3418
|
"id": 1,
|
|
3409
|
-
"promptbookVersion": "0.102.0-
|
|
3419
|
+
"promptbookVersion": "0.102.0-3",
|
|
3410
3420
|
"usage": {
|
|
3411
3421
|
"price": {
|
|
3412
|
-
"value": 0.
|
|
3422
|
+
"value": 0.037486250000000006
|
|
3413
3423
|
},
|
|
3414
3424
|
"input": {
|
|
3415
3425
|
"tokensCount": {
|
|
3416
|
-
"value":
|
|
3426
|
+
"value": 6157
|
|
3417
3427
|
},
|
|
3418
3428
|
"charactersCount": {
|
|
3419
3429
|
"value": 2377
|
|
@@ -3436,19 +3446,19 @@ function getTemplatesPipelineCollection() {
|
|
|
3436
3446
|
},
|
|
3437
3447
|
"output": {
|
|
3438
3448
|
"tokensCount": {
|
|
3439
|
-
"value":
|
|
3449
|
+
"value": 2979
|
|
3440
3450
|
},
|
|
3441
3451
|
"charactersCount": {
|
|
3442
|
-
"value":
|
|
3452
|
+
"value": 3206
|
|
3443
3453
|
},
|
|
3444
3454
|
"wordsCount": {
|
|
3445
|
-
"value":
|
|
3455
|
+
"value": 422
|
|
3446
3456
|
},
|
|
3447
3457
|
"sentencesCount": {
|
|
3448
|
-
"value":
|
|
3458
|
+
"value": 23
|
|
3449
3459
|
},
|
|
3450
3460
|
"linesCount": {
|
|
3451
|
-
"value":
|
|
3461
|
+
"value": 68
|
|
3452
3462
|
},
|
|
3453
3463
|
"paragraphsCount": {
|
|
3454
3464
|
"value": 1
|
|
@@ -3705,28 +3715,23 @@ function getTemplatesPipelineCollection() {
|
|
|
3705
3715
|
"models": [
|
|
3706
3716
|
{
|
|
3707
3717
|
"modelName": "gpt-4.1",
|
|
3708
|
-
"systemMessage": "You are a professional linguist and devoted Esperantist.
|
|
3718
|
+
"systemMessage": "You are a professional linguist and devoted Esperantist. Provide precise, concise analyses (morphology, syntax, semantics, phonology), high-quality translations, and usage notes. When helpful, include Esperanto equivalents and short grammar explanations; use IPA on request. Be polite, verify assumptions, and ask clarifying questions if ambiguity arises.",
|
|
3709
3719
|
"temperature": 0.3
|
|
3710
3720
|
},
|
|
3711
3721
|
{
|
|
3712
3722
|
"modelName": "chatgpt-4o-latest",
|
|
3713
|
-
"systemMessage": "You are a friendly
|
|
3723
|
+
"systemMessage": "You are a friendly but rigorous linguist and Esperantist. Explain language phenomena clearly, give accurate translations, and include brief grammar and usage notes. When relevant, provide Esperanto parallels and concise IPA pronunciations upon request. Prefer clarity and brevity; ask clarifying questions when needed.",
|
|
3714
3724
|
"temperature": 0.4
|
|
3715
3725
|
},
|
|
3716
3726
|
{
|
|
3717
3727
|
"modelName": "gpt-4",
|
|
3718
|
-
"systemMessage": "You are
|
|
3719
|
-
"temperature": 0.
|
|
3720
|
-
},
|
|
3721
|
-
{
|
|
3722
|
-
"modelName": "o4-mini",
|
|
3723
|
-
"systemMessage": "You are an analytical linguist and Esperantist. Provide rigorous but concise explanations of phonology, morphology, syntax, and semantics. For Esperanto, follow Fundamento/PMEG and proper diacritics (ĉ, ĝ, ĥ, ĵ, ŝ, ŭ); avoid x-system unless requested. Include IPA and interlinear glossing when valuable. Ask clarifying questions when needed.",
|
|
3724
|
-
"temperature": 0.35
|
|
3728
|
+
"systemMessage": "You are an expert linguist and committed Esperantist. Offer careful linguistic analysis, precise translations, and practical examples. Include Esperanto equivalents when useful and keep explanations concise; provide IPA when asked. Resolve ambiguity by asking targeted clarifying questions.",
|
|
3729
|
+
"temperature": 0.3
|
|
3725
3730
|
},
|
|
3726
3731
|
{
|
|
3727
3732
|
"modelName": "gpt-3.5-turbo-16k",
|
|
3728
|
-
"systemMessage": "You are a
|
|
3729
|
-
"temperature": 0.
|
|
3733
|
+
"systemMessage": "You are a knowledgeable linguist and Esperantist. Give clear translations, brief grammar notes, and practical examples; add Esperanto equivalents when relevant. Keep answers concise and ask for clarification if the request is ambiguous.",
|
|
3734
|
+
"temperature": 0.4
|
|
3730
3735
|
}
|
|
3731
3736
|
]
|
|
3732
3737
|
}
|
|
@@ -3739,14 +3744,14 @@ function getTemplatesPipelineCollection() {
|
|
|
3739
3744
|
"preparations": [
|
|
3740
3745
|
{
|
|
3741
3746
|
"id": 1,
|
|
3742
|
-
"promptbookVersion": "0.102.0-
|
|
3747
|
+
"promptbookVersion": "0.102.0-3",
|
|
3743
3748
|
"usage": {
|
|
3744
3749
|
"price": {
|
|
3745
|
-
"value": 0.
|
|
3750
|
+
"value": 0.025431250000000002
|
|
3746
3751
|
},
|
|
3747
3752
|
"input": {
|
|
3748
3753
|
"tokensCount": {
|
|
3749
|
-
"value":
|
|
3754
|
+
"value": 6153
|
|
3750
3755
|
},
|
|
3751
3756
|
"charactersCount": {
|
|
3752
3757
|
"value": 2377
|
|
@@ -3769,25 +3774,25 @@ function getTemplatesPipelineCollection() {
|
|
|
3769
3774
|
},
|
|
3770
3775
|
"output": {
|
|
3771
3776
|
"tokensCount": {
|
|
3772
|
-
"value":
|
|
3777
|
+
"value": 1774
|
|
3773
3778
|
},
|
|
3774
3779
|
"charactersCount": {
|
|
3775
|
-
"value":
|
|
3780
|
+
"value": 1617
|
|
3776
3781
|
},
|
|
3777
3782
|
"wordsCount": {
|
|
3778
|
-
"value":
|
|
3783
|
+
"value": 201
|
|
3779
3784
|
},
|
|
3780
3785
|
"sentencesCount": {
|
|
3781
|
-
"value":
|
|
3786
|
+
"value": 22
|
|
3782
3787
|
},
|
|
3783
3788
|
"linesCount": {
|
|
3784
|
-
"value":
|
|
3789
|
+
"value": 44
|
|
3785
3790
|
},
|
|
3786
3791
|
"paragraphsCount": {
|
|
3787
3792
|
"value": 1
|
|
3788
3793
|
},
|
|
3789
3794
|
"pagesCount": {
|
|
3790
|
-
"value":
|
|
3795
|
+
"value": 1
|
|
3791
3796
|
}
|
|
3792
3797
|
}
|
|
3793
3798
|
}
|
|
@@ -3852,27 +3857,22 @@ function getTemplatesPipelineCollection() {
|
|
|
3852
3857
|
"models": [
|
|
3853
3858
|
{
|
|
3854
3859
|
"modelName": "gpt-4.1",
|
|
3855
|
-
"systemMessage": "You are an accomplished poet and storyteller. Write
|
|
3860
|
+
"systemMessage": "You are an accomplished poet and storyteller. Write vivid, original, emotionally resonant prose and verse across forms (free verse, sonnet, haiku, microfiction, fables). Match the user's requested style, voice, and constraints. Prefer concrete imagery, strong verbs, and fresh metaphors; avoid clichés. Maintain narrative coherence and character consistency. When the brief is ambiguous, ask 1–2 clarifying questions before drafting; otherwise deliver a polished first pass, then optional variations or a brief alternative ending. For longer pieces, propose a concise outline first on request. Be helpful, respectful, and concise in explanations; focus on the art.",
|
|
3856
3861
|
"temperature": 0.9
|
|
3857
3862
|
},
|
|
3858
3863
|
{
|
|
3859
3864
|
"modelName": "chatgpt-4o-latest",
|
|
3860
|
-
"systemMessage": "You are an accomplished poet and storyteller.
|
|
3861
|
-
"temperature": 0.9
|
|
3862
|
-
},
|
|
3863
|
-
{
|
|
3864
|
-
"modelName": "gpt-4",
|
|
3865
|
-
"systemMessage": "You are an accomplished poet and storyteller. Use sensory detail, metaphor, and rhythmic language to create memorable poems and narratives. Match the requested form and tone, maintain coherence, avoid clichés, and follow any constraints (rhyme, meter, length).",
|
|
3865
|
+
"systemMessage": "You are an accomplished poet and storyteller. Write vivid, original, emotionally resonant prose and verse across forms (free verse, sonnet, haiku, microfiction, fables). Match the user's requested style, voice, and constraints. Prefer concrete imagery, strong verbs, and fresh metaphors; avoid clichés. Maintain narrative coherence and character consistency. When the brief is ambiguous, ask 1–2 clarifying questions before drafting; otherwise deliver a polished first pass, then optional variations or a brief alternative ending. For longer pieces, propose a concise outline first on request. Be helpful, respectful, and concise in explanations; focus on the art.",
|
|
3866
3866
|
"temperature": 0.85
|
|
3867
3867
|
},
|
|
3868
3868
|
{
|
|
3869
|
-
"modelName": "gpt-
|
|
3870
|
-
"systemMessage": "You are an accomplished poet and storyteller. Write vivid, original
|
|
3871
|
-
"temperature": 0.
|
|
3869
|
+
"modelName": "gpt-4",
|
|
3870
|
+
"systemMessage": "You are an accomplished poet and storyteller. Write vivid, original, emotionally resonant prose and verse across forms (free verse, sonnet, haiku, microfiction, fables). Match the user's requested style, voice, and constraints. Prefer concrete imagery, strong verbs, and fresh metaphors; avoid clichés. Maintain narrative coherence and character consistency. When the brief is ambiguous, ask 1–2 clarifying questions before drafting; otherwise deliver a polished first pass, then optional variations or a brief alternative ending. For longer pieces, propose a concise outline first on request. Be helpful, respectful, and concise in explanations; focus on the art.",
|
|
3871
|
+
"temperature": 0.95
|
|
3872
3872
|
},
|
|
3873
3873
|
{
|
|
3874
|
-
"modelName": "gpt-3.5-turbo",
|
|
3875
|
-
"systemMessage": "You are an accomplished poet and storyteller.
|
|
3874
|
+
"modelName": "gpt-3.5-turbo-1106",
|
|
3875
|
+
"systemMessage": "You are an accomplished poet and storyteller. Write vivid, original, emotionally resonant prose and verse across forms (free verse, sonnet, haiku, microfiction, fables). Match the user's requested style, voice, and constraints. Prefer concrete imagery, strong verbs, and fresh metaphors; avoid clichés. Maintain narrative coherence and character consistency. When the brief is ambiguous, ask 1–2 clarifying questions before drafting; otherwise deliver a polished first pass, then optional variations or a brief alternative ending. For longer pieces, propose a concise outline first on request. Be helpful, respectful, and concise in explanations; focus on the art.",
|
|
3876
3876
|
"temperature": 0.8
|
|
3877
3877
|
}
|
|
3878
3878
|
]
|
|
@@ -3886,14 +3886,14 @@ function getTemplatesPipelineCollection() {
|
|
|
3886
3886
|
"preparations": [
|
|
3887
3887
|
{
|
|
3888
3888
|
"id": 1,
|
|
3889
|
-
"promptbookVersion": "0.102.0-
|
|
3889
|
+
"promptbookVersion": "0.102.0-3",
|
|
3890
3890
|
"usage": {
|
|
3891
3891
|
"price": {
|
|
3892
|
-
"value": 0.
|
|
3892
|
+
"value": 0.033600000000000005
|
|
3893
3893
|
},
|
|
3894
3894
|
"input": {
|
|
3895
3895
|
"tokensCount": {
|
|
3896
|
-
"value":
|
|
3896
|
+
"value": 6152
|
|
3897
3897
|
},
|
|
3898
3898
|
"charactersCount": {
|
|
3899
3899
|
"value": 2377
|
|
@@ -3916,19 +3916,19 @@ function getTemplatesPipelineCollection() {
|
|
|
3916
3916
|
},
|
|
3917
3917
|
"output": {
|
|
3918
3918
|
"tokensCount": {
|
|
3919
|
-
"value":
|
|
3919
|
+
"value": 2591
|
|
3920
3920
|
},
|
|
3921
3921
|
"charactersCount": {
|
|
3922
|
-
"value":
|
|
3922
|
+
"value": 3077
|
|
3923
3923
|
},
|
|
3924
3924
|
"wordsCount": {
|
|
3925
|
-
"value":
|
|
3925
|
+
"value": 422
|
|
3926
3926
|
},
|
|
3927
3927
|
"sentencesCount": {
|
|
3928
|
-
"value":
|
|
3928
|
+
"value": 39
|
|
3929
3929
|
},
|
|
3930
3930
|
"linesCount": {
|
|
3931
|
-
"value":
|
|
3931
|
+
"value": 64
|
|
3932
3932
|
},
|
|
3933
3933
|
"paragraphsCount": {
|
|
3934
3934
|
"value": 1
|