@promptbook/templates 0.101.0-11 → 0.101.0-13
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 +151 -139
- package/esm/index.es.js.map +1 -1
- package/esm/typings/src/_packages/core.index.d.ts +8 -0
- package/esm/typings/src/_packages/types.index.d.ts +2 -0
- package/esm/typings/src/llm-providers/agent/AgentLlmExecutionTools.d.ts +55 -0
- package/esm/typings/src/llm-providers/agent/createAgentLlmExecutionTools.d.ts +29 -0
- package/esm/typings/src/llm-providers/agent/playground/playground.d.ts +8 -0
- package/esm/typings/src/llm-providers/agent/register-configuration.d.ts +11 -0
- package/esm/typings/src/llm-providers/agent/register-constructor.d.ts +13 -0
- package/esm/typings/src/version.d.ts +1 -1
- package/package.json +2 -2
- package/umd/index.umd.js +151 -139
- package/umd/index.umd.js.map +1 -1
package/esm/index.es.js
CHANGED
|
@@ -14,7 +14,7 @@ const BOOK_LANGUAGE_VERSION = '1.0.0';
|
|
|
14
14
|
* @generated
|
|
15
15
|
* @see https://github.com/webgptorg/promptbook
|
|
16
16
|
*/
|
|
17
|
-
const PROMPTBOOK_ENGINE_VERSION = '0.101.0-
|
|
17
|
+
const PROMPTBOOK_ENGINE_VERSION = '0.101.0-13';
|
|
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 developer of the Promptbook Project and a reliable virtual assistant. Be precise, pragmatic, and code-savvy. Prefer clear structure and bullet points over long prose. Ask for clarification when requirements are ambiguous. Provide actionable steps, minimal but sufficient reasoning (no chain-of-thought), and safe, maintainable code with brief explanations. Keep responses concise; include tests or examples when useful.",
|
|
1567
|
+
"temperature": 0.3
|
|
1568
1568
|
},
|
|
1569
1569
|
{
|
|
1570
1570
|
"modelName": "chatgpt-4o-latest",
|
|
1571
|
-
"systemMessage": "You are
|
|
1572
|
-
"temperature": 0.
|
|
1571
|
+
"systemMessage": "You are a friendly, fast virtual assistant and developer of the Promptbook Project. Balance helpfulness with brevity. Summarize first, then expand on request. Provide practical code snippets and commands. Avoid heavy formatting; bullet lists are fine. Confirm assumptions before proceeding.",
|
|
1572
|
+
"temperature": 0.4
|
|
1573
1573
|
},
|
|
1574
1574
|
{
|
|
1575
|
-
"modelName": "
|
|
1576
|
-
"systemMessage": "You are a
|
|
1575
|
+
"modelName": "o4-mini",
|
|
1576
|
+
"systemMessage": "You are a cost-efficient reasoning assistant and developer of the Promptbook Project. Work through problems stepwise internally but share only concise conclusions and key steps. State assumptions, check edge cases, and propose quick tests or validations. Optimize for accuracy and latency.",
|
|
1577
1577
|
"temperature": 0.2
|
|
1578
1578
|
},
|
|
1579
1579
|
{
|
|
1580
|
-
"modelName": "
|
|
1581
|
-
"systemMessage": "You are
|
|
1580
|
+
"modelName": "o3",
|
|
1581
|
+
"systemMessage": "You are an advanced reasoning assistant and developer of the Promptbook Project. Tackle complex tasks carefully, verify assumptions, and provide succinct final answers with key steps and constraints. Avoid revealing detailed chain-of-thought. Offer test cases and failure modes when appropriate.",
|
|
1582
1582
|
"temperature": 0.2
|
|
1583
1583
|
},
|
|
1584
1584
|
{
|
|
1585
|
-
"modelName": "gpt-
|
|
1586
|
-
"systemMessage": "You are
|
|
1585
|
+
"modelName": "gpt-4",
|
|
1586
|
+
"systemMessage": "You are an experienced AI engineer and core contributor to the Promptbook Project acting as a virtual assistant. Follow instructions carefully, be factual, and provide concise, structured answers. For code, include minimal reproducible examples and note common pitfalls. Ask clarifying questions when needed.",
|
|
1587
1587
|
"temperature": 0.3
|
|
1588
|
+
},
|
|
1589
|
+
{
|
|
1590
|
+
"modelName": "gpt-3.5-turbo-16k",
|
|
1591
|
+
"systemMessage": "You are a pragmatic, budget-friendly virtual assistant and developer of the Promptbook Project. Keep answers short and to the point. Use bullet lists. Provide simple, copy-pastable examples. If uncertain, ask one clarifying question before proceeding.",
|
|
1592
|
+
"temperature": 0.25
|
|
1588
1593
|
}
|
|
1589
1594
|
]
|
|
1590
1595
|
}
|
|
@@ -1597,10 +1602,10 @@ function getTemplatesPipelineCollection() {
|
|
|
1597
1602
|
"preparations": [
|
|
1598
1603
|
{
|
|
1599
1604
|
"id": 1,
|
|
1600
|
-
"promptbookVersion": "0.101.0-
|
|
1605
|
+
"promptbookVersion": "0.101.0-12",
|
|
1601
1606
|
"usage": {
|
|
1602
1607
|
"price": {
|
|
1603
|
-
"value": 0.
|
|
1608
|
+
"value": 0.030063750000000004
|
|
1604
1609
|
},
|
|
1605
1610
|
"input": {
|
|
1606
1611
|
"tokensCount": {
|
|
@@ -1627,19 +1632,19 @@ function getTemplatesPipelineCollection() {
|
|
|
1627
1632
|
},
|
|
1628
1633
|
"output": {
|
|
1629
1634
|
"tokensCount": {
|
|
1630
|
-
"value":
|
|
1635
|
+
"value": 2274
|
|
1631
1636
|
},
|
|
1632
1637
|
"charactersCount": {
|
|
1633
|
-
"value":
|
|
1638
|
+
"value": 2473
|
|
1634
1639
|
},
|
|
1635
1640
|
"wordsCount": {
|
|
1636
|
-
"value":
|
|
1641
|
+
"value": 326
|
|
1637
1642
|
},
|
|
1638
1643
|
"sentencesCount": {
|
|
1639
|
-
"value":
|
|
1644
|
+
"value": 38
|
|
1640
1645
|
},
|
|
1641
1646
|
"linesCount": {
|
|
1642
|
-
"value":
|
|
1647
|
+
"value": 64
|
|
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 developer of the Promptbook Project and a reliable virtual assistant. Be precise, pragmatic, and code-savvy. Prefer clear structure and bullet points over long prose. Ask for clarification when requirements are ambiguous. Provide actionable steps, minimal but sufficient reasoning (no chain-of-thought), and safe, maintainable code with brief explanations. Keep responses concise; include tests or examples when useful.",
|
|
2137
|
+
"temperature": 0.3
|
|
2133
2138
|
},
|
|
2134
2139
|
{
|
|
2135
2140
|
"modelName": "chatgpt-4o-latest",
|
|
2136
|
-
"systemMessage": "You are
|
|
2137
|
-
"temperature": 0.
|
|
2141
|
+
"systemMessage": "You are a friendly, fast virtual assistant and developer of the Promptbook Project. Balance helpfulness with brevity. Summarize first, then expand on request. Provide practical code snippets and commands. Avoid heavy formatting; bullet lists are fine. Confirm assumptions before proceeding.",
|
|
2142
|
+
"temperature": 0.4
|
|
2138
2143
|
},
|
|
2139
2144
|
{
|
|
2140
|
-
"modelName": "
|
|
2141
|
-
"systemMessage": "You are a
|
|
2145
|
+
"modelName": "o4-mini",
|
|
2146
|
+
"systemMessage": "You are a cost-efficient reasoning assistant and developer of the Promptbook Project. Work through problems stepwise internally but share only concise conclusions and key steps. State assumptions, check edge cases, and propose quick tests or validations. Optimize for accuracy and latency.",
|
|
2142
2147
|
"temperature": 0.2
|
|
2143
2148
|
},
|
|
2144
2149
|
{
|
|
2145
|
-
"modelName": "
|
|
2146
|
-
"systemMessage": "You are
|
|
2150
|
+
"modelName": "o3",
|
|
2151
|
+
"systemMessage": "You are an advanced reasoning assistant and developer of the Promptbook Project. Tackle complex tasks carefully, verify assumptions, and provide succinct final answers with key steps and constraints. Avoid revealing detailed chain-of-thought. Offer test cases and failure modes when appropriate.",
|
|
2147
2152
|
"temperature": 0.2
|
|
2148
2153
|
},
|
|
2149
2154
|
{
|
|
2150
|
-
"modelName": "gpt-
|
|
2151
|
-
"systemMessage": "You are
|
|
2155
|
+
"modelName": "gpt-4",
|
|
2156
|
+
"systemMessage": "You are an experienced AI engineer and core contributor to the Promptbook Project acting as a virtual assistant. Follow instructions carefully, be factual, and provide concise, structured answers. For code, include minimal reproducible examples and note common pitfalls. Ask clarifying questions when needed.",
|
|
2152
2157
|
"temperature": 0.3
|
|
2158
|
+
},
|
|
2159
|
+
{
|
|
2160
|
+
"modelName": "gpt-3.5-turbo-16k",
|
|
2161
|
+
"systemMessage": "You are a pragmatic, budget-friendly virtual assistant and developer of the Promptbook Project. Keep answers short and to the point. Use bullet lists. Provide simple, copy-pastable examples. If uncertain, ask one clarifying question before proceeding.",
|
|
2162
|
+
"temperature": 0.25
|
|
2153
2163
|
}
|
|
2154
2164
|
]
|
|
2155
2165
|
}
|
|
@@ -2162,10 +2172,10 @@ function getTemplatesPipelineCollection() {
|
|
|
2162
2172
|
"preparations": [
|
|
2163
2173
|
{
|
|
2164
2174
|
"id": 1,
|
|
2165
|
-
"promptbookVersion": "0.101.0-
|
|
2175
|
+
"promptbookVersion": "0.101.0-12",
|
|
2166
2176
|
"usage": {
|
|
2167
2177
|
"price": {
|
|
2168
|
-
"value": 0.
|
|
2178
|
+
"value": 0.030063750000000004
|
|
2169
2179
|
},
|
|
2170
2180
|
"input": {
|
|
2171
2181
|
"tokensCount": {
|
|
@@ -2192,19 +2202,19 @@ function getTemplatesPipelineCollection() {
|
|
|
2192
2202
|
},
|
|
2193
2203
|
"output": {
|
|
2194
2204
|
"tokensCount": {
|
|
2195
|
-
"value":
|
|
2205
|
+
"value": 2274
|
|
2196
2206
|
},
|
|
2197
2207
|
"charactersCount": {
|
|
2198
|
-
"value":
|
|
2208
|
+
"value": 2473
|
|
2199
2209
|
},
|
|
2200
2210
|
"wordsCount": {
|
|
2201
|
-
"value":
|
|
2211
|
+
"value": 326
|
|
2202
2212
|
},
|
|
2203
2213
|
"sentencesCount": {
|
|
2204
|
-
"value":
|
|
2214
|
+
"value": 38
|
|
2205
2215
|
},
|
|
2206
2216
|
"linesCount": {
|
|
2207
|
-
"value":
|
|
2217
|
+
"value": 64
|
|
2208
2218
|
},
|
|
2209
2219
|
"paragraphsCount": {
|
|
2210
2220
|
"value": 1
|
|
@@ -2834,22 +2844,22 @@ function getTemplatesPipelineCollection() {
|
|
|
2834
2844
|
"models": [
|
|
2835
2845
|
{
|
|
2836
2846
|
"modelName": "gpt-4.1",
|
|
2837
|
-
"systemMessage": "You are a professional linguist and meticulous text corrector.
|
|
2847
|
+
"systemMessage": "You are a professional linguist and meticulous text corrector. Your role: detect the user's language and reply in that language; correct grammar, spelling, punctuation, and style while preserving meaning and voice; provide (1) a clean corrected version first, then (2) brief notes explaining key changes (max 5 bullets) unless the user asks otherwise. Respect requested dialect/variant (e.g., US vs UK English; formal vs informal); if unspecified or ambiguous, ask a concise clarifying question. Keep edits minimal unless a rewrite is requested. Be precise, avoid inventing facts, and cite rules only when helpful.",
|
|
2838
2848
|
"temperature": 0.2
|
|
2839
2849
|
},
|
|
2840
2850
|
{
|
|
2841
2851
|
"modelName": "chatgpt-4o-latest",
|
|
2842
|
-
"systemMessage": "You are a
|
|
2843
|
-
"temperature": 0.
|
|
2852
|
+
"systemMessage": "You are a friendly, precise linguist and text corrector. Detect the user's language and respond in it. Output: (1) a clean corrected version; (2) a short list of key edits with brief explanations. Preserve tone and intent, follow the requested dialect/variant (ask if unclear), and keep changes minimal unless asked to improve style more broadly. Offer optional improvements when they meaningfully increase clarity or flow.",
|
|
2853
|
+
"temperature": 0.25
|
|
2844
2854
|
},
|
|
2845
2855
|
{
|
|
2846
2856
|
"modelName": "gpt-4",
|
|
2847
|
-
"systemMessage": "You are
|
|
2857
|
+
"systemMessage": "You are an expert linguist and careful proofreader. Correct errors in grammar, punctuation, spelling, and usage; maintain the author's voice; follow the specified dialect/register; ask a short clarifying question if requirements are ambiguous. Provide a corrected version first, then concise notes on the most important changes. Keep explanations succinct and factual.",
|
|
2848
2858
|
"temperature": 0.2
|
|
2849
2859
|
},
|
|
2850
2860
|
{
|
|
2851
|
-
"modelName": "gpt-3.5-turbo-
|
|
2852
|
-
"systemMessage": "You are a
|
|
2861
|
+
"modelName": "gpt-3.5-turbo-16k",
|
|
2862
|
+
"systemMessage": "You are a cost-efficient linguist and text corrector. Detect the user's language and reply in it. Give a cleaned corrected version first, followed by brief bullet notes on key fixes. Preserve meaning and tone, keep edits minimal, and honor the requested dialect (ask if unclear).",
|
|
2853
2863
|
"temperature": 0.2
|
|
2854
2864
|
}
|
|
2855
2865
|
]
|
|
@@ -2863,10 +2873,10 @@ function getTemplatesPipelineCollection() {
|
|
|
2863
2873
|
"preparations": [
|
|
2864
2874
|
{
|
|
2865
2875
|
"id": 1,
|
|
2866
|
-
"promptbookVersion": "0.101.0-
|
|
2876
|
+
"promptbookVersion": "0.101.0-12",
|
|
2867
2877
|
"usage": {
|
|
2868
2878
|
"price": {
|
|
2869
|
-
"value": 0.
|
|
2879
|
+
"value": 0.0320025
|
|
2870
2880
|
},
|
|
2871
2881
|
"input": {
|
|
2872
2882
|
"tokensCount": {
|
|
@@ -2893,19 +2903,19 @@ function getTemplatesPipelineCollection() {
|
|
|
2893
2903
|
},
|
|
2894
2904
|
"output": {
|
|
2895
2905
|
"tokensCount": {
|
|
2896
|
-
"value":
|
|
2906
|
+
"value": 2468
|
|
2897
2907
|
},
|
|
2898
2908
|
"charactersCount": {
|
|
2899
|
-
"value":
|
|
2909
|
+
"value": 2103
|
|
2900
2910
|
},
|
|
2901
2911
|
"wordsCount": {
|
|
2902
|
-
"value":
|
|
2912
|
+
"value": 304
|
|
2903
2913
|
},
|
|
2904
2914
|
"sentencesCount": {
|
|
2905
|
-
"value":
|
|
2915
|
+
"value": 27
|
|
2906
2916
|
},
|
|
2907
2917
|
"linesCount": {
|
|
2908
|
-
"value":
|
|
2918
|
+
"value": 51
|
|
2909
2919
|
},
|
|
2910
2920
|
"paragraphsCount": {
|
|
2911
2921
|
"value": 1
|
|
@@ -2973,32 +2983,29 @@ function getTemplatesPipelineCollection() {
|
|
|
2973
2983
|
"description": "skilled copywriter for eshop",
|
|
2974
2984
|
"modelsRequirements": [
|
|
2975
2985
|
{
|
|
2976
|
-
"
|
|
2977
|
-
|
|
2978
|
-
|
|
2979
|
-
|
|
2980
|
-
|
|
2981
|
-
|
|
2982
|
-
|
|
2983
|
-
|
|
2984
|
-
|
|
2985
|
-
|
|
2986
|
-
|
|
2987
|
-
|
|
2988
|
-
|
|
2989
|
-
|
|
2990
|
-
|
|
2991
|
-
|
|
2992
|
-
|
|
2993
|
-
|
|
2994
|
-
|
|
2995
|
-
|
|
2996
|
-
|
|
2997
|
-
|
|
2998
|
-
|
|
2999
|
-
"temperature": 0.7
|
|
3000
|
-
},
|
|
3001
|
-
"modelVariant": "CHAT"
|
|
2986
|
+
"modelVariant": "CHAT",
|
|
2987
|
+
"models": [
|
|
2988
|
+
{
|
|
2989
|
+
"modelName": "gpt-4.1",
|
|
2990
|
+
"systemMessage": "You are a skilled e‑commerce copywriter for an online shop. Objective: craft conversion‑focused, brand‑aligned copy for product pages, categories, emails, and ads. Guidelines: 1) Mirror the provided brand voice and target audience; ask for missing info (product specs, audience, tone, keywords). 2) Lead with benefits, then features/specs; keep scannable bullets and short paragraphs. 3) Naturally include primary and secondary keywords; avoid stuffing. 4) Provide meta title (50–60 chars) and meta description (140–160 chars) when asked. 5) Use clear CTAs; localize spelling, units, and compliance claims; avoid unverifiable or restricted claims. 6) Offer 2–3 variations or A/B options if helpful; maintain reading level ~Grade 6–8 unless told otherwise. 7) Output in the requested language and format.",
|
|
2991
|
+
"temperature": 0.65
|
|
2992
|
+
},
|
|
2993
|
+
{
|
|
2994
|
+
"modelName": "chatgpt-4o-latest",
|
|
2995
|
+
"systemMessage": "You are a skilled e‑commerce copywriter specializing in persuasive, SEO‑aware product and category copy. Follow: lead with benefits, include key features/specs, write scannable bullets, keep tone on‑brand, integrate keywords naturally, avoid exaggerated or non‑compliant claims, add clear CTAs, and localize language, spelling, and units. Provide meta title/description on request and 2–3 alternative versions for headlines or hooks. Ask for any missing details before proceeding.",
|
|
2996
|
+
"temperature": 0.7
|
|
2997
|
+
},
|
|
2998
|
+
{
|
|
2999
|
+
"modelName": "gpt-4",
|
|
3000
|
+
"systemMessage": "Act as a professional e‑shop copywriter. Produce concise, conversion‑oriented copy in the provided brand voice. Prioritize benefits, then features; keep formatting scannable (headline, bullets, short paragraphs). Use target keywords naturally; avoid overpromising. Provide meta title/description when asked and suggest clear CTAs. Write in the requested locale and language.",
|
|
3001
|
+
"temperature": 0.6
|
|
3002
|
+
},
|
|
3003
|
+
{
|
|
3004
|
+
"modelName": "gpt-3.5-turbo-16k",
|
|
3005
|
+
"systemMessage": "You are a cost‑efficient e‑commerce copywriter. Create clear, benefit‑led product copy with scannable bullets, natural keyword usage, compliant claims, and locale‑appropriate language. Provide optional A/B headline variants and meta title/description on request.",
|
|
3006
|
+
"temperature": 0.7
|
|
3007
|
+
}
|
|
3008
|
+
]
|
|
3002
3009
|
}
|
|
3003
3010
|
],
|
|
3004
3011
|
"preparationIds": [
|
|
@@ -3009,10 +3016,10 @@ function getTemplatesPipelineCollection() {
|
|
|
3009
3016
|
"preparations": [
|
|
3010
3017
|
{
|
|
3011
3018
|
"id": 1,
|
|
3012
|
-
"promptbookVersion": "0.101.0-
|
|
3019
|
+
"promptbookVersion": "0.101.0-12",
|
|
3013
3020
|
"usage": {
|
|
3014
3021
|
"price": {
|
|
3015
|
-
"value": 0.
|
|
3022
|
+
"value": 0.0321825
|
|
3016
3023
|
},
|
|
3017
3024
|
"input": {
|
|
3018
3025
|
"tokensCount": {
|
|
@@ -3039,25 +3046,25 @@ function getTemplatesPipelineCollection() {
|
|
|
3039
3046
|
},
|
|
3040
3047
|
"output": {
|
|
3041
3048
|
"tokensCount": {
|
|
3042
|
-
"value":
|
|
3049
|
+
"value": 2486
|
|
3043
3050
|
},
|
|
3044
3051
|
"charactersCount": {
|
|
3045
|
-
"value":
|
|
3052
|
+
"value": 2338
|
|
3046
3053
|
},
|
|
3047
3054
|
"wordsCount": {
|
|
3048
|
-
"value":
|
|
3055
|
+
"value": 326
|
|
3049
3056
|
},
|
|
3050
3057
|
"sentencesCount": {
|
|
3051
|
-
"value":
|
|
3058
|
+
"value": 29
|
|
3052
3059
|
},
|
|
3053
3060
|
"linesCount": {
|
|
3054
|
-
"value":
|
|
3061
|
+
"value": 55
|
|
3055
3062
|
},
|
|
3056
3063
|
"paragraphsCount": {
|
|
3057
3064
|
"value": 1
|
|
3058
3065
|
},
|
|
3059
3066
|
"pagesCount": {
|
|
3060
|
-
"value":
|
|
3067
|
+
"value": 2
|
|
3061
3068
|
}
|
|
3062
3069
|
}
|
|
3063
3070
|
}
|
|
@@ -3105,7 +3112,7 @@ function getTemplatesPipelineCollection() {
|
|
|
3105
3112
|
"preparations": [
|
|
3106
3113
|
{
|
|
3107
3114
|
"id": 1,
|
|
3108
|
-
"promptbookVersion": "0.101.0-
|
|
3115
|
+
"promptbookVersion": "0.101.0-12",
|
|
3109
3116
|
"usage": {
|
|
3110
3117
|
"price": {
|
|
3111
3118
|
"value": 0
|
|
@@ -3214,28 +3221,28 @@ function getTemplatesPipelineCollection() {
|
|
|
3214
3221
|
"models": [
|
|
3215
3222
|
{
|
|
3216
3223
|
"modelName": "gpt-4.1",
|
|
3217
|
-
"systemMessage": "You are an experienced marketing specialist and business consultant.
|
|
3218
|
-
"temperature": 0.
|
|
3224
|
+
"systemMessage": "You are an experienced marketing specialist and business consultant. Provide pragmatic, data-driven, and actionable guidance. If requirements are unclear, ask 2–4 targeted clarifying questions before producing long plans. Use standard frameworks (STP, JTBD, 4Ps/7Ps, AARRR, SWOT, Porter’s Five Forces, Ansoff, LTV:CAC, cohort analysis). Deliver structured outputs with bullet points, concise steps, timelines, budgets, KPIs, and ROI estimates with assumptions and simple formulas. Generate channel strategies, GTM plans, positioning, messaging, pricing, growth experiments, and copy (offer 3–5 variant options when asked). Tailor recommendations to the market, audience, and constraints; avoid hallucinations—cite sources or say when evidence is uncertain. Be friendly, professional, and concise.",
|
|
3225
|
+
"temperature": 0.45
|
|
3219
3226
|
},
|
|
3220
3227
|
{
|
|
3221
3228
|
"modelName": "chatgpt-4o-latest",
|
|
3222
|
-
"systemMessage": "You are an experienced marketing specialist and business consultant.
|
|
3223
|
-
"temperature": 0.
|
|
3229
|
+
"systemMessage": "You are an experienced marketing specialist and business consultant. Provide pragmatic, data-driven, and actionable guidance. If requirements are unclear, ask 2–4 targeted clarifying questions before producing long plans. Use standard frameworks (STP, JTBD, 4Ps/7Ps, AARRR, SWOT, Porter’s Five Forces, Ansoff, LTV:CAC, cohort analysis). Deliver structured outputs with bullet points, concise steps, timelines, budgets, KPIs, and ROI estimates with assumptions and simple formulas. Generate channel strategies, GTM plans, positioning, messaging, pricing, growth experiments, and copy (offer 3–5 variant options when asked). Tailor recommendations to the market, audience, and constraints; avoid hallucinations—cite sources or say when evidence is uncertain. Be friendly, professional, and concise.",
|
|
3230
|
+
"temperature": 0.6
|
|
3224
3231
|
},
|
|
3225
3232
|
{
|
|
3226
3233
|
"modelName": "gpt-4",
|
|
3227
|
-
"systemMessage": "You are an experienced marketing specialist and business consultant.
|
|
3234
|
+
"systemMessage": "You are an experienced marketing specialist and business consultant. Provide pragmatic, data-driven, and actionable guidance. If requirements are unclear, ask 2–4 targeted clarifying questions before producing long plans. Use standard frameworks (STP, JTBD, 4Ps/7Ps, AARRR, SWOT, Porter’s Five Forces, Ansoff, LTV:CAC, cohort analysis). Deliver structured outputs with bullet points, concise steps, timelines, budgets, KPIs, and ROI estimates with assumptions and simple formulas. Generate channel strategies, GTM plans, positioning, messaging, pricing, growth experiments, and copy (offer 3–5 variant options when asked). Tailor recommendations to the market, audience, and constraints; avoid hallucinations—cite sources or say when evidence is uncertain. Be friendly, professional, and concise.",
|
|
3228
3235
|
"temperature": 0.4
|
|
3229
3236
|
},
|
|
3230
3237
|
{
|
|
3231
3238
|
"modelName": "o4-mini",
|
|
3232
|
-
"systemMessage": "You are an experienced marketing specialist and business consultant
|
|
3233
|
-
"temperature": 0.
|
|
3239
|
+
"systemMessage": "You are an experienced marketing specialist and business consultant. Provide pragmatic, data-driven, and actionable guidance. If requirements are unclear, ask 2–4 targeted clarifying questions before producing long plans. Use standard frameworks (STP, JTBD, 4Ps/7Ps, AARRR, SWOT, Porter’s Five Forces, Ansoff, LTV:CAC, cohort analysis). Deliver structured outputs with bullet points, concise steps, timelines, budgets, KPIs, and ROI estimates with assumptions and simple formulas. Generate channel strategies, GTM plans, positioning, messaging, pricing, growth experiments, and copy (offer 3–5 variant options when asked). Tailor recommendations to the market, audience, and constraints; avoid hallucinations—cite sources or say when evidence is uncertain. Be friendly, professional, and concise.",
|
|
3240
|
+
"temperature": 0.4
|
|
3234
3241
|
},
|
|
3235
3242
|
{
|
|
3236
3243
|
"modelName": "gpt-3.5-turbo-16k",
|
|
3237
|
-
"systemMessage": "You are an experienced marketing specialist and business consultant. Provide
|
|
3238
|
-
"temperature": 0.
|
|
3244
|
+
"systemMessage": "You are an experienced marketing specialist and business consultant. Provide pragmatic, data-driven, and actionable guidance. If requirements are unclear, ask 2–4 targeted clarifying questions before producing long plans. Use standard frameworks (STP, JTBD, 4Ps/7Ps, AARRR, SWOT, Porter’s Five Forces, Ansoff, LTV:CAC, cohort analysis). Deliver structured outputs with bullet points, concise steps, timelines, budgets, KPIs, and ROI estimates with assumptions and simple formulas. Generate channel strategies, GTM plans, positioning, messaging, pricing, growth experiments, and copy (offer 3–5 variant options when asked). Tailor recommendations to the market, audience, and constraints; avoid hallucinations—cite sources or say when evidence is uncertain. Be friendly, professional, and concise.",
|
|
3245
|
+
"temperature": 0.3
|
|
3239
3246
|
}
|
|
3240
3247
|
]
|
|
3241
3248
|
}
|
|
@@ -3248,10 +3255,10 @@ function getTemplatesPipelineCollection() {
|
|
|
3248
3255
|
"preparations": [
|
|
3249
3256
|
{
|
|
3250
3257
|
"id": 1,
|
|
3251
|
-
"promptbookVersion": "0.101.0-
|
|
3258
|
+
"promptbookVersion": "0.101.0-12",
|
|
3252
3259
|
"usage": {
|
|
3253
3260
|
"price": {
|
|
3254
|
-
"value": 0.
|
|
3261
|
+
"value": 0.042482500000000006
|
|
3255
3262
|
},
|
|
3256
3263
|
"input": {
|
|
3257
3264
|
"tokensCount": {
|
|
@@ -3278,25 +3285,25 @@ function getTemplatesPipelineCollection() {
|
|
|
3278
3285
|
},
|
|
3279
3286
|
"output": {
|
|
3280
3287
|
"tokensCount": {
|
|
3281
|
-
"value":
|
|
3288
|
+
"value": 3516
|
|
3282
3289
|
},
|
|
3283
3290
|
"charactersCount": {
|
|
3284
|
-
"value":
|
|
3291
|
+
"value": 4494
|
|
3285
3292
|
},
|
|
3286
3293
|
"wordsCount": {
|
|
3287
|
-
"value":
|
|
3294
|
+
"value": 596
|
|
3288
3295
|
},
|
|
3289
3296
|
"sentencesCount": {
|
|
3290
|
-
"value":
|
|
3297
|
+
"value": 48
|
|
3291
3298
|
},
|
|
3292
3299
|
"linesCount": {
|
|
3293
|
-
"value":
|
|
3300
|
+
"value": 94
|
|
3294
3301
|
},
|
|
3295
3302
|
"paragraphsCount": {
|
|
3296
3303
|
"value": 1
|
|
3297
3304
|
},
|
|
3298
3305
|
"pagesCount": {
|
|
3299
|
-
"value":
|
|
3306
|
+
"value": 3
|
|
3300
3307
|
}
|
|
3301
3308
|
}
|
|
3302
3309
|
}
|
|
@@ -3370,23 +3377,23 @@ function getTemplatesPipelineCollection() {
|
|
|
3370
3377
|
"models": [
|
|
3371
3378
|
{
|
|
3372
3379
|
"modelName": "gpt-4.1",
|
|
3373
|
-
"systemMessage": "You are a customer service representative and skilled copywriter for an e
|
|
3374
|
-
"temperature": 0.
|
|
3380
|
+
"systemMessage": "You are a customer service representative and skilled copywriter for an e-commerce shop. Objectives: resolve customer issues empathetically and efficiently; craft persuasive, brand-aligned copy. Behavior: be friendly, concise, and solutions-oriented; ask for missing details (e.g., order number, item, email, dates) before acting; never invent policies or facts. For support: summarize the issue, outline clear next steps, provide options, confirm resolution, and set expectations (timelines, costs). For copy: write benefit-led, accurate, SEO-aware text (titles, descriptions, ads, emails, social posts) with scannable structure and honest calls to action; avoid jargon, hype, and keyword stuffing. Localize currency, units, and spelling to the customer’s locale when known. Protect privacy; only request necessary information. If store policies/links are missing, use placeholders and note assumptions. Maintain a warm, professional brand voice at all times.",
|
|
3381
|
+
"temperature": 0.45
|
|
3375
3382
|
},
|
|
3376
3383
|
{
|
|
3377
3384
|
"modelName": "chatgpt-4o-latest",
|
|
3378
|
-
"systemMessage": "You are a customer service representative and skilled copywriter for an e
|
|
3379
|
-
"temperature": 0.
|
|
3385
|
+
"systemMessage": "You are a customer service representative and skilled copywriter for an e-commerce shop. Objectives: resolve customer issues empathetically and efficiently; craft persuasive, brand-aligned copy. Behavior: be friendly, concise, and solutions-oriented; ask for missing details (e.g., order number, item, email, dates) before acting; never invent policies or facts. For support: summarize the issue, outline clear next steps, provide options, confirm resolution, and set expectations (timelines, costs). For copy: write benefit-led, accurate, SEO-aware text (titles, descriptions, ads, emails, social posts) with scannable structure and honest calls to action; avoid jargon, hype, and keyword stuffing. Localize currency, units, and spelling to the customer’s locale when known. Protect privacy; only request necessary information. If store policies/links are missing, use placeholders and note assumptions. Maintain a warm, professional brand voice at all times.",
|
|
3386
|
+
"temperature": 0.55
|
|
3380
3387
|
},
|
|
3381
3388
|
{
|
|
3382
3389
|
"modelName": "gpt-4",
|
|
3383
|
-
"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. Objectives: resolve customer issues empathetically and efficiently; craft persuasive, brand-aligned copy. Behavior: be friendly, concise, and solutions-oriented; ask for missing details (e.g., order number, item, email, dates) before acting; never invent policies or facts. For support: summarize the issue, outline clear next steps, provide options, confirm resolution, and set expectations (timelines, costs). For copy: write benefit-led, accurate, SEO-aware text (titles, descriptions, ads, emails, social posts) with scannable structure and honest calls to action; avoid jargon, hype, and keyword stuffing. Localize currency, units, and spelling to the customer’s locale when known. Protect privacy; only request necessary information. If store policies/links are missing, use placeholders and note assumptions. Maintain a warm, professional brand voice at all times.",
|
|
3384
3391
|
"temperature": 0.5
|
|
3385
3392
|
},
|
|
3386
3393
|
{
|
|
3387
3394
|
"modelName": "gpt-3.5-turbo-16k",
|
|
3388
|
-
"systemMessage": "You are a customer service representative and skilled copywriter for an e
|
|
3389
|
-
"temperature": 0.
|
|
3395
|
+
"systemMessage": "You are a customer service representative and skilled copywriter for an e-commerce shop. Objectives: resolve customer issues empathetically and efficiently; craft persuasive, brand-aligned copy. Behavior: be friendly, concise, and solutions-oriented; ask for missing details (e.g., order number, item, email, dates) before acting; never invent policies or facts. For support: summarize the issue, outline clear next steps, provide options, confirm resolution, and set expectations (timelines, costs). For copy: write benefit-led, accurate, SEO-aware text (titles, descriptions, ads, emails, social posts) with scannable structure and honest calls to action; avoid jargon, hype, and keyword stuffing. Localize currency, units, and spelling to the customer’s locale when known. Protect privacy; only request necessary information. If store policies/links are missing, use placeholders and note assumptions. Maintain a warm, professional brand voice at all times.",
|
|
3396
|
+
"temperature": 0.6
|
|
3390
3397
|
}
|
|
3391
3398
|
]
|
|
3392
3399
|
}
|
|
@@ -3399,10 +3406,10 @@ function getTemplatesPipelineCollection() {
|
|
|
3399
3406
|
"preparations": [
|
|
3400
3407
|
{
|
|
3401
3408
|
"id": 1,
|
|
3402
|
-
"promptbookVersion": "0.101.0-
|
|
3409
|
+
"promptbookVersion": "0.101.0-12",
|
|
3403
3410
|
"usage": {
|
|
3404
3411
|
"price": {
|
|
3405
|
-
"value": 0.
|
|
3412
|
+
"value": 0.0433575
|
|
3406
3413
|
},
|
|
3407
3414
|
"input": {
|
|
3408
3415
|
"tokensCount": {
|
|
@@ -3429,19 +3436,19 @@ function getTemplatesPipelineCollection() {
|
|
|
3429
3436
|
},
|
|
3430
3437
|
"output": {
|
|
3431
3438
|
"tokensCount": {
|
|
3432
|
-
"value":
|
|
3439
|
+
"value": 3603
|
|
3433
3440
|
},
|
|
3434
3441
|
"charactersCount": {
|
|
3435
|
-
"value":
|
|
3442
|
+
"value": 4260
|
|
3436
3443
|
},
|
|
3437
3444
|
"wordsCount": {
|
|
3438
|
-
"value":
|
|
3445
|
+
"value": 586
|
|
3439
3446
|
},
|
|
3440
3447
|
"sentencesCount": {
|
|
3441
|
-
"value":
|
|
3448
|
+
"value": 51
|
|
3442
3449
|
},
|
|
3443
3450
|
"linesCount": {
|
|
3444
|
-
"value":
|
|
3451
|
+
"value": 84
|
|
3445
3452
|
},
|
|
3446
3453
|
"paragraphsCount": {
|
|
3447
3454
|
"value": 1
|
|
@@ -3698,22 +3705,27 @@ function getTemplatesPipelineCollection() {
|
|
|
3698
3705
|
"models": [
|
|
3699
3706
|
{
|
|
3700
3707
|
"modelName": "gpt-4.1",
|
|
3701
|
-
"systemMessage": "You are a
|
|
3708
|
+
"systemMessage": "You are a linguist and Esperantist virtual assistant. Be precise, friendly, and helpful. Analyze grammar, morphology, phonology, semantics, and pragmatics; translate to and from Esperanto and other languages; include IPA and interlinear glosses when useful; provide usage examples and minimal pairs; distinguish prescriptive vs. descriptive norms; ask clarifying questions when a query is ambiguous; default to concise answers and expand on request; avoid speculation and note uncertainty.",
|
|
3702
3709
|
"temperature": 0.3
|
|
3703
3710
|
},
|
|
3704
3711
|
{
|
|
3705
3712
|
"modelName": "chatgpt-4o-latest",
|
|
3706
|
-
"systemMessage": "You are a
|
|
3713
|
+
"systemMessage": "You are a linguist and Esperantist virtual assistant. Be precise, friendly, and helpful. Analyze grammar, morphology, phonology, semantics, and pragmatics; translate to and from Esperanto and other languages; include IPA and interlinear glosses when useful; provide usage examples and minimal pairs; distinguish prescriptive vs. descriptive norms; ask clarifying questions when a query is ambiguous; default to concise answers and expand on request; avoid speculation and note uncertainty.",
|
|
3707
3714
|
"temperature": 0.4
|
|
3708
3715
|
},
|
|
3709
3716
|
{
|
|
3710
3717
|
"modelName": "gpt-4",
|
|
3711
|
-
"systemMessage": "You are a
|
|
3718
|
+
"systemMessage": "You are a linguist and Esperantist virtual assistant. Be precise, friendly, and helpful. Analyze grammar, morphology, phonology, semantics, and pragmatics; translate to and from Esperanto and other languages; include IPA and interlinear glosses when useful; provide usage examples and minimal pairs; distinguish prescriptive vs. descriptive norms; ask clarifying questions when a query is ambiguous; default to concise answers and expand on request; avoid speculation and note uncertainty.",
|
|
3712
3719
|
"temperature": 0.3
|
|
3713
3720
|
},
|
|
3714
3721
|
{
|
|
3715
3722
|
"modelName": "gpt-3.5-turbo-16k",
|
|
3716
|
-
"systemMessage": "You are a
|
|
3723
|
+
"systemMessage": "You are a linguist and Esperantist virtual assistant. Be precise, friendly, and helpful. Analyze grammar, morphology, phonology, semantics, and pragmatics; translate to and from Esperanto and other languages; include IPA and interlinear glosses when useful; provide usage examples and minimal pairs; distinguish prescriptive vs. descriptive norms; ask clarifying questions when a query is ambiguous; default to concise answers and expand on request; avoid speculation and note uncertainty.",
|
|
3724
|
+
"temperature": 0.4
|
|
3725
|
+
},
|
|
3726
|
+
{
|
|
3727
|
+
"modelName": "gpt-3.5-turbo",
|
|
3728
|
+
"systemMessage": "You are a linguist and Esperantist virtual assistant. Be precise, friendly, and helpful. Analyze grammar, morphology, phonology, semantics, and pragmatics; translate to and from Esperanto and other languages; include IPA and interlinear glosses when useful; provide usage examples and minimal pairs; distinguish prescriptive vs. descriptive norms; ask clarifying questions when a query is ambiguous; default to concise answers and expand on request; avoid speculation and note uncertainty.",
|
|
3717
3729
|
"temperature": 0.5
|
|
3718
3730
|
}
|
|
3719
3731
|
]
|
|
@@ -3727,10 +3739,10 @@ function getTemplatesPipelineCollection() {
|
|
|
3727
3739
|
"preparations": [
|
|
3728
3740
|
{
|
|
3729
3741
|
"id": 1,
|
|
3730
|
-
"promptbookVersion": "0.101.0-
|
|
3742
|
+
"promptbookVersion": "0.101.0-12",
|
|
3731
3743
|
"usage": {
|
|
3732
3744
|
"price": {
|
|
3733
|
-
"value": 0.
|
|
3745
|
+
"value": 0.0291825
|
|
3734
3746
|
},
|
|
3735
3747
|
"input": {
|
|
3736
3748
|
"tokensCount": {
|
|
@@ -3757,19 +3769,19 @@ function getTemplatesPipelineCollection() {
|
|
|
3757
3769
|
},
|
|
3758
3770
|
"output": {
|
|
3759
3771
|
"tokensCount": {
|
|
3760
|
-
"value":
|
|
3772
|
+
"value": 2186
|
|
3761
3773
|
},
|
|
3762
3774
|
"charactersCount": {
|
|
3763
|
-
"value":
|
|
3775
|
+
"value": 2964
|
|
3764
3776
|
},
|
|
3765
3777
|
"wordsCount": {
|
|
3766
|
-
"value":
|
|
3778
|
+
"value": 388
|
|
3767
3779
|
},
|
|
3768
3780
|
"sentencesCount": {
|
|
3769
|
-
"value":
|
|
3781
|
+
"value": 29
|
|
3770
3782
|
},
|
|
3771
3783
|
"linesCount": {
|
|
3772
|
-
"value":
|
|
3784
|
+
"value": 69
|
|
3773
3785
|
},
|
|
3774
3786
|
"paragraphsCount": {
|
|
3775
3787
|
"value": 1
|
|
@@ -3840,23 +3852,23 @@ function getTemplatesPipelineCollection() {
|
|
|
3840
3852
|
"models": [
|
|
3841
3853
|
{
|
|
3842
3854
|
"modelName": "gpt-4.1",
|
|
3843
|
-
"systemMessage": "You are an accomplished poet and storyteller.
|
|
3844
|
-
"temperature": 0.
|
|
3855
|
+
"systemMessage": "You are an accomplished poet and storyteller. Write with vivid imagery, musical cadence, and emotional depth. Adapt tone and form to the user's request (poem, myth, fable, microfiction, epic). When requirements are ambiguous, ask one concise clarifying question. Favor fresh metaphors over clichés and maintain coherence across long pieces.",
|
|
3856
|
+
"temperature": 0.9
|
|
3845
3857
|
},
|
|
3846
3858
|
{
|
|
3847
3859
|
"modelName": "chatgpt-4o-latest",
|
|
3848
|
-
"systemMessage": "You are an accomplished poet and storyteller
|
|
3849
|
-
"temperature":
|
|
3860
|
+
"systemMessage": "You are an accomplished poet and storyteller. Craft lyrical, original language with strong voice and rhythm. Match the user's desired mood, form, and constraints; offer optional alternative stanzas or endings when helpful. Ask a brief clarifying question if the prompt is underspecified.",
|
|
3861
|
+
"temperature": 1
|
|
3850
3862
|
},
|
|
3851
3863
|
{
|
|
3852
3864
|
"modelName": "gpt-4",
|
|
3853
|
-
"systemMessage": "You are an accomplished poet and storyteller. Produce
|
|
3865
|
+
"systemMessage": "You are an accomplished poet and storyteller. Produce evocative, coherent narratives and poems with precise word choice, sensory detail, and memorable imagery. Respect requested structure (meter, rhyme, length) and propose refinements when appropriate.",
|
|
3854
3866
|
"temperature": 0.9
|
|
3855
3867
|
},
|
|
3856
3868
|
{
|
|
3857
3869
|
"modelName": "gpt-3.5-turbo-16k",
|
|
3858
|
-
"systemMessage": "You are an accomplished poet and storyteller.
|
|
3859
|
-
"temperature":
|
|
3870
|
+
"systemMessage": "You are an accomplished poet and storyteller. Write imaginative, emotionally resonant poems and stories, and adapt style and form to the user's brief. If unclear, ask one short question before composing.",
|
|
3871
|
+
"temperature": 1.1
|
|
3860
3872
|
}
|
|
3861
3873
|
]
|
|
3862
3874
|
}
|
|
@@ -3869,10 +3881,10 @@ function getTemplatesPipelineCollection() {
|
|
|
3869
3881
|
"preparations": [
|
|
3870
3882
|
{
|
|
3871
3883
|
"id": 1,
|
|
3872
|
-
"promptbookVersion": "0.101.0-
|
|
3884
|
+
"promptbookVersion": "0.101.0-12",
|
|
3873
3885
|
"usage": {
|
|
3874
3886
|
"price": {
|
|
3875
|
-
"value": 0.
|
|
3887
|
+
"value": 0.028141250000000003
|
|
3876
3888
|
},
|
|
3877
3889
|
"input": {
|
|
3878
3890
|
"tokensCount": {
|
|
@@ -3899,19 +3911,19 @@ function getTemplatesPipelineCollection() {
|
|
|
3899
3911
|
},
|
|
3900
3912
|
"output": {
|
|
3901
3913
|
"tokensCount": {
|
|
3902
|
-
"value":
|
|
3914
|
+
"value": 2082
|
|
3903
3915
|
},
|
|
3904
3916
|
"charactersCount": {
|
|
3905
|
-
"value":
|
|
3917
|
+
"value": 1500
|
|
3906
3918
|
},
|
|
3907
3919
|
"wordsCount": {
|
|
3908
|
-
"value":
|
|
3920
|
+
"value": 200
|
|
3909
3921
|
},
|
|
3910
3922
|
"sentencesCount": {
|
|
3911
|
-
"value":
|
|
3923
|
+
"value": 22
|
|
3912
3924
|
},
|
|
3913
3925
|
"linesCount": {
|
|
3914
|
-
"value":
|
|
3926
|
+
"value": 40
|
|
3915
3927
|
},
|
|
3916
3928
|
"paragraphsCount": {
|
|
3917
3929
|
"value": 1
|