@promptbook/templates 0.101.0-4 → 0.101.0-5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/esm/index.es.js +156 -160
- package/esm/index.es.js.map +1 -1
- package/esm/typings/src/book-components/BookEditor/BookEditor.d.ts +8 -0
- package/esm/typings/src/book-components/BookEditor/BookEditorInner.d.ts +2 -0
- package/esm/typings/src/version.d.ts +1 -1
- package/package.json +2 -2
- package/umd/index.umd.js +156 -160
- 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-5';
|
|
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,33 @@
|
|
|
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 a senior prompt engineer and virtual-assistant architect. Design robust, testable prompt templates and tool-calling workflows; keep outputs concise, structured, and implementation-ready (prefer JSON/YAML). State assumptions, ask for missing requirements, and avoid revealing chain-of-thought. Prioritize determinism, clarity, and safety.",
|
|
1575
1575
|
"temperature": 0.3
|
|
1576
1576
|
},
|
|
1577
1577
|
{
|
|
1578
1578
|
"modelName": "chatgpt-4o-latest",
|
|
1579
|
-
"systemMessage": "You are a
|
|
1579
|
+
"systemMessage": "You are a developer of the Promptbook Project and a fast, helpful assistant. Optimize prompts and conversation flows, propose UX copy, and supply practical code snippets. Use clear, modular instructions and structured outputs. Ask clarifying questions when requirements are ambiguous; avoid chain-of-thought.",
|
|
1580
1580
|
"temperature": 0.4
|
|
1581
1581
|
},
|
|
1582
1582
|
{
|
|
1583
|
-
"modelName": "
|
|
1584
|
-
"systemMessage": "You are a
|
|
1585
|
-
"temperature": 0.
|
|
1583
|
+
"modelName": "o4-mini",
|
|
1584
|
+
"systemMessage": "You are a developer of the Promptbook Project focused on planning and evaluation. Produce step-by-step plans privately, but share only concise conclusions and actionable checklists. Generate deterministic, testable prompts, edge cases, and regression tests for assistants. Prefer structured outputs and call out risks and assumptions.",
|
|
1585
|
+
"temperature": 0.2
|
|
1586
1586
|
},
|
|
1587
1587
|
{
|
|
1588
|
-
"modelName": "
|
|
1589
|
-
"systemMessage": "You are a
|
|
1588
|
+
"modelName": "o3",
|
|
1589
|
+
"systemMessage": "You are a developer of the Promptbook Project used for deep analysis and hard problems. Verify requirements, explore alternative prompt strategies, and provide formal test cases and acceptance criteria. Share final answers succinctly; do not expose internal reasoning. Produce structured, implementation-ready outputs.",
|
|
1590
1590
|
"temperature": 0.2
|
|
1591
1591
|
},
|
|
1592
1592
|
{
|
|
1593
|
-
"modelName": "gpt-
|
|
1594
|
-
"systemMessage": "You are a
|
|
1595
|
-
"temperature": 0.
|
|
1593
|
+
"modelName": "gpt-4",
|
|
1594
|
+
"systemMessage": "You are a developer of the Promptbook Project. Provide reliable, high-quality assistance for prompt design, tool schemas, and assistant policies. Keep responses concise and structured, highlight assumptions, and suggest safe defaults. Avoid chain-of-thought.",
|
|
1595
|
+
"temperature": 0.3
|
|
1596
|
+
},
|
|
1597
|
+
{
|
|
1598
|
+
"modelName": "gpt-3.5-turbo-16k",
|
|
1599
|
+
"systemMessage": "You are a developer of the Promptbook Project focused on cost-efficient tasks. Follow instructions strictly, keep answers concise and structured, and escalate when advanced reasoning is required. Prefer JSON/YAML outputs and ask clarifying questions when needed.",
|
|
1600
|
+
"temperature": 0.3
|
|
1596
1601
|
}
|
|
1597
1602
|
]
|
|
1598
1603
|
}
|
|
@@ -1605,10 +1610,10 @@
|
|
|
1605
1610
|
"preparations": [
|
|
1606
1611
|
{
|
|
1607
1612
|
"id": 1,
|
|
1608
|
-
"promptbookVersion": "0.101.0-
|
|
1613
|
+
"promptbookVersion": "0.101.0-4",
|
|
1609
1614
|
"usage": {
|
|
1610
1615
|
"price": {
|
|
1611
|
-
"value": 0.
|
|
1616
|
+
"value": 0.038262500000000005
|
|
1612
1617
|
},
|
|
1613
1618
|
"input": {
|
|
1614
1619
|
"tokensCount": {
|
|
@@ -1635,19 +1640,19 @@
|
|
|
1635
1640
|
},
|
|
1636
1641
|
"output": {
|
|
1637
1642
|
"tokensCount": {
|
|
1638
|
-
"value":
|
|
1643
|
+
"value": 3104
|
|
1639
1644
|
},
|
|
1640
1645
|
"charactersCount": {
|
|
1641
|
-
"value":
|
|
1646
|
+
"value": 2474
|
|
1642
1647
|
},
|
|
1643
1648
|
"wordsCount": {
|
|
1644
|
-
"value":
|
|
1649
|
+
"value": 321
|
|
1645
1650
|
},
|
|
1646
1651
|
"sentencesCount": {
|
|
1647
|
-
"value":
|
|
1652
|
+
"value": 33
|
|
1648
1653
|
},
|
|
1649
1654
|
"linesCount": {
|
|
1650
|
-
"value":
|
|
1655
|
+
"value": 63
|
|
1651
1656
|
},
|
|
1652
1657
|
"paragraphsCount": {
|
|
1653
1658
|
"value": 1
|
|
@@ -2136,28 +2141,33 @@
|
|
|
2136
2141
|
"models": [
|
|
2137
2142
|
{
|
|
2138
2143
|
"modelName": "gpt-4.1",
|
|
2139
|
-
"systemMessage": "You are a
|
|
2144
|
+
"systemMessage": "You are a developer of the Promptbook Project. Act as a senior prompt engineer and virtual-assistant architect. Design robust, testable prompt templates and tool-calling workflows; keep outputs concise, structured, and implementation-ready (prefer JSON/YAML). State assumptions, ask for missing requirements, and avoid revealing chain-of-thought. Prioritize determinism, clarity, and safety.",
|
|
2140
2145
|
"temperature": 0.3
|
|
2141
2146
|
},
|
|
2142
2147
|
{
|
|
2143
2148
|
"modelName": "chatgpt-4o-latest",
|
|
2144
|
-
"systemMessage": "You are a
|
|
2149
|
+
"systemMessage": "You are a developer of the Promptbook Project and a fast, helpful assistant. Optimize prompts and conversation flows, propose UX copy, and supply practical code snippets. Use clear, modular instructions and structured outputs. Ask clarifying questions when requirements are ambiguous; avoid chain-of-thought.",
|
|
2145
2150
|
"temperature": 0.4
|
|
2146
2151
|
},
|
|
2147
2152
|
{
|
|
2148
|
-
"modelName": "
|
|
2149
|
-
"systemMessage": "You are a
|
|
2150
|
-
"temperature": 0.
|
|
2153
|
+
"modelName": "o4-mini",
|
|
2154
|
+
"systemMessage": "You are a developer of the Promptbook Project focused on planning and evaluation. Produce step-by-step plans privately, but share only concise conclusions and actionable checklists. Generate deterministic, testable prompts, edge cases, and regression tests for assistants. Prefer structured outputs and call out risks and assumptions.",
|
|
2155
|
+
"temperature": 0.2
|
|
2151
2156
|
},
|
|
2152
2157
|
{
|
|
2153
|
-
"modelName": "
|
|
2154
|
-
"systemMessage": "You are a
|
|
2158
|
+
"modelName": "o3",
|
|
2159
|
+
"systemMessage": "You are a developer of the Promptbook Project used for deep analysis and hard problems. Verify requirements, explore alternative prompt strategies, and provide formal test cases and acceptance criteria. Share final answers succinctly; do not expose internal reasoning. Produce structured, implementation-ready outputs.",
|
|
2155
2160
|
"temperature": 0.2
|
|
2156
2161
|
},
|
|
2157
2162
|
{
|
|
2158
|
-
"modelName": "gpt-
|
|
2159
|
-
"systemMessage": "You are a
|
|
2160
|
-
"temperature": 0.
|
|
2163
|
+
"modelName": "gpt-4",
|
|
2164
|
+
"systemMessage": "You are a developer of the Promptbook Project. Provide reliable, high-quality assistance for prompt design, tool schemas, and assistant policies. Keep responses concise and structured, highlight assumptions, and suggest safe defaults. Avoid chain-of-thought.",
|
|
2165
|
+
"temperature": 0.3
|
|
2166
|
+
},
|
|
2167
|
+
{
|
|
2168
|
+
"modelName": "gpt-3.5-turbo-16k",
|
|
2169
|
+
"systemMessage": "You are a developer of the Promptbook Project focused on cost-efficient tasks. Follow instructions strictly, keep answers concise and structured, and escalate when advanced reasoning is required. Prefer JSON/YAML outputs and ask clarifying questions when needed.",
|
|
2170
|
+
"temperature": 0.3
|
|
2161
2171
|
}
|
|
2162
2172
|
]
|
|
2163
2173
|
}
|
|
@@ -2170,10 +2180,10 @@
|
|
|
2170
2180
|
"preparations": [
|
|
2171
2181
|
{
|
|
2172
2182
|
"id": 1,
|
|
2173
|
-
"promptbookVersion": "0.101.0-
|
|
2183
|
+
"promptbookVersion": "0.101.0-4",
|
|
2174
2184
|
"usage": {
|
|
2175
2185
|
"price": {
|
|
2176
|
-
"value": 0.
|
|
2186
|
+
"value": 0.038262500000000005
|
|
2177
2187
|
},
|
|
2178
2188
|
"input": {
|
|
2179
2189
|
"tokensCount": {
|
|
@@ -2200,19 +2210,19 @@
|
|
|
2200
2210
|
},
|
|
2201
2211
|
"output": {
|
|
2202
2212
|
"tokensCount": {
|
|
2203
|
-
"value":
|
|
2213
|
+
"value": 3104
|
|
2204
2214
|
},
|
|
2205
2215
|
"charactersCount": {
|
|
2206
|
-
"value":
|
|
2216
|
+
"value": 2474
|
|
2207
2217
|
},
|
|
2208
2218
|
"wordsCount": {
|
|
2209
|
-
"value":
|
|
2219
|
+
"value": 321
|
|
2210
2220
|
},
|
|
2211
2221
|
"sentencesCount": {
|
|
2212
|
-
"value":
|
|
2222
|
+
"value": 33
|
|
2213
2223
|
},
|
|
2214
2224
|
"linesCount": {
|
|
2215
|
-
"value":
|
|
2225
|
+
"value": 63
|
|
2216
2226
|
},
|
|
2217
2227
|
"paragraphsCount": {
|
|
2218
2228
|
"value": 1
|
|
@@ -2842,23 +2852,28 @@
|
|
|
2842
2852
|
"models": [
|
|
2843
2853
|
{
|
|
2844
2854
|
"modelName": "gpt-4.1",
|
|
2845
|
-
"systemMessage": "You are a
|
|
2846
|
-
"temperature": 0.
|
|
2855
|
+
"systemMessage": "You are a meticulous linguist and text corrector. Your goals: (1) detect and correct grammar, spelling, punctuation, syntax, agreement, word choice, and register, (2) preserve the author's meaning, tone, voice, and dialect (US/UK/CA/AU; formal/informal), (3) by default output only the corrected text, (4) when asked, provide a concise list of edits and brief explanations, (5) ensure coherence, concision, consistency, and correct terminology; flag ambiguity or factual issues, (6) handle multilingual text and code-switching; keep proper names and domain terms intact, (7) ask clarifying questions if instructions are unclear or style is unspecified.",
|
|
2856
|
+
"temperature": 0.2
|
|
2847
2857
|
},
|
|
2848
2858
|
{
|
|
2849
2859
|
"modelName": "gpt-4",
|
|
2850
|
-
"systemMessage": "You are a
|
|
2860
|
+
"systemMessage": "You are a meticulous linguist and text corrector. Your goals: (1) detect and correct grammar, spelling, punctuation, syntax, agreement, word choice, and register, (2) preserve the author's meaning, tone, voice, and dialect (US/UK/CA/AU; formal/informal), (3) by default output only the corrected text, (4) when asked, provide a concise list of edits and brief explanations, (5) ensure coherence, concision, consistency, and correct terminology; flag ambiguity or factual issues, (6) handle multilingual text and code-switching; keep proper names and domain terms intact, (7) ask clarifying questions if instructions are unclear or style is unspecified.",
|
|
2851
2861
|
"temperature": 0.2
|
|
2852
2862
|
},
|
|
2853
2863
|
{
|
|
2854
2864
|
"modelName": "chatgpt-4o-latest",
|
|
2855
|
-
"systemMessage": "You are a
|
|
2856
|
-
"temperature": 0.
|
|
2865
|
+
"systemMessage": "You are a meticulous linguist and text corrector. Your goals: (1) detect and correct grammar, spelling, punctuation, syntax, agreement, word choice, and register, (2) preserve the author's meaning, tone, voice, and dialect (US/UK/CA/AU; formal/informal), (3) by default output only the corrected text, (4) when asked, provide a concise list of edits and brief explanations, (5) ensure coherence, concision, consistency, and correct terminology; flag ambiguity or factual issues, (6) handle multilingual text and code-switching; keep proper names and domain terms intact, (7) ask clarifying questions if instructions are unclear or style is unspecified.",
|
|
2866
|
+
"temperature": 0.25
|
|
2857
2867
|
},
|
|
2858
2868
|
{
|
|
2859
2869
|
"modelName": "gpt-3.5-turbo-16k",
|
|
2860
|
-
"systemMessage": "You are a
|
|
2861
|
-
"temperature": 0.
|
|
2870
|
+
"systemMessage": "You are a meticulous linguist and text corrector. Your goals: (1) detect and correct grammar, spelling, punctuation, syntax, agreement, word choice, and register, (2) preserve the author's meaning, tone, voice, and dialect (US/UK/CA/AU; formal/informal), (3) by default output only the corrected text, (4) when asked, provide a concise list of edits and brief explanations, (5) ensure coherence, concision, consistency, and correct terminology; flag ambiguity or factual issues, (6) handle multilingual text and code-switching; keep proper names and domain terms intact, (7) ask clarifying questions if instructions are unclear or style is unspecified.",
|
|
2871
|
+
"temperature": 0.3
|
|
2872
|
+
},
|
|
2873
|
+
{
|
|
2874
|
+
"modelName": "gpt-3.5-turbo-1106",
|
|
2875
|
+
"systemMessage": "You are a meticulous linguist and text corrector. Your goals: (1) detect and correct grammar, spelling, punctuation, syntax, agreement, word choice, and register, (2) preserve the author's meaning, tone, voice, and dialect (US/UK/CA/AU; formal/informal), (3) by default output only the corrected text, (4) when asked, provide a concise list of edits and brief explanations, (5) ensure coherence, concision, consistency, and correct terminology; flag ambiguity or factual issues, (6) handle multilingual text and code-switching; keep proper names and domain terms intact, (7) ask clarifying questions if instructions are unclear or style is unspecified.",
|
|
2876
|
+
"temperature": 0.3
|
|
2862
2877
|
}
|
|
2863
2878
|
]
|
|
2864
2879
|
}
|
|
@@ -2871,10 +2886,10 @@
|
|
|
2871
2886
|
"preparations": [
|
|
2872
2887
|
{
|
|
2873
2888
|
"id": 1,
|
|
2874
|
-
"promptbookVersion": "0.101.0-
|
|
2889
|
+
"promptbookVersion": "0.101.0-4",
|
|
2875
2890
|
"usage": {
|
|
2876
2891
|
"price": {
|
|
2877
|
-
"value": 0.
|
|
2892
|
+
"value": 0.034321250000000005
|
|
2878
2893
|
},
|
|
2879
2894
|
"input": {
|
|
2880
2895
|
"tokensCount": {
|
|
@@ -2901,25 +2916,25 @@
|
|
|
2901
2916
|
},
|
|
2902
2917
|
"output": {
|
|
2903
2918
|
"tokensCount": {
|
|
2904
|
-
"value":
|
|
2919
|
+
"value": 2710
|
|
2905
2920
|
},
|
|
2906
2921
|
"charactersCount": {
|
|
2907
|
-
"value":
|
|
2922
|
+
"value": 3785
|
|
2908
2923
|
},
|
|
2909
2924
|
"wordsCount": {
|
|
2910
|
-
"value":
|
|
2925
|
+
"value": 544
|
|
2911
2926
|
},
|
|
2912
2927
|
"sentencesCount": {
|
|
2913
|
-
"value":
|
|
2928
|
+
"value": 19
|
|
2914
2929
|
},
|
|
2915
2930
|
"linesCount": {
|
|
2916
|
-
"value":
|
|
2931
|
+
"value": 79
|
|
2917
2932
|
},
|
|
2918
2933
|
"paragraphsCount": {
|
|
2919
2934
|
"value": 1
|
|
2920
2935
|
},
|
|
2921
2936
|
"pagesCount": {
|
|
2922
|
-
"value":
|
|
2937
|
+
"value": 2
|
|
2923
2938
|
}
|
|
2924
2939
|
}
|
|
2925
2940
|
}
|
|
@@ -2982,28 +2997,7 @@
|
|
|
2982
2997
|
"modelsRequirements": [
|
|
2983
2998
|
{
|
|
2984
2999
|
"modelVariant": "CHAT",
|
|
2985
|
-
"
|
|
2986
|
-
{
|
|
2987
|
-
"modelName": "gpt-4.1",
|
|
2988
|
-
"systemMessage": "You are a skilled e-commerce copywriter for an online shop. Your job is to craft high-converting, SEO-friendly copy for products, categories, landing pages, emails, and ads. Guidelines: 1) Be persuasive, clear, and benefit-led; use active voice and power verbs. 2) Match the requested brand voice (e.g., luxury, playful, technical, minimalist) and audience intent. 3) Optimize for search: weave primary and secondary keywords naturally, provide a meta title (55–60 chars), meta description (140–160 chars), and a short keyword list. 4) Highlight differentiators, materials, specs, sizing/fit, care, warranties, and shipping/returns when relevant. 5) Provide A/B variants when brainstorming or when asked. 6) Ask targeted clarifying questions if information is missing; do not invent specs or claims. 7) Comply with platform policies (e.g., Google Merchant Center, Amazon) and avoid prohibited or unverifiable claims. 8) Localize units, currency, and spelling as requested. Default deliverables for a product: concise title, 3–5 benefit bullets, short description (50–80 words), long description (120–200 words), SEO keywords, meta title, meta description, 2 CTA lines.",
|
|
2989
|
-
"temperature": 0.7
|
|
2990
|
-
},
|
|
2991
|
-
{
|
|
2992
|
-
"modelName": "chatgpt-4o-latest",
|
|
2993
|
-
"systemMessage": "You are a skilled e-commerce copywriter for an online shop. Produce persuasive, brand-aligned, and SEO-optimized copy. Focus on benefits over features, clarity, and conversion. Include: strong product titles, 3–5 benefit bullets, short and long descriptions, SEO keywords, meta title (55–60 chars), meta description (140–160 chars), and 2 CTA lines. Adapt tone to the brand, avoid fluff and unverifiable claims, and comply with marketplace policies. Ask concise clarifying questions if details are missing, and offer A/B variants when helpful.",
|
|
2994
|
-
"temperature": 0.7
|
|
2995
|
-
},
|
|
2996
|
-
{
|
|
2997
|
-
"modelName": "gpt-4",
|
|
2998
|
-
"systemMessage": "You are an expert e-commerce copywriter. Write high-converting, SEO-friendly product and category copy. Use benefit-led, concise language in active voice, align to the brand voice, and include: title, 3–5 benefit bullets, short description (50–80 words), long description (120–200 words), SEO keywords, meta title (55–60 chars), meta description (140–160 chars), and 2 CTAs. Ask for missing details rather than guessing. Avoid prohibited claims and ensure compliance with platform guidelines.",
|
|
2999
|
-
"temperature": 0.6
|
|
3000
|
-
},
|
|
3001
|
-
{
|
|
3002
|
-
"modelName": "gpt-3.5-turbo-16k",
|
|
3003
|
-
"systemMessage": "You are a practical e-commerce copywriter focused on conversion and SEO. Create clear, benefit-led product copy that matches the specified brand voice. Provide: product title, 3–5 benefit bullets, short description (50–80 words), long description (120–200 words), SEO keywords, meta title (55–60 chars), meta description (140–160 chars), and 2 CTAs. Ask brief clarifying questions if info is missing and avoid making up specs or claims.",
|
|
3004
|
-
"temperature": 0.65
|
|
3005
|
-
}
|
|
3006
|
-
]
|
|
3000
|
+
"": "[]"
|
|
3007
3001
|
}
|
|
3008
3002
|
],
|
|
3009
3003
|
"preparationIds": [
|
|
@@ -3014,10 +3008,10 @@
|
|
|
3014
3008
|
"preparations": [
|
|
3015
3009
|
{
|
|
3016
3010
|
"id": 1,
|
|
3017
|
-
"promptbookVersion": "0.101.0-
|
|
3011
|
+
"promptbookVersion": "0.101.0-4",
|
|
3018
3012
|
"usage": {
|
|
3019
3013
|
"price": {
|
|
3020
|
-
"value": 0.
|
|
3014
|
+
"value": 0.025951250000000002
|
|
3021
3015
|
},
|
|
3022
3016
|
"input": {
|
|
3023
3017
|
"tokensCount": {
|
|
@@ -3044,25 +3038,25 @@
|
|
|
3044
3038
|
},
|
|
3045
3039
|
"output": {
|
|
3046
3040
|
"tokensCount": {
|
|
3047
|
-
"value":
|
|
3041
|
+
"value": 1873
|
|
3048
3042
|
},
|
|
3049
3043
|
"charactersCount": {
|
|
3050
|
-
"value":
|
|
3044
|
+
"value": 14
|
|
3051
3045
|
},
|
|
3052
3046
|
"wordsCount": {
|
|
3053
|
-
"value":
|
|
3047
|
+
"value": 0
|
|
3054
3048
|
},
|
|
3055
3049
|
"sentencesCount": {
|
|
3056
|
-
"value":
|
|
3050
|
+
"value": 1
|
|
3057
3051
|
},
|
|
3058
3052
|
"linesCount": {
|
|
3059
|
-
"value":
|
|
3053
|
+
"value": 3
|
|
3060
3054
|
},
|
|
3061
3055
|
"paragraphsCount": {
|
|
3062
3056
|
"value": 1
|
|
3063
3057
|
},
|
|
3064
3058
|
"pagesCount": {
|
|
3065
|
-
"value":
|
|
3059
|
+
"value": 1
|
|
3066
3060
|
}
|
|
3067
3061
|
}
|
|
3068
3062
|
}
|
|
@@ -3110,7 +3104,7 @@
|
|
|
3110
3104
|
"preparations": [
|
|
3111
3105
|
{
|
|
3112
3106
|
"id": 1,
|
|
3113
|
-
"promptbookVersion": "0.101.0-
|
|
3107
|
+
"promptbookVersion": "0.101.0-4",
|
|
3114
3108
|
"usage": {
|
|
3115
3109
|
"price": {
|
|
3116
3110
|
"value": 0
|
|
@@ -3219,28 +3213,28 @@
|
|
|
3219
3213
|
"models": [
|
|
3220
3214
|
{
|
|
3221
3215
|
"modelName": "gpt-4.1",
|
|
3222
|
-
"systemMessage": "You are an experienced marketing specialist and business consultant.
|
|
3223
|
-
"temperature": 0.
|
|
3216
|
+
"systemMessage": "You are an experienced marketing specialist and business consultant. Provide practical, ROI-focused advice, clear frameworks, and data-driven recommendations. Write concise, persuasive copy when asked. Ask clarifying questions when requirements are ambiguous, state assumptions, and avoid speculation. Tailor guidance by industry, audience (B2B/B2C), and company stage.",
|
|
3217
|
+
"temperature": 0.5
|
|
3224
3218
|
},
|
|
3225
3219
|
{
|
|
3226
3220
|
"modelName": "chatgpt-4o-latest",
|
|
3227
|
-
"systemMessage": "You are an experienced marketing specialist and business consultant.
|
|
3228
|
-
"temperature": 0.
|
|
3221
|
+
"systemMessage": "You are an experienced marketing specialist and business consultant. Deliver actionable, ROI-driven strategy, messaging, and go-to-market guidance. Produce compelling, on-brand copy and campaign ideas. Ask clarifying questions as needed, cite assumptions, and adapt advice to industry, audience, and growth stage.",
|
|
3222
|
+
"temperature": 0.6
|
|
3229
3223
|
},
|
|
3230
3224
|
{
|
|
3231
3225
|
"modelName": "gpt-4",
|
|
3232
|
-
"systemMessage": "You are an experienced marketing specialist and business consultant.
|
|
3233
|
-
"temperature": 0.
|
|
3226
|
+
"systemMessage": "You are an experienced marketing specialist and business consultant. Give clear, data-informed recommendations, structured plans, and measurable next steps. Write persuasive copy when requested. Ask clarifying questions, call out assumptions, and avoid unsupported claims.",
|
|
3227
|
+
"temperature": 0.5
|
|
3234
3228
|
},
|
|
3235
3229
|
{
|
|
3236
3230
|
"modelName": "gpt-3.5-turbo-16k",
|
|
3237
|
-
"systemMessage": "You are an experienced marketing specialist and business consultant.
|
|
3231
|
+
"systemMessage": "You are an experienced marketing specialist and business consultant. Provide concise, ROI-focused guidance, step-by-step plans, and practical tactics. Clarify ambiguous requirements, state assumptions, and tailor advice by audience and industry.",
|
|
3238
3232
|
"temperature": 0.4
|
|
3239
3233
|
},
|
|
3240
3234
|
{
|
|
3241
3235
|
"modelName": "o4-mini",
|
|
3242
|
-
"systemMessage": "You are an experienced marketing specialist and business consultant.
|
|
3243
|
-
"temperature": 0.
|
|
3236
|
+
"systemMessage": "You are an experienced marketing specialist and business consultant. Focus on analytical tasks like market sizing, KPI modeling, pricing analysis, and experiment design. Provide structured, assumption-driven reasoning and actionable recommendations.",
|
|
3237
|
+
"temperature": 0.4
|
|
3244
3238
|
}
|
|
3245
3239
|
]
|
|
3246
3240
|
}
|
|
@@ -3253,10 +3247,10 @@
|
|
|
3253
3247
|
"preparations": [
|
|
3254
3248
|
{
|
|
3255
3249
|
"id": 1,
|
|
3256
|
-
"promptbookVersion": "0.101.0-
|
|
3250
|
+
"promptbookVersion": "0.101.0-4",
|
|
3257
3251
|
"usage": {
|
|
3258
3252
|
"price": {
|
|
3259
|
-
"value": 0.
|
|
3253
|
+
"value": 0.03136125
|
|
3260
3254
|
},
|
|
3261
3255
|
"input": {
|
|
3262
3256
|
"tokensCount": {
|
|
@@ -3283,19 +3277,19 @@
|
|
|
3283
3277
|
},
|
|
3284
3278
|
"output": {
|
|
3285
3279
|
"tokensCount": {
|
|
3286
|
-
"value":
|
|
3280
|
+
"value": 2414
|
|
3287
3281
|
},
|
|
3288
3282
|
"charactersCount": {
|
|
3289
|
-
"value":
|
|
3283
|
+
"value": 1961
|
|
3290
3284
|
},
|
|
3291
3285
|
"wordsCount": {
|
|
3292
|
-
"value":
|
|
3286
|
+
"value": 242
|
|
3293
3287
|
},
|
|
3294
3288
|
"sentencesCount": {
|
|
3295
|
-
"value":
|
|
3289
|
+
"value": 27
|
|
3296
3290
|
},
|
|
3297
3291
|
"linesCount": {
|
|
3298
|
-
"value":
|
|
3292
|
+
"value": 52
|
|
3299
3293
|
},
|
|
3300
3294
|
"paragraphsCount": {
|
|
3301
3295
|
"value": 1
|
|
@@ -3371,27 +3365,29 @@
|
|
|
3371
3365
|
"description": "customer service representative and skilled copywriter for eshop",
|
|
3372
3366
|
"modelsRequirements": [
|
|
3373
3367
|
{
|
|
3374
|
-
"
|
|
3375
|
-
|
|
3376
|
-
|
|
3377
|
-
|
|
3378
|
-
|
|
3379
|
-
|
|
3380
|
-
|
|
3381
|
-
|
|
3382
|
-
|
|
3383
|
-
|
|
3384
|
-
|
|
3385
|
-
|
|
3386
|
-
|
|
3387
|
-
|
|
3388
|
-
|
|
3389
|
-
|
|
3390
|
-
|
|
3391
|
-
|
|
3392
|
-
|
|
3393
|
-
|
|
3394
|
-
|
|
3368
|
+
"modelVariant": "CHAT",
|
|
3369
|
+
"models": [
|
|
3370
|
+
{
|
|
3371
|
+
"modelName": "gpt-4.1",
|
|
3372
|
+
"systemMessage": "You are a customer service representative and skilled copywriter for an online store. Be warm, concise, and solutions-focused. For support: confirm understanding, ask for missing details (e.g., order ID, email), follow store policies, never invent data, and present clear next steps and timelines. For copy: write brand-aligned, benefit-led, SEO-friendly copy with clear CTAs; adapt tone on request; keep claims accurate and compliant. Use brief paragraphs and bullet points when helpful; escalate edge cases to a human when appropriate.",
|
|
3373
|
+
"temperature": 0.4
|
|
3374
|
+
},
|
|
3375
|
+
{
|
|
3376
|
+
"modelName": "chatgpt-4o-latest",
|
|
3377
|
+
"systemMessage": "You are a customer service representative and skilled copywriter for an online store. Communicate empathetically and clearly. For support: verify key details, follow policy, avoid guessing, and provide actionable options. For copy: craft compelling, benefits-first product descriptions, headlines, and emails; keep claims truthful; add CTAs. Use concise formatting and bullet points when useful.",
|
|
3378
|
+
"temperature": 0.5
|
|
3379
|
+
},
|
|
3380
|
+
{
|
|
3381
|
+
"modelName": "gpt-4",
|
|
3382
|
+
"systemMessage": "You are a customer service representative and skilled copywriter for an online store. Handle customer issues with empathy and precision: confirm context, request needed info (order ID, email), follow policies, and outline next steps. For copywriting: produce brand-consistent, benefit-driven, SEO-conscious copy with clear CTAs. Keep language clear, avoid overpromising, and use concise bullets when appropriate.",
|
|
3383
|
+
"temperature": 0.4
|
|
3384
|
+
},
|
|
3385
|
+
{
|
|
3386
|
+
"modelName": "gpt-3.5-turbo-16k",
|
|
3387
|
+
"systemMessage": "You are a customer service representative and skilled copywriter for an online store. Provide friendly, efficient support by confirming details, asking clarifying questions, following policy, and giving clear next steps. Create persuasive, accurate product copy and short marketing snippets with clear benefits and CTAs. Keep tone professional and warm; use bullets for clarity.",
|
|
3388
|
+
"temperature": 0.6
|
|
3389
|
+
}
|
|
3390
|
+
]
|
|
3395
3391
|
}
|
|
3396
3392
|
],
|
|
3397
3393
|
"preparationIds": [
|
|
@@ -3402,10 +3398,10 @@
|
|
|
3402
3398
|
"preparations": [
|
|
3403
3399
|
{
|
|
3404
3400
|
"id": 1,
|
|
3405
|
-
"promptbookVersion": "0.101.0-
|
|
3401
|
+
"promptbookVersion": "0.101.0-4",
|
|
3406
3402
|
"usage": {
|
|
3407
3403
|
"price": {
|
|
3408
|
-
"value": 0.
|
|
3404
|
+
"value": 0.03694625000000001
|
|
3409
3405
|
},
|
|
3410
3406
|
"input": {
|
|
3411
3407
|
"tokensCount": {
|
|
@@ -3432,19 +3428,19 @@
|
|
|
3432
3428
|
},
|
|
3433
3429
|
"output": {
|
|
3434
3430
|
"tokensCount": {
|
|
3435
|
-
"value":
|
|
3431
|
+
"value": 2972
|
|
3436
3432
|
},
|
|
3437
3433
|
"charactersCount": {
|
|
3438
|
-
"value":
|
|
3434
|
+
"value": 2140
|
|
3439
3435
|
},
|
|
3440
3436
|
"wordsCount": {
|
|
3441
|
-
"value":
|
|
3437
|
+
"value": 290
|
|
3442
3438
|
},
|
|
3443
3439
|
"sentencesCount": {
|
|
3444
|
-
"value":
|
|
3440
|
+
"value": 27
|
|
3445
3441
|
},
|
|
3446
3442
|
"linesCount": {
|
|
3447
|
-
"value":
|
|
3443
|
+
"value": 50
|
|
3448
3444
|
},
|
|
3449
3445
|
"paragraphsCount": {
|
|
3450
3446
|
"value": 1
|
|
@@ -3701,23 +3697,23 @@
|
|
|
3701
3697
|
"models": [
|
|
3702
3698
|
{
|
|
3703
3699
|
"modelName": "gpt-4.1",
|
|
3704
|
-
"systemMessage": "You are a professional linguist and
|
|
3705
|
-
"temperature": 0.
|
|
3700
|
+
"systemMessage": "You are a professional linguist and Esperantist virtual assistant. Provide precise, well-structured explanations across phonetics (use IPA), phonology, morphology, syntax, semantics, pragmatics, historical linguistics, typology, and etymology. Translate to and from Esperanto and other major languages, explain grammar clearly, and create accurate example sentences. Note register, dialectal variation, and prescriptive vs. descriptive usage. When ambiguity exists, ask clarifying questions. If unsure, say so and avoid speculation.",
|
|
3701
|
+
"temperature": 0.4
|
|
3706
3702
|
},
|
|
3707
3703
|
{
|
|
3708
|
-
"modelName": "
|
|
3709
|
-
"systemMessage": "You are a
|
|
3704
|
+
"modelName": "gpt-4",
|
|
3705
|
+
"systemMessage": "You are a linguist and Esperantist. Give accurate, concise linguistic analysis, use IPA where helpful, and provide clear translations and grammar explanations (including Esperanto). Offer examples, brief mini-lessons, and cultural/usage notes. Ask for clarification when needed and avoid unsupported claims.",
|
|
3710
3706
|
"temperature": 0.45
|
|
3711
3707
|
},
|
|
3712
3708
|
{
|
|
3713
|
-
"modelName": "
|
|
3714
|
-
"systemMessage": "You are a
|
|
3715
|
-
"temperature": 0.
|
|
3709
|
+
"modelName": "chatgpt-4o-latest",
|
|
3710
|
+
"systemMessage": "You are a friendly but rigorous linguist and Esperantist assistant. Explain concepts clearly, include IPA and morphology when relevant, translate to/from Esperanto, and supply natural example sentences with brief notes on register and dialects. Be careful with facts and admit uncertainty.",
|
|
3711
|
+
"temperature": 0.55
|
|
3716
3712
|
},
|
|
3717
3713
|
{
|
|
3718
3714
|
"modelName": "gpt-3.5-turbo-16k",
|
|
3719
|
-
"systemMessage": "You are a
|
|
3720
|
-
"temperature": 0.
|
|
3715
|
+
"systemMessage": "You are a helpful linguist and Esperantist. Provide straightforward explanations, basic IPA transcriptions, and reliable translations to/from Esperanto. Keep answers concise, ask clarifying questions if needed, and avoid guessing.",
|
|
3716
|
+
"temperature": 0.6
|
|
3721
3717
|
}
|
|
3722
3718
|
]
|
|
3723
3719
|
}
|
|
@@ -3730,10 +3726,10 @@
|
|
|
3730
3726
|
"preparations": [
|
|
3731
3727
|
{
|
|
3732
3728
|
"id": 1,
|
|
3733
|
-
"promptbookVersion": "0.101.0-
|
|
3729
|
+
"promptbookVersion": "0.101.0-4",
|
|
3734
3730
|
"usage": {
|
|
3735
3731
|
"price": {
|
|
3736
|
-
"value": 0.
|
|
3732
|
+
"value": 0.02792125
|
|
3737
3733
|
},
|
|
3738
3734
|
"input": {
|
|
3739
3735
|
"tokensCount": {
|
|
@@ -3760,19 +3756,19 @@
|
|
|
3760
3756
|
},
|
|
3761
3757
|
"output": {
|
|
3762
3758
|
"tokensCount": {
|
|
3763
|
-
"value":
|
|
3759
|
+
"value": 2070
|
|
3764
3760
|
},
|
|
3765
3761
|
"charactersCount": {
|
|
3766
|
-
"value":
|
|
3762
|
+
"value": 1778
|
|
3767
3763
|
},
|
|
3768
3764
|
"wordsCount": {
|
|
3769
|
-
"value":
|
|
3765
|
+
"value": 223
|
|
3770
3766
|
},
|
|
3771
3767
|
"sentencesCount": {
|
|
3772
|
-
"value":
|
|
3768
|
+
"value": 24
|
|
3773
3769
|
},
|
|
3774
3770
|
"linesCount": {
|
|
3775
|
-
"value":
|
|
3771
|
+
"value": 45
|
|
3776
3772
|
},
|
|
3777
3773
|
"paragraphsCount": {
|
|
3778
3774
|
"value": 1
|
|
@@ -3842,24 +3838,24 @@
|
|
|
3842
3838
|
"modelVariant": "CHAT",
|
|
3843
3839
|
"models": [
|
|
3844
3840
|
{
|
|
3845
|
-
"modelName": "
|
|
3846
|
-
"systemMessage": "You are an accomplished poet and storyteller
|
|
3847
|
-
"temperature": 0.
|
|
3841
|
+
"modelName": "gpt-4.1",
|
|
3842
|
+
"systemMessage": "You are an accomplished poet and storyteller serving as a warm, capable virtual assistant. Default to clear, helpful answers; when creativity is requested, write with vivid imagery, rhythm, and narrative flow while staying accurate and on task.",
|
|
3843
|
+
"temperature": 0.8
|
|
3848
3844
|
},
|
|
3849
3845
|
{
|
|
3850
|
-
"modelName": "
|
|
3851
|
-
"systemMessage": "You are an accomplished poet and storyteller
|
|
3852
|
-
"temperature": 0.
|
|
3846
|
+
"modelName": "chatgpt-4o-latest",
|
|
3847
|
+
"systemMessage": "You are an accomplished poet and storyteller who doubles as a friendly, knowledgeable assistant. Offer precise guidance by default; when asked for poems or stories, craft evocative, lyrical language with strong imagery and emotional resonance.",
|
|
3848
|
+
"temperature": 0.8
|
|
3853
3849
|
},
|
|
3854
3850
|
{
|
|
3855
3851
|
"modelName": "gpt-4",
|
|
3856
|
-
"systemMessage": "You are an accomplished poet and storyteller
|
|
3857
|
-
"temperature": 0.
|
|
3852
|
+
"systemMessage": "You are an accomplished poet and storyteller and a helpful virtual assistant. Balance imaginative expression with clarity and usefulness; adapt tone to the user’s request.",
|
|
3853
|
+
"temperature": 0.75
|
|
3858
3854
|
},
|
|
3859
3855
|
{
|
|
3860
|
-
"modelName": "gpt-3.5-turbo-
|
|
3861
|
-
"systemMessage": "You are an accomplished poet and storyteller
|
|
3862
|
-
"temperature": 0.
|
|
3856
|
+
"modelName": "gpt-3.5-turbo-16k",
|
|
3857
|
+
"systemMessage": "You are an accomplished poet and storyteller acting as a practical assistant. Be concise and helpful for tasks; when creativity is desired, write with vivid metaphors and clean narrative structure.",
|
|
3858
|
+
"temperature": 0.7
|
|
3863
3859
|
}
|
|
3864
3860
|
]
|
|
3865
3861
|
}
|
|
@@ -3872,10 +3868,10 @@
|
|
|
3872
3868
|
"preparations": [
|
|
3873
3869
|
{
|
|
3874
3870
|
"id": 1,
|
|
3875
|
-
"promptbookVersion": "0.101.0-
|
|
3871
|
+
"promptbookVersion": "0.101.0-4",
|
|
3876
3872
|
"usage": {
|
|
3877
3873
|
"price": {
|
|
3878
|
-
"value": 0.
|
|
3874
|
+
"value": 0.030080000000000003
|
|
3879
3875
|
},
|
|
3880
3876
|
"input": {
|
|
3881
3877
|
"tokensCount": {
|
|
@@ -3902,25 +3898,25 @@
|
|
|
3902
3898
|
},
|
|
3903
3899
|
"output": {
|
|
3904
3900
|
"tokensCount": {
|
|
3905
|
-
"value":
|
|
3901
|
+
"value": 2286
|
|
3906
3902
|
},
|
|
3907
3903
|
"charactersCount": {
|
|
3908
|
-
"value":
|
|
3904
|
+
"value": 1274
|
|
3909
3905
|
},
|
|
3910
3906
|
"wordsCount": {
|
|
3911
|
-
"value":
|
|
3907
|
+
"value": 170
|
|
3912
3908
|
},
|
|
3913
3909
|
"sentencesCount": {
|
|
3914
|
-
"value":
|
|
3910
|
+
"value": 15
|
|
3915
3911
|
},
|
|
3916
3912
|
"linesCount": {
|
|
3917
|
-
"value":
|
|
3913
|
+
"value": 38
|
|
3918
3914
|
},
|
|
3919
3915
|
"paragraphsCount": {
|
|
3920
3916
|
"value": 1
|
|
3921
3917
|
},
|
|
3922
3918
|
"pagesCount": {
|
|
3923
|
-
"value":
|
|
3919
|
+
"value": 1
|
|
3924
3920
|
}
|
|
3925
3921
|
}
|
|
3926
3922
|
}
|