@promptbook/templates 0.101.0-5 → 0.101.0-8
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 +157 -131
- package/esm/index.es.js.map +1 -1
- package/esm/typings/src/_packages/components.index.d.ts +6 -0
- package/esm/typings/src/_packages/core.index.d.ts +2 -0
- package/esm/typings/src/_packages/types.index.d.ts +6 -0
- package/esm/typings/src/book-2.0/agent-source/AgentBasicInformation.d.ts +31 -0
- package/esm/typings/src/book-2.0/agent-source/parseParameters.d.ts +13 -0
- package/esm/typings/src/book-2.0/commitments/DELETE/DELETE.d.ts +59 -0
- package/esm/typings/src/book-2.0/commitments/GOAL/GOAL.d.ts +39 -0
- package/esm/typings/src/book-2.0/commitments/MEMORY/MEMORY.d.ts +40 -0
- package/esm/typings/src/book-2.0/commitments/MESSAGE/MESSAGE.d.ts +41 -0
- package/esm/typings/src/book-2.0/commitments/META/META.d.ts +62 -0
- package/esm/typings/src/book-2.0/commitments/SCENARIO/SCENARIO.d.ts +40 -0
- package/esm/typings/src/book-2.0/commitments/index.d.ts +7 -3
- package/esm/typings/src/book-components/AvatarProfile/AvatarProfile/MockedChat.d.ts +46 -0
- package/esm/typings/src/book-components/AvatarProfile/AvatarProfile/index.d.ts +3 -0
- package/esm/typings/src/book-components/BookEditor/BookEditor.d.ts +3 -1
- package/esm/typings/src/book-components/BookEditor/BookEditorInner.d.ts +2 -1
- package/esm/typings/src/utils/markdown/humanizeAiText.d.ts +1 -0
- package/esm/typings/src/version.d.ts +1 -1
- package/package.json +2 -2
- package/umd/index.umd.js +157 -131
- 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-8';
|
|
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,33 +1571,28 @@
|
|
|
1571
1571
|
"models": [
|
|
1572
1572
|
{
|
|
1573
1573
|
"modelName": "gpt-4.1",
|
|
1574
|
-
"systemMessage": "You are a developer of the Promptbook Project
|
|
1574
|
+
"systemMessage": "You are a developer of the Promptbook Project acting as a senior virtual assistant. Apply Promptbook principles: clarify goals, define variables/placeholders, outline a brief plan, then deliver a concise, actionable answer. Prefer bullet points, deterministic steps, and verifiable facts. Ask for missing specs, avoid speculation, and provide code or templates when helpful.",
|
|
1575
1575
|
"temperature": 0.3
|
|
1576
1576
|
},
|
|
1577
1577
|
{
|
|
1578
1578
|
"modelName": "chatgpt-4o-latest",
|
|
1579
|
-
"systemMessage": "You are a developer of the Promptbook Project
|
|
1579
|
+
"systemMessage": "You are a friendly, fast virtual assistant and developer of the Promptbook Project. Keep responses clear and helpful, using Promptbook structure (goals, variables, plan, output). Be concise and practical; ask clarifying questions if context is missing. Use a supportive tone while maintaining technical accuracy.",
|
|
1580
1580
|
"temperature": 0.4
|
|
1581
1581
|
},
|
|
1582
1582
|
{
|
|
1583
1583
|
"modelName": "o4-mini",
|
|
1584
|
-
"systemMessage": "You are a
|
|
1585
|
-
"temperature": 0.
|
|
1584
|
+
"systemMessage": "You are a cost-efficient, precise virtual assistant and Promptbook Project developer. Optimize for speed and correctness. Use minimal but sufficient reasoning, structured checklists, and explicit assumptions. Keep outputs deterministic and ready to copy-paste.",
|
|
1585
|
+
"temperature": 0.25
|
|
1586
1586
|
},
|
|
1587
1587
|
{
|
|
1588
1588
|
"modelName": "o3",
|
|
1589
|
-
"systemMessage": "You are a developer
|
|
1589
|
+
"systemMessage": "You are a Promptbook Project developer specializing in rigorous reasoning. Work stepwise privately, verify constraints, and produce only the final, concise solution plus a brief summary of key decisions (no full chain-of-thought). When uncertain, list assumptions and request data. Prefer formal structure and correctness over verbosity.",
|
|
1590
1590
|
"temperature": 0.2
|
|
1591
1591
|
},
|
|
1592
|
-
{
|
|
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
1592
|
{
|
|
1598
1593
|
"modelName": "gpt-3.5-turbo-16k",
|
|
1599
|
-
"systemMessage": "You are a developer of the Promptbook Project
|
|
1600
|
-
"temperature": 0.
|
|
1594
|
+
"systemMessage": "You are a pragmatic virtual assistant and developer of the Promptbook Project. Be concise, structured, and cost-aware. Use Promptbook-style templates, clarify requirements, and avoid hallucinations. If information is missing, ask targeted questions before proceeding.",
|
|
1595
|
+
"temperature": 0.4
|
|
1601
1596
|
}
|
|
1602
1597
|
]
|
|
1603
1598
|
}
|
|
@@ -1610,10 +1605,10 @@
|
|
|
1610
1605
|
"preparations": [
|
|
1611
1606
|
{
|
|
1612
1607
|
"id": 1,
|
|
1613
|
-
"promptbookVersion": "0.101.0-
|
|
1608
|
+
"promptbookVersion": "0.101.0-7",
|
|
1614
1609
|
"usage": {
|
|
1615
1610
|
"price": {
|
|
1616
|
-
"value": 0.
|
|
1611
|
+
"value": 0.032942500000000006
|
|
1617
1612
|
},
|
|
1618
1613
|
"input": {
|
|
1619
1614
|
"tokensCount": {
|
|
@@ -1640,19 +1635,19 @@
|
|
|
1640
1635
|
},
|
|
1641
1636
|
"output": {
|
|
1642
1637
|
"tokensCount": {
|
|
1643
|
-
"value":
|
|
1638
|
+
"value": 2572
|
|
1644
1639
|
},
|
|
1645
1640
|
"charactersCount": {
|
|
1646
|
-
"value":
|
|
1641
|
+
"value": 2061
|
|
1647
1642
|
},
|
|
1648
1643
|
"wordsCount": {
|
|
1649
|
-
"value":
|
|
1644
|
+
"value": 266
|
|
1650
1645
|
},
|
|
1651
1646
|
"sentencesCount": {
|
|
1652
|
-
"value":
|
|
1647
|
+
"value": 28
|
|
1653
1648
|
},
|
|
1654
1649
|
"linesCount": {
|
|
1655
|
-
"value":
|
|
1650
|
+
"value": 53
|
|
1656
1651
|
},
|
|
1657
1652
|
"paragraphsCount": {
|
|
1658
1653
|
"value": 1
|
|
@@ -2141,33 +2136,28 @@
|
|
|
2141
2136
|
"models": [
|
|
2142
2137
|
{
|
|
2143
2138
|
"modelName": "gpt-4.1",
|
|
2144
|
-
"systemMessage": "You are a developer of the Promptbook Project
|
|
2139
|
+
"systemMessage": "You are a developer of the Promptbook Project acting as a senior virtual assistant. Apply Promptbook principles: clarify goals, define variables/placeholders, outline a brief plan, then deliver a concise, actionable answer. Prefer bullet points, deterministic steps, and verifiable facts. Ask for missing specs, avoid speculation, and provide code or templates when helpful.",
|
|
2145
2140
|
"temperature": 0.3
|
|
2146
2141
|
},
|
|
2147
2142
|
{
|
|
2148
2143
|
"modelName": "chatgpt-4o-latest",
|
|
2149
|
-
"systemMessage": "You are a developer of the Promptbook Project
|
|
2144
|
+
"systemMessage": "You are a friendly, fast virtual assistant and developer of the Promptbook Project. Keep responses clear and helpful, using Promptbook structure (goals, variables, plan, output). Be concise and practical; ask clarifying questions if context is missing. Use a supportive tone while maintaining technical accuracy.",
|
|
2150
2145
|
"temperature": 0.4
|
|
2151
2146
|
},
|
|
2152
2147
|
{
|
|
2153
2148
|
"modelName": "o4-mini",
|
|
2154
|
-
"systemMessage": "You are a
|
|
2155
|
-
"temperature": 0.
|
|
2149
|
+
"systemMessage": "You are a cost-efficient, precise virtual assistant and Promptbook Project developer. Optimize for speed and correctness. Use minimal but sufficient reasoning, structured checklists, and explicit assumptions. Keep outputs deterministic and ready to copy-paste.",
|
|
2150
|
+
"temperature": 0.25
|
|
2156
2151
|
},
|
|
2157
2152
|
{
|
|
2158
2153
|
"modelName": "o3",
|
|
2159
|
-
"systemMessage": "You are a developer
|
|
2154
|
+
"systemMessage": "You are a Promptbook Project developer specializing in rigorous reasoning. Work stepwise privately, verify constraints, and produce only the final, concise solution plus a brief summary of key decisions (no full chain-of-thought). When uncertain, list assumptions and request data. Prefer formal structure and correctness over verbosity.",
|
|
2160
2155
|
"temperature": 0.2
|
|
2161
2156
|
},
|
|
2162
|
-
{
|
|
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
2157
|
{
|
|
2168
2158
|
"modelName": "gpt-3.5-turbo-16k",
|
|
2169
|
-
"systemMessage": "You are a developer of the Promptbook Project
|
|
2170
|
-
"temperature": 0.
|
|
2159
|
+
"systemMessage": "You are a pragmatic virtual assistant and developer of the Promptbook Project. Be concise, structured, and cost-aware. Use Promptbook-style templates, clarify requirements, and avoid hallucinations. If information is missing, ask targeted questions before proceeding.",
|
|
2160
|
+
"temperature": 0.4
|
|
2171
2161
|
}
|
|
2172
2162
|
]
|
|
2173
2163
|
}
|
|
@@ -2180,10 +2170,10 @@
|
|
|
2180
2170
|
"preparations": [
|
|
2181
2171
|
{
|
|
2182
2172
|
"id": 1,
|
|
2183
|
-
"promptbookVersion": "0.101.0-
|
|
2173
|
+
"promptbookVersion": "0.101.0-7",
|
|
2184
2174
|
"usage": {
|
|
2185
2175
|
"price": {
|
|
2186
|
-
"value": 0.
|
|
2176
|
+
"value": 0.032942500000000006
|
|
2187
2177
|
},
|
|
2188
2178
|
"input": {
|
|
2189
2179
|
"tokensCount": {
|
|
@@ -2210,19 +2200,19 @@
|
|
|
2210
2200
|
},
|
|
2211
2201
|
"output": {
|
|
2212
2202
|
"tokensCount": {
|
|
2213
|
-
"value":
|
|
2203
|
+
"value": 2572
|
|
2214
2204
|
},
|
|
2215
2205
|
"charactersCount": {
|
|
2216
|
-
"value":
|
|
2206
|
+
"value": 2061
|
|
2217
2207
|
},
|
|
2218
2208
|
"wordsCount": {
|
|
2219
|
-
"value":
|
|
2209
|
+
"value": 266
|
|
2220
2210
|
},
|
|
2221
2211
|
"sentencesCount": {
|
|
2222
|
-
"value":
|
|
2212
|
+
"value": 28
|
|
2223
2213
|
},
|
|
2224
2214
|
"linesCount": {
|
|
2225
|
-
"value":
|
|
2215
|
+
"value": 53
|
|
2226
2216
|
},
|
|
2227
2217
|
"paragraphsCount": {
|
|
2228
2218
|
"value": 1
|
|
@@ -2852,28 +2842,28 @@
|
|
|
2852
2842
|
"models": [
|
|
2853
2843
|
{
|
|
2854
2844
|
"modelName": "gpt-4.1",
|
|
2855
|
-
"systemMessage": "You are a
|
|
2845
|
+
"systemMessage": "You are a linguist and meticulous text corrector. Goals: (1) Detect and correct grammar, spelling, punctuation, agreement, and usage errors across languages and dialects. (2) Preserve the author’s intent, voice, and register; avoid unnecessary rewrites. (3) When given text, return: a) a clean corrected version, then b) a brief list of key changes or suggestions. Explain rules only if asked. (4) Follow requested dialect/style (e.g., US/UK English; AP/Chicago/Oxford); ask one brief clarification only if essential. (5) Handle multilingual and code-mixed input; keep non-errors intact; improve typography and spacing when appropriate. (6) Be precise, consistent, and transparent; if the text is already correct, say so and optionally offer minor refinements.",
|
|
2856
2846
|
"temperature": 0.2
|
|
2857
2847
|
},
|
|
2858
2848
|
{
|
|
2859
|
-
"modelName": "
|
|
2860
|
-
"systemMessage": "You are a
|
|
2849
|
+
"modelName": "chatgpt-4o-latest",
|
|
2850
|
+
"systemMessage": "You are a linguist and meticulous text corrector. Correct grammar, spelling, punctuation, and usage while preserving meaning and voice. Default to minimal edits. Provide: (1) corrected text; (2) brief bullet notes of key changes. Respect requested dialect/style guides and ask for clarification only if essential. Handle multilingual/code-mixed input and typography fixes. If the text is already correct, say so and offer optional refinements.",
|
|
2861
2851
|
"temperature": 0.2
|
|
2862
2852
|
},
|
|
2863
2853
|
{
|
|
2864
|
-
"modelName": "
|
|
2865
|
-
"systemMessage": "You are a
|
|
2866
|
-
"temperature": 0.
|
|
2854
|
+
"modelName": "gpt-4",
|
|
2855
|
+
"systemMessage": "You are a linguist and careful text corrector. Maintain the author’s intent and register while fixing grammar, spelling, punctuation, and usage. Output first a clean corrected version, then concise notes on key changes. Honor requested dialect/style (US/UK, AP/Chicago/Oxford). Ask only necessary clarifying questions. Support multilingual and code-mixed text; avoid overcorrection.",
|
|
2856
|
+
"temperature": 0.2
|
|
2867
2857
|
},
|
|
2868
2858
|
{
|
|
2869
2859
|
"modelName": "gpt-3.5-turbo-16k",
|
|
2870
|
-
"systemMessage": "You are a
|
|
2871
|
-
"temperature": 0.
|
|
2860
|
+
"systemMessage": "You are a linguist and text corrector focused on accuracy and minimal edits. Provide: (1) a corrected version; (2) brief notes on key changes. Preserve meaning and tone. Follow requested dialect/style guides. Handle multilingual input and avoid overcorrection.",
|
|
2861
|
+
"temperature": 0.2
|
|
2872
2862
|
},
|
|
2873
2863
|
{
|
|
2874
|
-
"modelName": "gpt-3.5-turbo
|
|
2875
|
-
"systemMessage": "You are a
|
|
2876
|
-
"temperature": 0.
|
|
2864
|
+
"modelName": "gpt-3.5-turbo",
|
|
2865
|
+
"systemMessage": "You are a linguist and text corrector. Make minimal, precise corrections to grammar, spelling, punctuation, and usage while preserving meaning and voice. Return corrected text followed by brief notes on key changes. Respect requested dialect/style and avoid overcorrection.",
|
|
2866
|
+
"temperature": 0.2
|
|
2877
2867
|
}
|
|
2878
2868
|
]
|
|
2879
2869
|
}
|
|
@@ -2886,10 +2876,10 @@
|
|
|
2886
2876
|
"preparations": [
|
|
2887
2877
|
{
|
|
2888
2878
|
"id": 1,
|
|
2889
|
-
"promptbookVersion": "0.101.0-
|
|
2879
|
+
"promptbookVersion": "0.101.0-7",
|
|
2890
2880
|
"usage": {
|
|
2891
2881
|
"price": {
|
|
2892
|
-
"value": 0.
|
|
2882
|
+
"value": 0.02884125
|
|
2893
2883
|
},
|
|
2894
2884
|
"input": {
|
|
2895
2885
|
"tokensCount": {
|
|
@@ -2916,19 +2906,19 @@
|
|
|
2916
2906
|
},
|
|
2917
2907
|
"output": {
|
|
2918
2908
|
"tokensCount": {
|
|
2919
|
-
"value":
|
|
2909
|
+
"value": 2162
|
|
2920
2910
|
},
|
|
2921
2911
|
"charactersCount": {
|
|
2922
|
-
"value":
|
|
2912
|
+
"value": 2637
|
|
2923
2913
|
},
|
|
2924
2914
|
"wordsCount": {
|
|
2925
|
-
"value":
|
|
2915
|
+
"value": 370
|
|
2926
2916
|
},
|
|
2927
2917
|
"sentencesCount": {
|
|
2928
|
-
"value":
|
|
2918
|
+
"value": 41
|
|
2929
2919
|
},
|
|
2930
2920
|
"linesCount": {
|
|
2931
|
-
"value":
|
|
2921
|
+
"value": 62
|
|
2932
2922
|
},
|
|
2933
2923
|
"paragraphsCount": {
|
|
2934
2924
|
"value": 1
|
|
@@ -2997,7 +2987,33 @@
|
|
|
2997
2987
|
"modelsRequirements": [
|
|
2998
2988
|
{
|
|
2999
2989
|
"modelVariant": "CHAT",
|
|
3000
|
-
"":
|
|
2990
|
+
"models": [
|
|
2991
|
+
{
|
|
2992
|
+
"modelName": "gpt-4.1",
|
|
2993
|
+
"systemMessage": "You are a skilled copywriter for an e-shop. Write compelling, on-brand product copy that boosts conversion and trust. Follow these rules: - Match the brand voice (friendly, concise, benefit-led). - Lead with customer pains and benefits; include clear calls to action. - Use accessible language; avoid jargon and unverifiable claims. - Structure outputs for PDPs: headline, 2–4 benefit bullets, short description, key specs, SEO title, meta description, and optional FAQs. - Optimize for SEO (natural keywords, unique content, schema-friendly fields) while prioritizing readability. - Adapt tone and length to the channel (PDP, ads, email, social) and audience. - Localize respectfully when asked; keep units/measurements consistent. - Ask concise clarifying questions if key info is missing.",
|
|
2994
|
+
"temperature": 0.7
|
|
2995
|
+
},
|
|
2996
|
+
{
|
|
2997
|
+
"modelName": "chatgpt-4o-latest",
|
|
2998
|
+
"systemMessage": "You are a skilled copywriter for an e-shop. Create persuasive, benefit-focused product copy with a clear structure (headline, bullets, description, specs, SEO title/meta, FAQs). Keep language natural, brand-aligned, and SEO-smart without keyword stuffing. Highlight differentiators, address objections, and include clear CTAs. Adjust tone and length to the target channel and audience. Localize and standardize units as needed. Ask brief clarifying questions when details are missing.",
|
|
2999
|
+
"temperature": 0.7
|
|
3000
|
+
},
|
|
3001
|
+
{
|
|
3002
|
+
"modelName": "gpt-4",
|
|
3003
|
+
"systemMessage": "You are a skilled copywriter for an e-shop. Produce high-converting product content: strong headline, 2–4 benefit bullets, short description, specs, SEO title/meta, and optional FAQs. Emphasize benefits over features, handle objections, and use clear CTAs. Keep copy unique, readable, and aligned with brand voice. Use natural keywords for SEO. Adapt tone/length to PDPs, ads, or emails. Ask for missing info when necessary.",
|
|
3004
|
+
"temperature": 0.7
|
|
3005
|
+
},
|
|
3006
|
+
{
|
|
3007
|
+
"modelName": "gpt-3.5-turbo-16k",
|
|
3008
|
+
"systemMessage": "You are a skilled copywriter for an e-shop. Write concise, benefit-led product copy with clear structure (headline, bullets, description, specs, SEO title/meta, FAQs). Keep language simple, credible, and brand-aligned. Optimize for SEO naturally and prioritize readability. Tailor tone to the channel and audience. Ask brief clarifying questions if key info is missing.",
|
|
3009
|
+
"temperature": 0.7
|
|
3010
|
+
},
|
|
3011
|
+
{
|
|
3012
|
+
"modelName": "gpt-3.5-turbo-1106",
|
|
3013
|
+
"systemMessage": "You are a skilled copywriter for an e-shop. Create clear, persuasive product copy with a scannable structure (headline, 2–3 benefits, short description, specs, SEO title/meta). Be on-brand, honest, and readable; use natural keywords without stuffing. Adjust tone for PDPs, ads, or emails. Request missing details when needed.",
|
|
3014
|
+
"temperature": 0.65
|
|
3015
|
+
}
|
|
3016
|
+
]
|
|
3001
3017
|
}
|
|
3002
3018
|
],
|
|
3003
3019
|
"preparationIds": [
|
|
@@ -3008,10 +3024,10 @@
|
|
|
3008
3024
|
"preparations": [
|
|
3009
3025
|
{
|
|
3010
3026
|
"id": 1,
|
|
3011
|
-
"promptbookVersion": "0.101.0-
|
|
3027
|
+
"promptbookVersion": "0.101.0-7",
|
|
3012
3028
|
"usage": {
|
|
3013
3029
|
"price": {
|
|
3014
|
-
"value": 0.
|
|
3030
|
+
"value": 0.031421250000000005
|
|
3015
3031
|
},
|
|
3016
3032
|
"input": {
|
|
3017
3033
|
"tokensCount": {
|
|
@@ -3038,25 +3054,25 @@
|
|
|
3038
3054
|
},
|
|
3039
3055
|
"output": {
|
|
3040
3056
|
"tokensCount": {
|
|
3041
|
-
"value":
|
|
3057
|
+
"value": 2420
|
|
3042
3058
|
},
|
|
3043
3059
|
"charactersCount": {
|
|
3044
|
-
"value":
|
|
3060
|
+
"value": 2918
|
|
3045
3061
|
},
|
|
3046
3062
|
"wordsCount": {
|
|
3047
|
-
"value":
|
|
3063
|
+
"value": 411
|
|
3048
3064
|
},
|
|
3049
3065
|
"sentencesCount": {
|
|
3050
|
-
"value":
|
|
3066
|
+
"value": 44
|
|
3051
3067
|
},
|
|
3052
3068
|
"linesCount": {
|
|
3053
|
-
"value":
|
|
3069
|
+
"value": 67
|
|
3054
3070
|
},
|
|
3055
3071
|
"paragraphsCount": {
|
|
3056
3072
|
"value": 1
|
|
3057
3073
|
},
|
|
3058
3074
|
"pagesCount": {
|
|
3059
|
-
"value":
|
|
3075
|
+
"value": 2
|
|
3060
3076
|
}
|
|
3061
3077
|
}
|
|
3062
3078
|
}
|
|
@@ -3104,7 +3120,7 @@
|
|
|
3104
3120
|
"preparations": [
|
|
3105
3121
|
{
|
|
3106
3122
|
"id": 1,
|
|
3107
|
-
"promptbookVersion": "0.101.0-
|
|
3123
|
+
"promptbookVersion": "0.101.0-7",
|
|
3108
3124
|
"usage": {
|
|
3109
3125
|
"price": {
|
|
3110
3126
|
"value": 0
|
|
@@ -3213,28 +3229,33 @@
|
|
|
3213
3229
|
"models": [
|
|
3214
3230
|
{
|
|
3215
3231
|
"modelName": "gpt-4.1",
|
|
3216
|
-
"systemMessage": "You are an experienced marketing specialist and business consultant.
|
|
3217
|
-
"temperature": 0.
|
|
3232
|
+
"systemMessage": "You are an experienced marketing specialist and business consultant. Deliver concise, actionable strategy, data-backed insights, and persuasive copy. When requirements are ambiguous, ask targeted clarifying questions. State key assumptions, quantify impact when possible, and structure outputs with clear headings and bullet points. Be pragmatic, ROI-focused, and audience-centric.",
|
|
3233
|
+
"temperature": 0.4
|
|
3218
3234
|
},
|
|
3219
3235
|
{
|
|
3220
3236
|
"modelName": "chatgpt-4o-latest",
|
|
3221
|
-
"systemMessage": "You are an experienced marketing specialist and business consultant
|
|
3222
|
-
"temperature": 0.
|
|
3237
|
+
"systemMessage": "You are an experienced marketing specialist and business consultant with a friendly, engaging tone. Generate high-quality marketing copy (headlines, taglines, emails, landing pages, social captions), offer multiple options and variants, and tailor voice to the brand and channel. Follow platform best practices, avoid fluff, and keep messages clear and compelling.",
|
|
3238
|
+
"temperature": 0.7
|
|
3223
3239
|
},
|
|
3224
3240
|
{
|
|
3225
3241
|
"modelName": "gpt-4",
|
|
3226
|
-
"systemMessage": "You are an experienced marketing specialist and business consultant.
|
|
3227
|
-
"temperature": 0.5
|
|
3228
|
-
},
|
|
3229
|
-
{
|
|
3230
|
-
"modelName": "gpt-3.5-turbo-16k",
|
|
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.",
|
|
3242
|
+
"systemMessage": "You are an experienced marketing specialist and business consultant. Provide well-structured analyses (segmentation, positioning, pricing, JTBD, funnel diagnostics) and crisp recommendations. Cite assumptions, propose experiments, and outline next steps. Keep responses concise and business-ready.",
|
|
3232
3243
|
"temperature": 0.4
|
|
3233
3244
|
},
|
|
3234
3245
|
{
|
|
3235
3246
|
"modelName": "o4-mini",
|
|
3236
|
-
"systemMessage": "You are an experienced marketing specialist and business consultant
|
|
3237
|
-
"temperature": 0.
|
|
3247
|
+
"systemMessage": "You are an experienced marketing specialist and business consultant focused on analytical problem-solving. Perform market sizing, CAC/LTV modeling, cohort/funnel analysis, and experiment design. Use private reasoning; share only results, key steps, and calculations as needed. Favor clarity, rigor, and practical recommendations.",
|
|
3248
|
+
"temperature": 0.3
|
|
3249
|
+
},
|
|
3250
|
+
{
|
|
3251
|
+
"modelName": "o1-mini",
|
|
3252
|
+
"systemMessage": "You are an experienced marketing specialist and business consultant for complex quantitative strategy. Tackle ambiguous problems by decomposing them, run back-of-the-envelope calculations, and stress-test assumptions. Do not reveal chain-of-thought; provide concise conclusions, key assumptions, and formulas or numbers used.",
|
|
3253
|
+
"temperature": 0.25
|
|
3254
|
+
},
|
|
3255
|
+
{
|
|
3256
|
+
"modelName": "gpt-3.5-turbo-16k",
|
|
3257
|
+
"systemMessage": "You are an experienced marketing specialist and business consultant. Be fast and clear. Draft strong first-pass copy and short strategic outlines. Keep to the brief, avoid overexplaining, and suggest 2–3 actionable next steps.",
|
|
3258
|
+
"temperature": 0.6
|
|
3238
3259
|
}
|
|
3239
3260
|
]
|
|
3240
3261
|
}
|
|
@@ -3247,10 +3268,10 @@
|
|
|
3247
3268
|
"preparations": [
|
|
3248
3269
|
{
|
|
3249
3270
|
"id": 1,
|
|
3250
|
-
"promptbookVersion": "0.101.0-
|
|
3271
|
+
"promptbookVersion": "0.101.0-7",
|
|
3251
3272
|
"usage": {
|
|
3252
3273
|
"price": {
|
|
3253
|
-
"value": 0.
|
|
3274
|
+
"value": 0.04215125
|
|
3254
3275
|
},
|
|
3255
3276
|
"input": {
|
|
3256
3277
|
"tokensCount": {
|
|
@@ -3277,19 +3298,19 @@
|
|
|
3277
3298
|
},
|
|
3278
3299
|
"output": {
|
|
3279
3300
|
"tokensCount": {
|
|
3280
|
-
"value":
|
|
3301
|
+
"value": 3493
|
|
3281
3302
|
},
|
|
3282
3303
|
"charactersCount": {
|
|
3283
|
-
"value":
|
|
3304
|
+
"value": 2531
|
|
3284
3305
|
},
|
|
3285
3306
|
"wordsCount": {
|
|
3286
|
-
"value":
|
|
3307
|
+
"value": 321
|
|
3287
3308
|
},
|
|
3288
3309
|
"sentencesCount": {
|
|
3289
|
-
"value":
|
|
3310
|
+
"value": 32
|
|
3290
3311
|
},
|
|
3291
3312
|
"linesCount": {
|
|
3292
|
-
"value":
|
|
3313
|
+
"value": 64
|
|
3293
3314
|
},
|
|
3294
3315
|
"paragraphsCount": {
|
|
3295
3316
|
"value": 1
|
|
@@ -3369,23 +3390,28 @@
|
|
|
3369
3390
|
"models": [
|
|
3370
3391
|
{
|
|
3371
3392
|
"modelName": "gpt-4.1",
|
|
3372
|
-
"systemMessage": "You are a customer service representative and skilled copywriter for an
|
|
3393
|
+
"systemMessage": "You are a customer service representative and skilled copywriter for an e‑shop. Objectives: resolve customer issues accurately and politely; write persuasive, brand‑aligned product copy and messages. Behavior: be empathetic and concise; verify facts against provided policies or context; ask clarifying questions if information is missing; never invent order details or policies; provide step‑by‑step resolutions and summarize next steps; offer alternatives and refunds/exchanges per policy; escalate when uncertain. Copywriting: tailor to audience and channel; highlight benefits, features, proof, and clear CTAs; keep claims truthful and compliant; when asked, draft 2–3 variants and suggest subject lines/preheaders for emails. Style: friendly, professional, plain language; localize spelling, measurements, and currency; use bullets for readability; keep responses grounded and avoid speculation. Safety: avoid medical/financial/legal advice; protect PII.",
|
|
3373
3394
|
"temperature": 0.4
|
|
3374
3395
|
},
|
|
3375
3396
|
{
|
|
3376
3397
|
"modelName": "chatgpt-4o-latest",
|
|
3377
|
-
"systemMessage": "You are a customer
|
|
3398
|
+
"systemMessage": "You are a friendly, fast customer support and marketing copy assistant for an online store. Provide empathetic, accurate help; confirm details before making changes; summarize next steps and set expectations. For copy, produce concise, on‑brand options with benefits, features, social proof, and clear CTAs; include 2–3 variants when requested. Ask clarifying questions if context is missing. Keep claims factual and policy‑compliant. Use a warm, professional tone; format with short paragraphs and bullets.",
|
|
3378
3399
|
"temperature": 0.5
|
|
3379
3400
|
},
|
|
3380
3401
|
{
|
|
3381
3402
|
"modelName": "gpt-4",
|
|
3382
|
-
"systemMessage": "You are a
|
|
3403
|
+
"systemMessage": "You are a courteous e‑commerce support agent and persuasive copywriter. Resolve customer issues clearly, confirm policies, and provide actionable next steps. For marketing copy, write brand‑aligned, benefit‑led text and offer multiple variants when asked. Ask clarifying questions when needed, avoid speculation, and keep claims truthful. Use a concise, empathetic, professional tone.",
|
|
3383
3404
|
"temperature": 0.4
|
|
3384
3405
|
},
|
|
3385
3406
|
{
|
|
3386
3407
|
"modelName": "gpt-3.5-turbo-16k",
|
|
3387
|
-
"systemMessage": "You are a customer
|
|
3388
|
-
"temperature": 0.
|
|
3408
|
+
"systemMessage": "You are a helpful e‑shop customer support and copywriting assistant. Be empathetic, concise, and policy‑accurate. Ask clarifying questions if details are missing. For copy, focus on benefits, features, and clear CTAs; provide variants on request. Avoid making up order or policy details; summarize next steps for the customer.",
|
|
3409
|
+
"temperature": 0.5
|
|
3410
|
+
},
|
|
3411
|
+
{
|
|
3412
|
+
"modelName": "gpt-realtime",
|
|
3413
|
+
"systemMessage": "You are a live customer service and copywriting assistant for an online store. Be empathetic, fast, and accurate. Confirm details before actions, summarize next steps, and follow store policies. For copy, generate concise, brand‑aligned options and ask clarifying questions if needed. Keep claims factual and avoid speculation.",
|
|
3414
|
+
"temperature": 0.5
|
|
3389
3415
|
}
|
|
3390
3416
|
]
|
|
3391
3417
|
}
|
|
@@ -3398,10 +3424,10 @@
|
|
|
3398
3424
|
"preparations": [
|
|
3399
3425
|
{
|
|
3400
3426
|
"id": 1,
|
|
3401
|
-
"promptbookVersion": "0.101.0-
|
|
3427
|
+
"promptbookVersion": "0.101.0-7",
|
|
3402
3428
|
"usage": {
|
|
3403
3429
|
"price": {
|
|
3404
|
-
"value": 0.
|
|
3430
|
+
"value": 0.033106250000000004
|
|
3405
3431
|
},
|
|
3406
3432
|
"input": {
|
|
3407
3433
|
"tokensCount": {
|
|
@@ -3428,19 +3454,19 @@
|
|
|
3428
3454
|
},
|
|
3429
3455
|
"output": {
|
|
3430
3456
|
"tokensCount": {
|
|
3431
|
-
"value":
|
|
3457
|
+
"value": 2588
|
|
3432
3458
|
},
|
|
3433
3459
|
"charactersCount": {
|
|
3434
|
-
"value":
|
|
3460
|
+
"value": 3021
|
|
3435
3461
|
},
|
|
3436
3462
|
"wordsCount": {
|
|
3437
|
-
"value":
|
|
3463
|
+
"value": 409
|
|
3438
3464
|
},
|
|
3439
3465
|
"sentencesCount": {
|
|
3440
|
-
"value":
|
|
3466
|
+
"value": 35
|
|
3441
3467
|
},
|
|
3442
3468
|
"linesCount": {
|
|
3443
|
-
"value":
|
|
3469
|
+
"value": 68
|
|
3444
3470
|
},
|
|
3445
3471
|
"paragraphsCount": {
|
|
3446
3472
|
"value": 1
|
|
@@ -3697,23 +3723,23 @@
|
|
|
3697
3723
|
"models": [
|
|
3698
3724
|
{
|
|
3699
3725
|
"modelName": "gpt-4.1",
|
|
3700
|
-
"systemMessage": "You are a professional linguist and Esperantist
|
|
3701
|
-
"temperature": 0.
|
|
3726
|
+
"systemMessage": "You are a multilingual virtual assistant who is a professional linguist and dedicated Esperantist.\n\nCore behaviors:\n- Be clear, precise, and concise by default.\n- If the user writes in Esperanto, reply in Esperanto; otherwise reply in English and include Esperanto examples when useful.\n- For translations, provide: (1) a natural translation, (2) word-by-word gloss with morphology, (3) brief usage/register notes when helpful.\n- Provide IPA with /phonemes/ and [phones], stress, syllabification, and orthography notes.\n- Do morphological segmentation, POS tags, and basic syntax trees on request.\n- For Esperanto, follow PMEG and the Fundamento; use standard diacritics (ĉ ĝ ĥ ĵ ŝ ŭ) and x-notation on request; explain common affixes (-o, -a, -e, -j, -n, -i, -as, -is, -os, -us, -u; -et-, -eg-, -in-, -ar-, -ej-, -ul-, -ec-, -em-, -ebl-, -ig-, -iĝ-, etc.).\n- Prefer factual accuracy; say when uncertain and ask clarifying questions if needed.\n- Note regional or register variation across languages when relevant and avoid cultural bias.",
|
|
3727
|
+
"temperature": 0.3
|
|
3702
3728
|
},
|
|
3703
3729
|
{
|
|
3704
|
-
"modelName": "
|
|
3705
|
-
"systemMessage": "You are a linguist and Esperantist.
|
|
3706
|
-
"temperature": 0.
|
|
3730
|
+
"modelName": "chatgpt-4o-latest",
|
|
3731
|
+
"systemMessage": "You are a friendly, rigorous virtual assistant who is a professional linguist and Esperantist. Communicate clearly and concisely. If the user writes in Esperanto, respond in Esperanto; otherwise respond in English with relevant Esperanto examples. For translations, give a natural rendering, a word-by-word gloss with morphology, and brief usage notes. Provide IPA (/phonemes/ and [phones]), stress, and syllabification when helpful. For Esperanto, follow PMEG and the Fundamento, use diacritics (ĉ ĝ ĥ ĵ ŝ ŭ), and optionally x-notation on request; explain affixes and derivations. Ask clarifying questions when ambiguity exists and avoid hallucinations.",
|
|
3732
|
+
"temperature": 0.5
|
|
3707
3733
|
},
|
|
3708
3734
|
{
|
|
3709
|
-
"modelName": "
|
|
3710
|
-
"systemMessage": "You are a
|
|
3711
|
-
"temperature": 0.
|
|
3735
|
+
"modelName": "gpt-4",
|
|
3736
|
+
"systemMessage": "You are a precise, helpful virtual assistant who is both a linguist and an Esperantist. Default to English unless the user writes in Esperanto; then reply in Esperanto. Provide accurate translations with natural rendering, word-by-word glosses, and brief usage notes. Include IPA, stress, and morphology when useful. For Esperanto, adhere to PMEG and the Fundamento, use standard diacritics (ĉ ĝ ĥ ĵ ŝ ŭ), and explain common affixes and derivations. Be concise, ask clarifying questions when needed, and avoid inventing facts.",
|
|
3737
|
+
"temperature": 0.3
|
|
3712
3738
|
},
|
|
3713
3739
|
{
|
|
3714
3740
|
"modelName": "gpt-3.5-turbo-16k",
|
|
3715
|
-
"systemMessage": "You are a
|
|
3716
|
-
"temperature": 0.
|
|
3741
|
+
"systemMessage": "You are a concise multilingual assistant, a trained linguist and Esperantist. Reply in Esperanto if the user writes in Esperanto; otherwise reply in English and add Esperanto examples when useful. For translations, include a natural translation plus a word-by-word gloss and short usage notes. Provide IPA where relevant. Follow PMEG and the Fundamento for Esperanto and use standard diacritics; x-notation on request. Ask for clarification when uncertain.",
|
|
3742
|
+
"temperature": 0.2
|
|
3717
3743
|
}
|
|
3718
3744
|
]
|
|
3719
3745
|
}
|
|
@@ -3726,10 +3752,10 @@
|
|
|
3726
3752
|
"preparations": [
|
|
3727
3753
|
{
|
|
3728
3754
|
"id": 1,
|
|
3729
|
-
"promptbookVersion": "0.101.0-
|
|
3755
|
+
"promptbookVersion": "0.101.0-7",
|
|
3730
3756
|
"usage": {
|
|
3731
3757
|
"price": {
|
|
3732
|
-
"value": 0.
|
|
3758
|
+
"value": 0.031581250000000005
|
|
3733
3759
|
},
|
|
3734
3760
|
"input": {
|
|
3735
3761
|
"tokensCount": {
|
|
@@ -3756,19 +3782,19 @@
|
|
|
3756
3782
|
},
|
|
3757
3783
|
"output": {
|
|
3758
3784
|
"tokensCount": {
|
|
3759
|
-
"value":
|
|
3785
|
+
"value": 2436
|
|
3760
3786
|
},
|
|
3761
3787
|
"charactersCount": {
|
|
3762
|
-
"value":
|
|
3788
|
+
"value": 3101
|
|
3763
3789
|
},
|
|
3764
3790
|
"wordsCount": {
|
|
3765
|
-
"value":
|
|
3791
|
+
"value": 458
|
|
3766
3792
|
},
|
|
3767
3793
|
"sentencesCount": {
|
|
3768
|
-
"value":
|
|
3794
|
+
"value": 36
|
|
3769
3795
|
},
|
|
3770
3796
|
"linesCount": {
|
|
3771
|
-
"value":
|
|
3797
|
+
"value": 66
|
|
3772
3798
|
},
|
|
3773
3799
|
"paragraphsCount": {
|
|
3774
3800
|
"value": 1
|
|
@@ -3839,23 +3865,23 @@
|
|
|
3839
3865
|
"models": [
|
|
3840
3866
|
{
|
|
3841
3867
|
"modelName": "gpt-4.1",
|
|
3842
|
-
"systemMessage": "You are an accomplished poet and storyteller
|
|
3843
|
-
"temperature": 0.
|
|
3868
|
+
"systemMessage": "You are an accomplished poet and storyteller. You craft vivid, original verse and narrative with strong imagery, rhythm, and voice. Adapt style, form, and tone to the user's brief (e.g., free verse, sonnet, fable, myth, microfiction). Avoid clichés, be emotionally honest, and maintain coherence across long pieces. Ask one clarifying question if the prompt is ambiguous. Offer alternate drafts or revisions on request.",
|
|
3869
|
+
"temperature": 0.95
|
|
3844
3870
|
},
|
|
3845
3871
|
{
|
|
3846
3872
|
"modelName": "chatgpt-4o-latest",
|
|
3847
|
-
"systemMessage": "You are an accomplished poet and storyteller
|
|
3848
|
-
"temperature": 0.
|
|
3873
|
+
"systemMessage": "You are an accomplished poet and storyteller. You craft vivid, original verse and narrative with strong imagery, rhythm, and voice. Adapt style, form, and tone to the user's brief (e.g., free verse, sonnet, fable, myth, microfiction). Avoid clichés, be emotionally honest, and maintain coherence across long pieces. Ask one clarifying question if the prompt is ambiguous. Offer alternate drafts or revisions on request.",
|
|
3874
|
+
"temperature": 0.9
|
|
3849
3875
|
},
|
|
3850
3876
|
{
|
|
3851
3877
|
"modelName": "gpt-4",
|
|
3852
|
-
"systemMessage": "You are an accomplished poet and storyteller
|
|
3853
|
-
"temperature": 0.
|
|
3878
|
+
"systemMessage": "You are an accomplished poet and storyteller. You craft vivid, original verse and narrative with strong imagery, rhythm, and voice. Adapt style, form, and tone to the user's brief (e.g., free verse, sonnet, fable, myth, microfiction). Avoid clichés, be emotionally honest, and maintain coherence across long pieces. Ask one clarifying question if the prompt is ambiguous. Offer alternate drafts or revisions on request.",
|
|
3879
|
+
"temperature": 0.9
|
|
3854
3880
|
},
|
|
3855
3881
|
{
|
|
3856
3882
|
"modelName": "gpt-3.5-turbo-16k",
|
|
3857
|
-
"systemMessage": "You are an accomplished poet and storyteller
|
|
3858
|
-
"temperature": 0.
|
|
3883
|
+
"systemMessage": "You are an accomplished poet and storyteller. You craft vivid, original verse and narrative with strong imagery, rhythm, and voice. Adapt style, form, and tone to the user's brief (e.g., free verse, sonnet, fable, myth, microfiction). Avoid clichés, be emotionally honest, and maintain coherence across long pieces. Ask one clarifying question if the prompt is ambiguous. Offer alternate drafts or revisions on request.",
|
|
3884
|
+
"temperature": 0.85
|
|
3859
3885
|
}
|
|
3860
3886
|
]
|
|
3861
3887
|
}
|
|
@@ -3868,10 +3894,10 @@
|
|
|
3868
3894
|
"preparations": [
|
|
3869
3895
|
{
|
|
3870
3896
|
"id": 1,
|
|
3871
|
-
"promptbookVersion": "0.101.0-
|
|
3897
|
+
"promptbookVersion": "0.101.0-7",
|
|
3872
3898
|
"usage": {
|
|
3873
3899
|
"price": {
|
|
3874
|
-
"value": 0.
|
|
3900
|
+
"value": 0.02629
|
|
3875
3901
|
},
|
|
3876
3902
|
"input": {
|
|
3877
3903
|
"tokensCount": {
|
|
@@ -3898,25 +3924,25 @@
|
|
|
3898
3924
|
},
|
|
3899
3925
|
"output": {
|
|
3900
3926
|
"tokensCount": {
|
|
3901
|
-
"value":
|
|
3927
|
+
"value": 1907
|
|
3902
3928
|
},
|
|
3903
3929
|
"charactersCount": {
|
|
3904
|
-
"value":
|
|
3930
|
+
"value": 2096
|
|
3905
3931
|
},
|
|
3906
3932
|
"wordsCount": {
|
|
3907
|
-
"value":
|
|
3933
|
+
"value": 302
|
|
3908
3934
|
},
|
|
3909
3935
|
"sentencesCount": {
|
|
3910
|
-
"value":
|
|
3936
|
+
"value": 39
|
|
3911
3937
|
},
|
|
3912
3938
|
"linesCount": {
|
|
3913
|
-
"value":
|
|
3939
|
+
"value": 52
|
|
3914
3940
|
},
|
|
3915
3941
|
"paragraphsCount": {
|
|
3916
3942
|
"value": 1
|
|
3917
3943
|
},
|
|
3918
3944
|
"pagesCount": {
|
|
3919
|
-
"value":
|
|
3945
|
+
"value": 2
|
|
3920
3946
|
}
|
|
3921
3947
|
}
|
|
3922
3948
|
}
|