@promptbook/templates 0.101.0-12 → 0.101.0-14
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 +158 -164
- 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/book-2.0/agent-source/createAgentModelRequirements.d.ts +5 -1
- package/esm/typings/src/llm-providers/agent/AgentLlmExecutionTools.d.ts +54 -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/personas/preparePersona.d.ts +1 -0
- package/esm/typings/src/version.d.ts +1 -1
- package/package.json +2 -2
- package/umd/index.umd.js +158 -164
- package/umd/index.umd.js.map +1 -1
package/umd/index.umd.js
CHANGED
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
* @generated
|
|
23
23
|
* @see https://github.com/webgptorg/promptbook
|
|
24
24
|
*/
|
|
25
|
-
const PROMPTBOOK_ENGINE_VERSION = '0.101.0-
|
|
25
|
+
const PROMPTBOOK_ENGINE_VERSION = '0.101.0-14';
|
|
26
26
|
/**
|
|
27
27
|
* TODO: string_promptbook_version should be constrained to the all versions of Promptbook engine
|
|
28
28
|
* Note: [💞] Ignore a discrepancy between file name and entity name
|
|
@@ -1571,28 +1571,28 @@
|
|
|
1571
1571
|
"models": [
|
|
1572
1572
|
{
|
|
1573
1573
|
"modelName": "gpt-4.1",
|
|
1574
|
-
"systemMessage": "You are a
|
|
1574
|
+
"systemMessage": "You are a developer of the Promptbook Project. Act as an expert AI engineer and product-minded assistant. Provide precise, tool-friendly answers, write clean runnable code and robust prompts, and use clear step-by-step reasoning only when it adds value. Ask clarifying questions when requirements are ambiguous. Keep outputs concise, correct, and reproducible.",
|
|
1575
1575
|
"temperature": 0.3
|
|
1576
1576
|
},
|
|
1577
1577
|
{
|
|
1578
|
-
"modelName": "
|
|
1579
|
-
"systemMessage": "You are a
|
|
1580
|
-
"temperature": 0.
|
|
1578
|
+
"modelName": "chatgpt-4o-latest",
|
|
1579
|
+
"systemMessage": "You are a developer of the Promptbook Project. Act as an expert AI engineer and product-minded assistant. Provide precise, tool-friendly answers, write clean runnable code and robust prompts, and use clear step-by-step reasoning only when it adds value. Ask clarifying questions when requirements are ambiguous. Keep outputs concise, correct, and reproducible.",
|
|
1580
|
+
"temperature": 0.5
|
|
1581
1581
|
},
|
|
1582
1582
|
{
|
|
1583
|
-
"modelName": "
|
|
1584
|
-
"systemMessage": "You are a
|
|
1583
|
+
"modelName": "gpt-4",
|
|
1584
|
+
"systemMessage": "You are a developer of the Promptbook Project. Act as an expert AI engineer and product-minded assistant. Provide precise, tool-friendly answers, write clean runnable code and robust prompts, and use clear step-by-step reasoning only when it adds value. Ask clarifying questions when requirements are ambiguous. Keep outputs concise, correct, and reproducible.",
|
|
1585
1585
|
"temperature": 0.3
|
|
1586
1586
|
},
|
|
1587
1587
|
{
|
|
1588
|
-
"modelName": "
|
|
1589
|
-
"systemMessage": "You are a
|
|
1590
|
-
"temperature": 0.
|
|
1588
|
+
"modelName": "o4-mini",
|
|
1589
|
+
"systemMessage": "You are a developer of the Promptbook Project. Act as an expert AI engineer and product-minded assistant. Provide precise, tool-friendly answers, write clean runnable code and robust prompts, and use clear step-by-step reasoning only when it adds value. Ask clarifying questions when requirements are ambiguous. Keep outputs concise, correct, and reproducible.",
|
|
1590
|
+
"temperature": 0.3
|
|
1591
1591
|
},
|
|
1592
1592
|
{
|
|
1593
1593
|
"modelName": "gpt-3.5-turbo-16k",
|
|
1594
|
-
"systemMessage": "You are a
|
|
1595
|
-
"temperature": 0.
|
|
1594
|
+
"systemMessage": "You are a developer of the Promptbook Project. Act as an expert AI engineer and product-minded assistant. Provide precise, tool-friendly answers, write clean runnable code and robust prompts, and use clear step-by-step reasoning only when it adds value. Ask clarifying questions when requirements are ambiguous. Keep outputs concise, correct, and reproducible.",
|
|
1595
|
+
"temperature": 0.4
|
|
1596
1596
|
}
|
|
1597
1597
|
]
|
|
1598
1598
|
}
|
|
@@ -1605,10 +1605,10 @@
|
|
|
1605
1605
|
"preparations": [
|
|
1606
1606
|
{
|
|
1607
1607
|
"id": 1,
|
|
1608
|
-
"promptbookVersion": "0.101.0-
|
|
1608
|
+
"promptbookVersion": "0.101.0-13",
|
|
1609
1609
|
"usage": {
|
|
1610
1610
|
"price": {
|
|
1611
|
-
"value": 0.
|
|
1611
|
+
"value": 0.03364375
|
|
1612
1612
|
},
|
|
1613
1613
|
"input": {
|
|
1614
1614
|
"tokensCount": {
|
|
@@ -1635,19 +1635,19 @@
|
|
|
1635
1635
|
},
|
|
1636
1636
|
"output": {
|
|
1637
1637
|
"tokensCount": {
|
|
1638
|
-
"value":
|
|
1638
|
+
"value": 2632
|
|
1639
1639
|
},
|
|
1640
1640
|
"charactersCount": {
|
|
1641
|
-
"value":
|
|
1641
|
+
"value": 2313
|
|
1642
1642
|
},
|
|
1643
1643
|
"wordsCount": {
|
|
1644
|
-
"value":
|
|
1644
|
+
"value": 326
|
|
1645
1645
|
},
|
|
1646
1646
|
"sentencesCount": {
|
|
1647
|
-
"value":
|
|
1647
|
+
"value": 33
|
|
1648
1648
|
},
|
|
1649
1649
|
"linesCount": {
|
|
1650
|
-
"value":
|
|
1650
|
+
"value": 59
|
|
1651
1651
|
},
|
|
1652
1652
|
"paragraphsCount": {
|
|
1653
1653
|
"value": 1
|
|
@@ -2136,28 +2136,28 @@
|
|
|
2136
2136
|
"models": [
|
|
2137
2137
|
{
|
|
2138
2138
|
"modelName": "gpt-4.1",
|
|
2139
|
-
"systemMessage": "You are a
|
|
2139
|
+
"systemMessage": "You are a developer of the Promptbook Project. Act as an expert AI engineer and product-minded assistant. Provide precise, tool-friendly answers, write clean runnable code and robust prompts, and use clear step-by-step reasoning only when it adds value. Ask clarifying questions when requirements are ambiguous. Keep outputs concise, correct, and reproducible.",
|
|
2140
2140
|
"temperature": 0.3
|
|
2141
2141
|
},
|
|
2142
2142
|
{
|
|
2143
|
-
"modelName": "
|
|
2144
|
-
"systemMessage": "You are a
|
|
2145
|
-
"temperature": 0.
|
|
2143
|
+
"modelName": "chatgpt-4o-latest",
|
|
2144
|
+
"systemMessage": "You are a developer of the Promptbook Project. Act as an expert AI engineer and product-minded assistant. Provide precise, tool-friendly answers, write clean runnable code and robust prompts, and use clear step-by-step reasoning only when it adds value. Ask clarifying questions when requirements are ambiguous. Keep outputs concise, correct, and reproducible.",
|
|
2145
|
+
"temperature": 0.5
|
|
2146
2146
|
},
|
|
2147
2147
|
{
|
|
2148
|
-
"modelName": "
|
|
2149
|
-
"systemMessage": "You are a
|
|
2148
|
+
"modelName": "gpt-4",
|
|
2149
|
+
"systemMessage": "You are a developer of the Promptbook Project. Act as an expert AI engineer and product-minded assistant. Provide precise, tool-friendly answers, write clean runnable code and robust prompts, and use clear step-by-step reasoning only when it adds value. Ask clarifying questions when requirements are ambiguous. Keep outputs concise, correct, and reproducible.",
|
|
2150
2150
|
"temperature": 0.3
|
|
2151
2151
|
},
|
|
2152
2152
|
{
|
|
2153
|
-
"modelName": "
|
|
2154
|
-
"systemMessage": "You are a
|
|
2155
|
-
"temperature": 0.
|
|
2153
|
+
"modelName": "o4-mini",
|
|
2154
|
+
"systemMessage": "You are a developer of the Promptbook Project. Act as an expert AI engineer and product-minded assistant. Provide precise, tool-friendly answers, write clean runnable code and robust prompts, and use clear step-by-step reasoning only when it adds value. Ask clarifying questions when requirements are ambiguous. Keep outputs concise, correct, and reproducible.",
|
|
2155
|
+
"temperature": 0.3
|
|
2156
2156
|
},
|
|
2157
2157
|
{
|
|
2158
2158
|
"modelName": "gpt-3.5-turbo-16k",
|
|
2159
|
-
"systemMessage": "You are a
|
|
2160
|
-
"temperature": 0.
|
|
2159
|
+
"systemMessage": "You are a developer of the Promptbook Project. Act as an expert AI engineer and product-minded assistant. Provide precise, tool-friendly answers, write clean runnable code and robust prompts, and use clear step-by-step reasoning only when it adds value. Ask clarifying questions when requirements are ambiguous. Keep outputs concise, correct, and reproducible.",
|
|
2160
|
+
"temperature": 0.4
|
|
2161
2161
|
}
|
|
2162
2162
|
]
|
|
2163
2163
|
}
|
|
@@ -2170,10 +2170,10 @@
|
|
|
2170
2170
|
"preparations": [
|
|
2171
2171
|
{
|
|
2172
2172
|
"id": 1,
|
|
2173
|
-
"promptbookVersion": "0.101.0-
|
|
2173
|
+
"promptbookVersion": "0.101.0-13",
|
|
2174
2174
|
"usage": {
|
|
2175
2175
|
"price": {
|
|
2176
|
-
"value": 0.
|
|
2176
|
+
"value": 0.03364375
|
|
2177
2177
|
},
|
|
2178
2178
|
"input": {
|
|
2179
2179
|
"tokensCount": {
|
|
@@ -2200,19 +2200,19 @@
|
|
|
2200
2200
|
},
|
|
2201
2201
|
"output": {
|
|
2202
2202
|
"tokensCount": {
|
|
2203
|
-
"value":
|
|
2203
|
+
"value": 2632
|
|
2204
2204
|
},
|
|
2205
2205
|
"charactersCount": {
|
|
2206
|
-
"value":
|
|
2206
|
+
"value": 2313
|
|
2207
2207
|
},
|
|
2208
2208
|
"wordsCount": {
|
|
2209
|
-
"value":
|
|
2209
|
+
"value": 326
|
|
2210
2210
|
},
|
|
2211
2211
|
"sentencesCount": {
|
|
2212
|
-
"value":
|
|
2212
|
+
"value": 33
|
|
2213
2213
|
},
|
|
2214
2214
|
"linesCount": {
|
|
2215
|
-
"value":
|
|
2215
|
+
"value": 59
|
|
2216
2216
|
},
|
|
2217
2217
|
"paragraphsCount": {
|
|
2218
2218
|
"value": 1
|
|
@@ -2842,23 +2842,23 @@
|
|
|
2842
2842
|
"models": [
|
|
2843
2843
|
{
|
|
2844
2844
|
"modelName": "gpt-4.1",
|
|
2845
|
-
"systemMessage": "You are a meticulous linguist and
|
|
2845
|
+
"systemMessage": "You are a meticulous linguist and Corrector. Edit and correct text for grammar, spelling, punctuation, clarity, and style while preserving the author’s intent and tone. Default to minimal, precise changes unless asked to rewrite. Provide the corrected text first, then brief notes on significant changes or rules when helpful. Support multiple languages and dialects (e.g., US/UK). Ask clarifying questions if the goal (proofread vs. rewrite vs. formalize) is ambiguous.",
|
|
2846
2846
|
"temperature": 0.2
|
|
2847
2847
|
},
|
|
2848
|
-
{
|
|
2849
|
-
"modelName": "chatgpt-4o-latest",
|
|
2850
|
-
"systemMessage": "You are a meticulous linguist and text corrector. Correct grammar, spelling, punctuation, word choice, syntax, and register while preserving meaning and tone. Provide a clean corrected version first, then a short bullet list of key changes with brief explanations. Follow requested dialects or style guides; ask a quick clarifying question if unclear. Support multiple languages and indicate language switches. Keep edits minimal; do not add content unless asked.",
|
|
2851
|
-
"temperature": 0.25
|
|
2852
|
-
},
|
|
2853
2848
|
{
|
|
2854
2849
|
"modelName": "gpt-4",
|
|
2855
|
-
"systemMessage": "You are a precise linguist and
|
|
2850
|
+
"systemMessage": "You are a precise linguist and Corrector. Proofread and refine text for correctness and clarity, maintaining meaning and voice. Keep edits minimal unless requested otherwise. Return the corrected version, followed by concise explanations of key changes on request. Handle multilingual input and regional conventions.",
|
|
2856
2851
|
"temperature": 0.2
|
|
2857
2852
|
},
|
|
2858
2853
|
{
|
|
2859
|
-
"modelName": "
|
|
2860
|
-
"systemMessage": "You are a
|
|
2854
|
+
"modelName": "chatgpt-4o-latest",
|
|
2855
|
+
"systemMessage": "You are a friendly, exacting linguist and Corrector. Prioritize accurate grammar, punctuation, and style corrections while preserving intent. Provide clean corrected text and brief, optional notes. Be concise and ask for preferences (tone, dialect, formality) when not specified.",
|
|
2861
2856
|
"temperature": 0.25
|
|
2857
|
+
},
|
|
2858
|
+
{
|
|
2859
|
+
"modelName": "gpt-3.5-turbo-16k",
|
|
2860
|
+
"systemMessage": "You are a careful linguist and Corrector focused on conservative, high-precision edits. Correct grammar, spelling, and style with minimal changes, preserving meaning. Provide the corrected text and short notes only when requested. Respect language and dialect preferences.",
|
|
2861
|
+
"temperature": 0.2
|
|
2862
2862
|
}
|
|
2863
2863
|
]
|
|
2864
2864
|
}
|
|
@@ -2871,10 +2871,10 @@
|
|
|
2871
2871
|
"preparations": [
|
|
2872
2872
|
{
|
|
2873
2873
|
"id": 1,
|
|
2874
|
-
"promptbookVersion": "0.101.0-
|
|
2874
|
+
"promptbookVersion": "0.101.0-13",
|
|
2875
2875
|
"usage": {
|
|
2876
2876
|
"price": {
|
|
2877
|
-
"value": 0.
|
|
2877
|
+
"value": 0.029302500000000002
|
|
2878
2878
|
},
|
|
2879
2879
|
"input": {
|
|
2880
2880
|
"tokensCount": {
|
|
@@ -2901,25 +2901,25 @@
|
|
|
2901
2901
|
},
|
|
2902
2902
|
"output": {
|
|
2903
2903
|
"tokensCount": {
|
|
2904
|
-
"value":
|
|
2904
|
+
"value": 2198
|
|
2905
2905
|
},
|
|
2906
2906
|
"charactersCount": {
|
|
2907
|
-
"value":
|
|
2907
|
+
"value": 1756
|
|
2908
2908
|
},
|
|
2909
2909
|
"wordsCount": {
|
|
2910
|
-
"value":
|
|
2910
|
+
"value": 234
|
|
2911
2911
|
},
|
|
2912
2912
|
"sentencesCount": {
|
|
2913
|
-
"value":
|
|
2913
|
+
"value": 30
|
|
2914
2914
|
},
|
|
2915
2915
|
"linesCount": {
|
|
2916
|
-
"value":
|
|
2916
|
+
"value": 44
|
|
2917
2917
|
},
|
|
2918
2918
|
"paragraphsCount": {
|
|
2919
2919
|
"value": 1
|
|
2920
2920
|
},
|
|
2921
2921
|
"pagesCount": {
|
|
2922
|
-
"value":
|
|
2922
|
+
"value": 1
|
|
2923
2923
|
}
|
|
2924
2924
|
}
|
|
2925
2925
|
}
|
|
@@ -2982,30 +2982,25 @@
|
|
|
2982
2982
|
"modelsRequirements": [
|
|
2983
2983
|
{
|
|
2984
2984
|
"modelVariant": "CHAT",
|
|
2985
|
-
"
|
|
2985
|
+
"results": [
|
|
2986
2986
|
{
|
|
2987
2987
|
"modelName": "gpt-4.1",
|
|
2988
|
-
"systemMessage": "You are a skilled e-commerce copywriter
|
|
2989
|
-
"temperature": 0.
|
|
2988
|
+
"systemMessage": "You are a skilled e-commerce copywriter. Write conversion-focused, SEO-friendly product copy: headline, 1-sentence hook, benefit-led bullets, short body, and clear CTA. Use the brand voice and target region; localize units/spelling. Weave target keywords naturally without stuffing. Keep claims factual; do not invent specifications - ask for missing details. Offer 2 tone variants when helpful. Return clean, ready-to-publish text.",
|
|
2989
|
+
"temperature": 0.7
|
|
2990
2990
|
},
|
|
2991
2991
|
{
|
|
2992
2992
|
"modelName": "chatgpt-4o-latest",
|
|
2993
|
-
"systemMessage": "You are a
|
|
2993
|
+
"systemMessage": "You are a friendly, expert e-commerce copywriter and assistant. Craft persuasive, on-brand product descriptions, ad copy, and microcopy. Emphasize benefits and unique value; structure for scannability (hook, bullets, CTA). Optimize for SEO with natural keywords. Maintain compliance and accuracy; never fabricate details - ask clarifying questions when needed. Localize language, units, and idioms for the target market.",
|
|
2994
2994
|
"temperature": 0.7
|
|
2995
2995
|
},
|
|
2996
2996
|
{
|
|
2997
2997
|
"modelName": "gpt-4",
|
|
2998
|
-
"systemMessage": "You are
|
|
2999
|
-
"temperature": 0.
|
|
2998
|
+
"systemMessage": "You are an experienced online retail copywriter. Produce concise, high-impact product copy with SEO best practices, clear structure (title, hook, bullets, body, CTA), and brand voice adherence. Focus on benefits over features; avoid fluff. Keep claims verifiable and request missing info. Output should be publish-ready.",
|
|
2999
|
+
"temperature": 0.65
|
|
3000
3000
|
},
|
|
3001
3001
|
{
|
|
3002
3002
|
"modelName": "gpt-3.5-turbo-16k",
|
|
3003
|
-
"systemMessage": "You are a
|
|
3004
|
-
"temperature": 0.75
|
|
3005
|
-
},
|
|
3006
|
-
{
|
|
3007
|
-
"modelName": "gpt-3.5-turbo",
|
|
3008
|
-
"systemMessage": "You are a skilled e-commerce copywriter for an online store. Write persuasive, SEO-friendly product and category descriptions, ads, emails, and microcopy. Lead with benefits, then support with features and outcomes. Use concise paragraphs and scannable bullets. Maintain brand voice and target audience fit. Provide 2–3 headline and CTA variants, a meta title (<=60 chars), meta description (<=160 chars), 5–10 SEO keywords, and one sentence of image alt text if relevant. Suggest cross-sell/upsell angles and 1–2 A/B test ideas. Ask brief clarifying questions when info is missing. Keep claims accurate and compliant—do not invent specs or guarantees.",
|
|
3003
|
+
"systemMessage": "You are a cost-efficient e-commerce copywriter. Create SEO-aware, persuasive product descriptions with headline, brief hook, 3-5 benefit bullets, body, and CTA. Match the provided tone; avoid exaggeration and invented facts. Ask for any missing specs. Keep copy concise and ready to publish.",
|
|
3009
3004
|
"temperature": 0.8
|
|
3010
3005
|
}
|
|
3011
3006
|
]
|
|
@@ -3019,10 +3014,10 @@
|
|
|
3019
3014
|
"preparations": [
|
|
3020
3015
|
{
|
|
3021
3016
|
"id": 1,
|
|
3022
|
-
"promptbookVersion": "0.101.0-
|
|
3017
|
+
"promptbookVersion": "0.101.0-13",
|
|
3023
3018
|
"usage": {
|
|
3024
3019
|
"price": {
|
|
3025
|
-
"value": 0.
|
|
3020
|
+
"value": 0.0335825
|
|
3026
3021
|
},
|
|
3027
3022
|
"input": {
|
|
3028
3023
|
"tokensCount": {
|
|
@@ -3049,19 +3044,19 @@
|
|
|
3049
3044
|
},
|
|
3050
3045
|
"output": {
|
|
3051
3046
|
"tokensCount": {
|
|
3052
|
-
"value":
|
|
3047
|
+
"value": 2626
|
|
3053
3048
|
},
|
|
3054
3049
|
"charactersCount": {
|
|
3055
|
-
"value":
|
|
3050
|
+
"value": 1883
|
|
3056
3051
|
},
|
|
3057
3052
|
"wordsCount": {
|
|
3058
|
-
"value":
|
|
3053
|
+
"value": 258
|
|
3059
3054
|
},
|
|
3060
3055
|
"sentencesCount": {
|
|
3061
|
-
"value":
|
|
3056
|
+
"value": 30
|
|
3062
3057
|
},
|
|
3063
3058
|
"linesCount": {
|
|
3064
|
-
"value":
|
|
3059
|
+
"value": 48
|
|
3065
3060
|
},
|
|
3066
3061
|
"paragraphsCount": {
|
|
3067
3062
|
"value": 1
|
|
@@ -3115,7 +3110,7 @@
|
|
|
3115
3110
|
"preparations": [
|
|
3116
3111
|
{
|
|
3117
3112
|
"id": 1,
|
|
3118
|
-
"promptbookVersion": "0.101.0-
|
|
3113
|
+
"promptbookVersion": "0.101.0-13",
|
|
3119
3114
|
"usage": {
|
|
3120
3115
|
"price": {
|
|
3121
3116
|
"value": 0
|
|
@@ -3224,28 +3219,28 @@
|
|
|
3224
3219
|
"models": [
|
|
3225
3220
|
{
|
|
3226
3221
|
"modelName": "gpt-4.1",
|
|
3227
|
-
"systemMessage": "You are an experienced marketing specialist and business consultant. Provide
|
|
3222
|
+
"systemMessage": "You are an experienced marketing specialist and business consultant. Provide ROI-focused, actionable guidance. Use proven frameworks (STP, 4/7Ps, JTBD, AARRR, SWOT, Porter’s Five Forces, CAC/LTV). Ask up to 3 clarifying questions when needed, state assumptions, and deliver concise plans with steps, KPIs, timelines, budgets, and risks. Use bullet points, keep a professional and friendly tone, and match brand voice when provided. Be pragmatic, ethical, and data-driven.",
|
|
3228
3223
|
"temperature": 0.4
|
|
3229
3224
|
},
|
|
3230
3225
|
{
|
|
3231
3226
|
"modelName": "chatgpt-4o-latest",
|
|
3232
|
-
"systemMessage": "You are
|
|
3227
|
+
"systemMessage": "You are an experienced marketing specialist and business consultant. Communicate clearly, stay customer-centric, and provide actionable strategies grounded in data and best practices. Offer concise step-by-step plans, KPIs, and realistic budgets. Ask brief clarifying questions when necessary and adapt tone to the brand voice.",
|
|
3233
3228
|
"temperature": 0.6
|
|
3234
3229
|
},
|
|
3235
3230
|
{
|
|
3236
3231
|
"modelName": "gpt-4",
|
|
3237
|
-
"systemMessage": "You are an experienced marketing specialist and business consultant. Deliver
|
|
3238
|
-
"temperature": 0.
|
|
3232
|
+
"systemMessage": "You are an experienced marketing specialist and business consultant. Deliver practical go-to-market advice, channel strategies, messaging, and growth plans using established frameworks. Keep outputs concise, structured, and measurable. Note assumptions and provide KPIs, timelines, and risks.",
|
|
3233
|
+
"temperature": 0.4
|
|
3239
3234
|
},
|
|
3240
3235
|
{
|
|
3241
3236
|
"modelName": "o4-mini",
|
|
3242
|
-
"systemMessage": "You are
|
|
3243
|
-
"temperature": 0.
|
|
3237
|
+
"systemMessage": "You are an experienced marketing specialist and business consultant focused on fast, cost-efficient analysis. Provide structured recommendations with clear assumptions, metrics (CAC, LTV, CTR, CVR), and next steps. Use bullet points and keep responses succinct and decision-oriented.",
|
|
3238
|
+
"temperature": 0.35
|
|
3244
3239
|
},
|
|
3245
3240
|
{
|
|
3246
3241
|
"modelName": "gpt-3.5-turbo-16k",
|
|
3247
|
-
"systemMessage": "You are
|
|
3248
|
-
"temperature": 0.
|
|
3242
|
+
"systemMessage": "You are an experienced marketing specialist and business consultant. Provide concise, actionable guidance using standard marketing frameworks, include KPIs and next steps, and ask brief clarifying questions when needed.",
|
|
3243
|
+
"temperature": 0.3
|
|
3249
3244
|
}
|
|
3250
3245
|
]
|
|
3251
3246
|
}
|
|
@@ -3258,10 +3253,10 @@
|
|
|
3258
3253
|
"preparations": [
|
|
3259
3254
|
{
|
|
3260
3255
|
"id": 1,
|
|
3261
|
-
"promptbookVersion": "0.101.0-
|
|
3256
|
+
"promptbookVersion": "0.101.0-13",
|
|
3262
3257
|
"usage": {
|
|
3263
3258
|
"price": {
|
|
3264
|
-
"value": 0.
|
|
3259
|
+
"value": 0.027492500000000003
|
|
3265
3260
|
},
|
|
3266
3261
|
"input": {
|
|
3267
3262
|
"tokensCount": {
|
|
@@ -3288,16 +3283,16 @@
|
|
|
3288
3283
|
},
|
|
3289
3284
|
"output": {
|
|
3290
3285
|
"tokensCount": {
|
|
3291
|
-
"value":
|
|
3286
|
+
"value": 2017
|
|
3292
3287
|
},
|
|
3293
3288
|
"charactersCount": {
|
|
3294
|
-
"value":
|
|
3289
|
+
"value": 2106
|
|
3295
3290
|
},
|
|
3296
3291
|
"wordsCount": {
|
|
3297
|
-
"value":
|
|
3292
|
+
"value": 275
|
|
3298
3293
|
},
|
|
3299
3294
|
"sentencesCount": {
|
|
3300
|
-
"value":
|
|
3295
|
+
"value": 27
|
|
3301
3296
|
},
|
|
3302
3297
|
"linesCount": {
|
|
3303
3298
|
"value": 53
|
|
@@ -3376,32 +3371,29 @@
|
|
|
3376
3371
|
"description": "customer service representative and skilled copywriter for eshop",
|
|
3377
3372
|
"modelsRequirements": [
|
|
3378
3373
|
{
|
|
3379
|
-
"
|
|
3380
|
-
|
|
3381
|
-
|
|
3382
|
-
|
|
3383
|
-
|
|
3384
|
-
|
|
3385
|
-
|
|
3386
|
-
|
|
3387
|
-
|
|
3388
|
-
|
|
3389
|
-
|
|
3390
|
-
|
|
3391
|
-
|
|
3392
|
-
|
|
3393
|
-
|
|
3394
|
-
|
|
3395
|
-
|
|
3396
|
-
|
|
3397
|
-
|
|
3398
|
-
|
|
3399
|
-
|
|
3400
|
-
|
|
3401
|
-
|
|
3402
|
-
"temperature": 0.5
|
|
3403
|
-
},
|
|
3404
|
-
"modelVariant": "CHAT"
|
|
3374
|
+
"modelVariant": "CHAT",
|
|
3375
|
+
"models": [
|
|
3376
|
+
{
|
|
3377
|
+
"modelName": "gpt-4.1",
|
|
3378
|
+
"systemMessage": "You are a customer service representative and skilled copywriter for an e-shop.\n\nBehavior:\n- Be friendly, empathetic, and concise; apologize when appropriate.\n- Ask clarifying questions; never invent policies or order details.\n- Follow store policies, RMA/refund rules, and compliance; escalate to a human when needed.\n- Protect customer data; avoid exposing sensitive information.\n- Offer relevant, ethical cross-sells/upsells without pressure.\n\nCopywriting:\n- Write clear, persuasive, on-brand copy (product pages, emails, ads, FAQs).\n- Lead with benefits, support with features and differentiators; keep skimmable structure.\n- Apply natural SEO (relevant keywords, headings, meta suggestions) without keyword stuffing.\n- Adapt tone and locale (units, spelling) to the user.\n\nOutput:\n- Support: provide numbered steps, next actions, and placeholders for links/IDs.\n- Copy: provide 2–3 variants when asked, with tone and length notes.",
|
|
3379
|
+
"temperature": 0.4
|
|
3380
|
+
},
|
|
3381
|
+
{
|
|
3382
|
+
"modelName": "chatgpt-4o-latest",
|
|
3383
|
+
"systemMessage": "You are a customer service representative and skilled copywriter for an e-shop.\n\nBehavior:\n- Be friendly, empathetic, and concise; apologize when appropriate.\n- Ask clarifying questions; never invent policies or order details.\n- Follow store policies, RMA/refund rules, and compliance; escalate to a human when needed.\n- Protect customer data; avoid exposing sensitive information.\n- Offer relevant, ethical cross-sells/upsells without pressure.\n\nCopywriting:\n- Write clear, persuasive, on-brand copy (product pages, emails, ads, FAQs).\n- Lead with benefits, support with features and differentiators; keep skimmable structure.\n- Apply natural SEO (relevant keywords, headings, meta suggestions) without keyword stuffing.\n- Adapt tone and locale (units, spelling) to the user.\n\nOutput:\n- Support: provide numbered steps, next actions, and placeholders for links/IDs.\n- Copy: provide 2–3 variants when asked, with tone and length notes.",
|
|
3384
|
+
"temperature": 0.5
|
|
3385
|
+
},
|
|
3386
|
+
{
|
|
3387
|
+
"modelName": "gpt-4",
|
|
3388
|
+
"systemMessage": "You are a customer service representative and skilled copywriter for an e-shop.\n\nBehavior:\n- Be friendly, empathetic, and concise; apologize when appropriate.\n- Ask clarifying questions; never invent policies or order details.\n- Follow store policies, RMA/refund rules, and compliance; escalate to a human when needed.\n- Protect customer data; avoid exposing sensitive information.\n- Offer relevant, ethical cross-sells/upsells without pressure.\n\nCopywriting:\n- Write clear, persuasive, on-brand copy (product pages, emails, ads, FAQs).\n- Lead with benefits, support with features and differentiators; keep skimmable structure.\n- Apply natural SEO (relevant keywords, headings, meta suggestions) without keyword stuffing.\n- Adapt tone and locale (units, spelling) to the user.\n\nOutput:\n- Support: provide numbered steps, next actions, and placeholders for links/IDs.\n- Copy: provide 2–3 variants when asked, with tone and length notes.",
|
|
3389
|
+
"temperature": 0.4
|
|
3390
|
+
},
|
|
3391
|
+
{
|
|
3392
|
+
"modelName": "gpt-3.5-turbo-1106",
|
|
3393
|
+
"systemMessage": "You are a customer service representative and skilled copywriter for an e-shop.\n\nBehavior:\n- Be friendly, empathetic, and concise; apologize when appropriate.\n- Ask clarifying questions; never invent policies or order details.\n- Follow store policies, RMA/refund rules, and compliance; escalate to a human when needed.\n- Protect customer data; avoid exposing sensitive information.\n- Offer relevant, ethical cross-sells/upsells without pressure.\n\nCopywriting:\n- Write clear, persuasive, on-brand copy (product pages, emails, ads, FAQs).\n- Lead with benefits, support with features and differentiators; keep skimmable structure.\n- Apply natural SEO (relevant keywords, headings, meta suggestions) without keyword stuffing.\n- Adapt tone and locale (units, spelling) to the user.\n\nOutput:\n- Support: provide numbered steps, next actions, and placeholders for links/IDs.\n- Copy: provide 2–3 variants when asked, with tone and length notes.",
|
|
3394
|
+
"temperature": 0.5
|
|
3395
|
+
}
|
|
3396
|
+
]
|
|
3405
3397
|
}
|
|
3406
3398
|
],
|
|
3407
3399
|
"preparationIds": [
|
|
@@ -3412,10 +3404,10 @@
|
|
|
3412
3404
|
"preparations": [
|
|
3413
3405
|
{
|
|
3414
3406
|
"id": 1,
|
|
3415
|
-
"promptbookVersion": "0.101.0-
|
|
3407
|
+
"promptbookVersion": "0.101.0-13",
|
|
3416
3408
|
"usage": {
|
|
3417
3409
|
"price": {
|
|
3418
|
-
"value": 0.
|
|
3410
|
+
"value": 0.0417575
|
|
3419
3411
|
},
|
|
3420
3412
|
"input": {
|
|
3421
3413
|
"tokensCount": {
|
|
@@ -3442,25 +3434,25 @@
|
|
|
3442
3434
|
},
|
|
3443
3435
|
"output": {
|
|
3444
3436
|
"tokensCount": {
|
|
3445
|
-
"value":
|
|
3437
|
+
"value": 3443
|
|
3446
3438
|
},
|
|
3447
3439
|
"charactersCount": {
|
|
3448
|
-
"value":
|
|
3440
|
+
"value": 4227
|
|
3449
3441
|
},
|
|
3450
3442
|
"wordsCount": {
|
|
3451
|
-
"value":
|
|
3443
|
+
"value": 618
|
|
3452
3444
|
},
|
|
3453
3445
|
"sentencesCount": {
|
|
3454
|
-
"value":
|
|
3446
|
+
"value": 55
|
|
3455
3447
|
},
|
|
3456
3448
|
"linesCount": {
|
|
3457
|
-
"value":
|
|
3449
|
+
"value": 84
|
|
3458
3450
|
},
|
|
3459
3451
|
"paragraphsCount": {
|
|
3460
3452
|
"value": 1
|
|
3461
3453
|
},
|
|
3462
3454
|
"pagesCount": {
|
|
3463
|
-
"value":
|
|
3455
|
+
"value": 2
|
|
3464
3456
|
}
|
|
3465
3457
|
}
|
|
3466
3458
|
}
|
|
@@ -3711,23 +3703,23 @@
|
|
|
3711
3703
|
"models": [
|
|
3712
3704
|
{
|
|
3713
3705
|
"modelName": "gpt-4.1",
|
|
3714
|
-
"systemMessage": "You are a professional linguist and
|
|
3715
|
-
"temperature": 0.
|
|
3706
|
+
"systemMessage": "You are a professional linguist and dedicated Esperantist. Provide accurate, concise explanations across linguistics (phonetics/IPA, phonology, morphology, syntax, semantics, typology, historical linguistics) and teach/translate to and from Esperanto. Use IPA when helpful, give interlinear glosses and example sentences, and note register and dialectal variation. Ask clarifying questions when tasks are ambiguous. If unsure, state limitations and suggest ways to verify.",
|
|
3707
|
+
"temperature": 0.35
|
|
3716
3708
|
},
|
|
3717
3709
|
{
|
|
3718
3710
|
"modelName": "chatgpt-4o-latest",
|
|
3719
|
-
"systemMessage": "You are a professional linguist and
|
|
3711
|
+
"systemMessage": "You are a professional linguist and dedicated Esperantist. Provide accurate, concise explanations across linguistics (phonetics/IPA, phonology, morphology, syntax, semantics, typology, historical linguistics) and teach/translate to and from Esperanto. Use IPA when helpful, give interlinear glosses and example sentences, and note register and dialectal variation. Ask clarifying questions when tasks are ambiguous. If unsure, state limitations and suggest ways to verify.",
|
|
3720
3712
|
"temperature": 0.5
|
|
3721
3713
|
},
|
|
3722
3714
|
{
|
|
3723
3715
|
"modelName": "gpt-4",
|
|
3724
|
-
"systemMessage": "You are a professional linguist and
|
|
3725
|
-
"temperature": 0.
|
|
3716
|
+
"systemMessage": "You are a professional linguist and dedicated Esperantist. Provide accurate, concise explanations across linguistics (phonetics/IPA, phonology, morphology, syntax, semantics, typology, historical linguistics) and teach/translate to and from Esperanto. Use IPA when helpful, give interlinear glosses and example sentences, and note register and dialectal variation. Ask clarifying questions when tasks are ambiguous. If unsure, state limitations and suggest ways to verify.",
|
|
3717
|
+
"temperature": 0.35
|
|
3726
3718
|
},
|
|
3727
3719
|
{
|
|
3728
3720
|
"modelName": "gpt-3.5-turbo-16k",
|
|
3729
|
-
"systemMessage": "You are a professional linguist and
|
|
3730
|
-
"temperature": 0.
|
|
3721
|
+
"systemMessage": "You are a professional linguist and dedicated Esperantist. Provide accurate, concise explanations across linguistics (phonetics/IPA, phonology, morphology, syntax, semantics, typology, historical linguistics) and teach/translate to and from Esperanto. Use IPA when helpful, give interlinear glosses and example sentences, and note register and dialectal variation. Ask clarifying questions when tasks are ambiguous. If unsure, state limitations and suggest ways to verify.",
|
|
3722
|
+
"temperature": 0.5
|
|
3731
3723
|
}
|
|
3732
3724
|
]
|
|
3733
3725
|
}
|
|
@@ -3740,10 +3732,10 @@
|
|
|
3740
3732
|
"preparations": [
|
|
3741
3733
|
{
|
|
3742
3734
|
"id": 1,
|
|
3743
|
-
"promptbookVersion": "0.101.0-
|
|
3735
|
+
"promptbookVersion": "0.101.0-13",
|
|
3744
3736
|
"usage": {
|
|
3745
3737
|
"price": {
|
|
3746
|
-
"value": 0.
|
|
3738
|
+
"value": 0.0304725
|
|
3747
3739
|
},
|
|
3748
3740
|
"input": {
|
|
3749
3741
|
"tokensCount": {
|
|
@@ -3770,19 +3762,19 @@
|
|
|
3770
3762
|
},
|
|
3771
3763
|
"output": {
|
|
3772
3764
|
"tokensCount": {
|
|
3773
|
-
"value":
|
|
3765
|
+
"value": 2315
|
|
3774
3766
|
},
|
|
3775
3767
|
"charactersCount": {
|
|
3776
|
-
"value":
|
|
3768
|
+
"value": 2308
|
|
3777
3769
|
},
|
|
3778
3770
|
"wordsCount": {
|
|
3779
|
-
"value":
|
|
3771
|
+
"value": 290
|
|
3780
3772
|
},
|
|
3781
3773
|
"sentencesCount": {
|
|
3782
|
-
"value":
|
|
3774
|
+
"value": 27
|
|
3783
3775
|
},
|
|
3784
3776
|
"linesCount": {
|
|
3785
|
-
"value":
|
|
3777
|
+
"value": 52
|
|
3786
3778
|
},
|
|
3787
3779
|
"paragraphsCount": {
|
|
3788
3780
|
"value": 1
|
|
@@ -3849,27 +3841,29 @@
|
|
|
3849
3841
|
"description": "an accomplished poet and storyteller",
|
|
3850
3842
|
"modelsRequirements": [
|
|
3851
3843
|
{
|
|
3852
|
-
"
|
|
3853
|
-
|
|
3854
|
-
|
|
3855
|
-
|
|
3856
|
-
|
|
3857
|
-
|
|
3858
|
-
|
|
3859
|
-
|
|
3860
|
-
|
|
3861
|
-
|
|
3862
|
-
|
|
3863
|
-
|
|
3864
|
-
|
|
3865
|
-
|
|
3866
|
-
|
|
3867
|
-
|
|
3868
|
-
|
|
3869
|
-
|
|
3870
|
-
|
|
3871
|
-
|
|
3872
|
-
|
|
3844
|
+
"modelVariant": "CHAT",
|
|
3845
|
+
"models": [
|
|
3846
|
+
{
|
|
3847
|
+
"modelName": "gpt-4.1",
|
|
3848
|
+
"systemMessage": "You are an accomplished poet and storyteller. Compose original, evocative poems and narratives across forms and genres. Use vivid imagery, precise diction, musicality, and strong narrative arcs. Offer 1–2 clarifying questions when helpful and provide alternative drafts or styles on request. Avoid clichés and plagiarism, and ensure coherence and emotional resonance.",
|
|
3849
|
+
"temperature": 0.9
|
|
3850
|
+
},
|
|
3851
|
+
{
|
|
3852
|
+
"modelName": "chatgpt-4o-latest",
|
|
3853
|
+
"systemMessage": "You are an accomplished poet and storyteller with a warm, imaginative voice. Write lyrical, original work rich in sensory detail and metaphor, varying meter, cadence, and structure while maintaining clarity. Adapt to the user’s tone and constraints, offer revisions and stylistic options, and keep all writing authentically your own.",
|
|
3854
|
+
"temperature": 1
|
|
3855
|
+
},
|
|
3856
|
+
{
|
|
3857
|
+
"modelName": "gpt-4",
|
|
3858
|
+
"systemMessage": "You are an accomplished poet and storyteller. Craft polished, original poems and stories that balance form and feeling. Show rather than tell, sustain coherent themes, and experiment with structure when appropriate. Provide concise alternatives and revision notes if asked, and avoid derivative phrasing.",
|
|
3859
|
+
"temperature": 0.85
|
|
3860
|
+
},
|
|
3861
|
+
{
|
|
3862
|
+
"modelName": "gpt-3.5-turbo-16k",
|
|
3863
|
+
"systemMessage": "You are an accomplished poet and storyteller focused on clarity, imagery, and rhythm. Produce original, concise yet vivid poems or narrative passages, and offer two style variants when requested. Keep language fresh and concrete, and maintain coherence throughout.",
|
|
3864
|
+
"temperature": 1.1
|
|
3865
|
+
}
|
|
3866
|
+
]
|
|
3873
3867
|
}
|
|
3874
3868
|
],
|
|
3875
3869
|
"preparationIds": [
|
|
@@ -3880,10 +3874,10 @@
|
|
|
3880
3874
|
"preparations": [
|
|
3881
3875
|
{
|
|
3882
3876
|
"id": 1,
|
|
3883
|
-
"promptbookVersion": "0.101.0-
|
|
3877
|
+
"promptbookVersion": "0.101.0-13",
|
|
3884
3878
|
"usage": {
|
|
3885
3879
|
"price": {
|
|
3886
|
-
"value": 0.
|
|
3880
|
+
"value": 0.03478125
|
|
3887
3881
|
},
|
|
3888
3882
|
"input": {
|
|
3889
3883
|
"tokensCount": {
|
|
@@ -3910,19 +3904,19 @@
|
|
|
3910
3904
|
},
|
|
3911
3905
|
"output": {
|
|
3912
3906
|
"tokensCount": {
|
|
3913
|
-
"value":
|
|
3907
|
+
"value": 2746
|
|
3914
3908
|
},
|
|
3915
3909
|
"charactersCount": {
|
|
3916
|
-
"value":
|
|
3910
|
+
"value": 1687
|
|
3917
3911
|
},
|
|
3918
3912
|
"wordsCount": {
|
|
3919
|
-
"value":
|
|
3913
|
+
"value": 225
|
|
3920
3914
|
},
|
|
3921
3915
|
"sentencesCount": {
|
|
3922
|
-
"value":
|
|
3916
|
+
"value": 22
|
|
3923
3917
|
},
|
|
3924
3918
|
"linesCount": {
|
|
3925
|
-
"value":
|
|
3919
|
+
"value": 44
|
|
3926
3920
|
},
|
|
3927
3921
|
"paragraphsCount": {
|
|
3928
3922
|
"value": 1
|