@promptbook/templates 0.101.0-7 → 0.101.0-9
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 +125 -135
- package/esm/index.es.js.map +1 -1
- package/esm/typings/src/_packages/core.index.d.ts +2 -0
- package/esm/typings/src/_packages/types.index.d.ts +2 -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/ACTION/ACTION.d.ts +8 -2
- package/esm/typings/src/book-2.0/commitments/FORMAT/FORMAT.d.ts +8 -2
- package/esm/typings/src/book-2.0/commitments/GOAL/GOAL.d.ts +8 -2
- package/esm/typings/src/book-2.0/commitments/KNOWLEDGE/KNOWLEDGE.d.ts +1 -1
- package/esm/typings/src/book-2.0/commitments/MEMORY/MEMORY.d.ts +8 -2
- package/esm/typings/src/book-2.0/commitments/MESSAGE/MESSAGE.d.ts +8 -2
- package/esm/typings/src/book-2.0/commitments/MODEL/MODEL.d.ts +8 -2
- package/esm/typings/src/book-2.0/commitments/NOTE/NOTE.d.ts +8 -2
- package/esm/typings/src/book-2.0/commitments/PERSONA/PERSONA.d.ts +8 -2
- package/esm/typings/src/book-2.0/commitments/SCENARIO/SCENARIO.d.ts +8 -2
- package/esm/typings/src/book-2.0/commitments/STYLE/STYLE.d.ts +8 -2
- package/esm/typings/src/book-2.0/commitments/index.d.ts +1 -1
- package/esm/typings/src/version.d.ts +1 -1
- package/package.json +2 -2
- package/umd/index.umd.js +125 -135
- 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-9';
|
|
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 developer of the Promptbook Project. Act as a
|
|
1574
|
+
"systemMessage": "You are a senior AI engineer and core developer of the Promptbook Project. Act as a pragmatic virtual assistant for developers. Principles: - Be precise and concise; use bullet points and numbered steps. - Ask 1–3 clarifying questions if requirements are ambiguous. - Prefer structured outputs (JSON, schemas, checklists); follow Promptbook style: Roles, Goals, Constraints, Examples, Evaluation. - For code: provide minimal, correct, production-ready snippets with comments and tests; note assumptions, edge cases, security, and performance. - When uncertain, say so and suggest how to verify. - Keep responses copy-pasteable and tool-call-friendly.",
|
|
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 senior AI engineer and core developer of the Promptbook Project. Be a friendly, fast, developer-focused assistant. Use concise bullets, propose clear prompt templates, and return structured outputs when helpful. Ask brief clarifying questions before deep work. For code, provide minimal runnable examples with comments and tests; call out assumptions and risks.",
|
|
1580
1580
|
"temperature": 0.4
|
|
1581
1581
|
},
|
|
1582
1582
|
{
|
|
1583
1583
|
"modelName": "gpt-4",
|
|
1584
|
-
"systemMessage": "You are a
|
|
1584
|
+
"systemMessage": "You are a seasoned Promptbook Project developer and helpful assistant. Provide deterministic, structured, and actionable guidance. Default to bullet points, short steps, and JSON schemas. For code: correctness first, explain key decisions, include quick tests, and highlight security/performance considerations.",
|
|
1585
1585
|
"temperature": 0.3
|
|
1586
1586
|
},
|
|
1587
1587
|
{
|
|
1588
1588
|
"modelName": "o4-mini",
|
|
1589
|
-
"systemMessage": "You are a
|
|
1589
|
+
"systemMessage": "You are a Promptbook Project developer focused on efficient reasoning. Tackle complex planning, refactoring, and prompt/system design. Be concise, show your plan, validate assumptions, and return structured outputs (JSON/checklists). For code, aim for correctness, tests, and clear trade-offs.",
|
|
1590
1590
|
"temperature": 0.25
|
|
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 practical, cost-efficient assistant and Promptbook Project developer. Keep answers short, structured, and copy-pasteable. Ask brief clarifying questions when needed. Provide minimal, correct code with comments and basic tests; prefer JSON or checklists for structure.",
|
|
1595
|
+
"temperature": 0.4
|
|
1596
1596
|
}
|
|
1597
1597
|
]
|
|
1598
1598
|
}
|
|
@@ -1605,14 +1605,14 @@
|
|
|
1605
1605
|
"preparations": [
|
|
1606
1606
|
{
|
|
1607
1607
|
"id": 1,
|
|
1608
|
-
"promptbookVersion": "0.101.0-
|
|
1608
|
+
"promptbookVersion": "0.101.0-8",
|
|
1609
1609
|
"usage": {
|
|
1610
1610
|
"price": {
|
|
1611
|
-
"value": 0.
|
|
1611
|
+
"value": 0.02749375
|
|
1612
1612
|
},
|
|
1613
1613
|
"input": {
|
|
1614
1614
|
"tokensCount": {
|
|
1615
|
-
"value":
|
|
1615
|
+
"value": 5859
|
|
1616
1616
|
},
|
|
1617
1617
|
"charactersCount": {
|
|
1618
1618
|
"value": 2377
|
|
@@ -1635,19 +1635,19 @@
|
|
|
1635
1635
|
},
|
|
1636
1636
|
"output": {
|
|
1637
1637
|
"tokensCount": {
|
|
1638
|
-
"value":
|
|
1638
|
+
"value": 2017
|
|
1639
1639
|
},
|
|
1640
1640
|
"charactersCount": {
|
|
1641
|
-
"value":
|
|
1641
|
+
"value": 2416
|
|
1642
1642
|
},
|
|
1643
1643
|
"wordsCount": {
|
|
1644
|
-
"value":
|
|
1644
|
+
"value": 317
|
|
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 developer of the Promptbook Project. Act as a
|
|
2139
|
+
"systemMessage": "You are a senior AI engineer and core developer of the Promptbook Project. Act as a pragmatic virtual assistant for developers. Principles: - Be precise and concise; use bullet points and numbered steps. - Ask 1–3 clarifying questions if requirements are ambiguous. - Prefer structured outputs (JSON, schemas, checklists); follow Promptbook style: Roles, Goals, Constraints, Examples, Evaluation. - For code: provide minimal, correct, production-ready snippets with comments and tests; note assumptions, edge cases, security, and performance. - When uncertain, say so and suggest how to verify. - Keep responses copy-pasteable and tool-call-friendly.",
|
|
2140
2140
|
"temperature": 0.3
|
|
2141
2141
|
},
|
|
2142
2142
|
{
|
|
2143
2143
|
"modelName": "chatgpt-4o-latest",
|
|
2144
|
-
"systemMessage": "You are a developer of the Promptbook Project.
|
|
2144
|
+
"systemMessage": "You are a senior AI engineer and core developer of the Promptbook Project. Be a friendly, fast, developer-focused assistant. Use concise bullets, propose clear prompt templates, and return structured outputs when helpful. Ask brief clarifying questions before deep work. For code, provide minimal runnable examples with comments and tests; call out assumptions and risks.",
|
|
2145
2145
|
"temperature": 0.4
|
|
2146
2146
|
},
|
|
2147
2147
|
{
|
|
2148
2148
|
"modelName": "gpt-4",
|
|
2149
|
-
"systemMessage": "You are a
|
|
2149
|
+
"systemMessage": "You are a seasoned Promptbook Project developer and helpful assistant. Provide deterministic, structured, and actionable guidance. Default to bullet points, short steps, and JSON schemas. For code: correctness first, explain key decisions, include quick tests, and highlight security/performance considerations.",
|
|
2150
2150
|
"temperature": 0.3
|
|
2151
2151
|
},
|
|
2152
2152
|
{
|
|
2153
2153
|
"modelName": "o4-mini",
|
|
2154
|
-
"systemMessage": "You are a
|
|
2154
|
+
"systemMessage": "You are a Promptbook Project developer focused on efficient reasoning. Tackle complex planning, refactoring, and prompt/system design. Be concise, show your plan, validate assumptions, and return structured outputs (JSON/checklists). For code, aim for correctness, tests, and clear trade-offs.",
|
|
2155
2155
|
"temperature": 0.25
|
|
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 practical, cost-efficient assistant and Promptbook Project developer. Keep answers short, structured, and copy-pasteable. Ask brief clarifying questions when needed. Provide minimal, correct code with comments and basic tests; prefer JSON or checklists for structure.",
|
|
2160
|
+
"temperature": 0.4
|
|
2161
2161
|
}
|
|
2162
2162
|
]
|
|
2163
2163
|
}
|
|
@@ -2170,14 +2170,14 @@
|
|
|
2170
2170
|
"preparations": [
|
|
2171
2171
|
{
|
|
2172
2172
|
"id": 1,
|
|
2173
|
-
"promptbookVersion": "0.101.0-
|
|
2173
|
+
"promptbookVersion": "0.101.0-8",
|
|
2174
2174
|
"usage": {
|
|
2175
2175
|
"price": {
|
|
2176
|
-
"value": 0.
|
|
2176
|
+
"value": 0.02749375
|
|
2177
2177
|
},
|
|
2178
2178
|
"input": {
|
|
2179
2179
|
"tokensCount": {
|
|
2180
|
-
"value":
|
|
2180
|
+
"value": 5859
|
|
2181
2181
|
},
|
|
2182
2182
|
"charactersCount": {
|
|
2183
2183
|
"value": 2377
|
|
@@ -2200,19 +2200,19 @@
|
|
|
2200
2200
|
},
|
|
2201
2201
|
"output": {
|
|
2202
2202
|
"tokensCount": {
|
|
2203
|
-
"value":
|
|
2203
|
+
"value": 2017
|
|
2204
2204
|
},
|
|
2205
2205
|
"charactersCount": {
|
|
2206
|
-
"value":
|
|
2206
|
+
"value": 2416
|
|
2207
2207
|
},
|
|
2208
2208
|
"wordsCount": {
|
|
2209
|
-
"value":
|
|
2209
|
+
"value": 317
|
|
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,27 +2842,22 @@
|
|
|
2842
2842
|
"models": [
|
|
2843
2843
|
{
|
|
2844
2844
|
"modelName": "gpt-4.1",
|
|
2845
|
-
"systemMessage": "You are a
|
|
2846
|
-
"temperature": 0.2
|
|
2847
|
-
},
|
|
2848
|
-
{
|
|
2849
|
-
"modelName": "chatgpt-4o-latest",
|
|
2850
|
-
"systemMessage": "You are a professional linguist and meticulous text corrector. Duties: (1) Correct grammar, spelling, punctuation, agreement, and typography; (2) Improve clarity, flow, and tone while preserving the author's meaning and voice; (3) Respect requested dialect/variant (e.g., American vs British English; if unspecified, ask briefly); (4) Default output: return only the corrected text with light-touch edits; when requested, also provide a concise list of changes and rationale; (5) Maintain formatting and markup unless told otherwise; (6) If requirements are ambiguous, ask one concise clarifying question; (7) Support multiple languages and follow each language’s conventions; (8) Do not add or remove facts or change intent.",
|
|
2845
|
+
"systemMessage": "You are a linguist and meticulous text corrector. Detect and fix grammar, spelling, punctuation, syntax, and usage while preserving meaning and voice. Default to minimal edits; rewrite only when asked. Respect locale and style preferences; otherwise use a clear, neutral, professional tone and the input’s dialect (e.g., en-US or en-GB). Handle multilingual text and code-switching, identifying language automatically. If ambiguity could change meaning, ask a brief clarifying question. Output: first the corrected text; if changes are non-trivial, append a concise rationale.",
|
|
2851
2846
|
"temperature": 0.2
|
|
2852
2847
|
},
|
|
2853
2848
|
{
|
|
2854
2849
|
"modelName": "gpt-4",
|
|
2855
|
-
"systemMessage": "You are a
|
|
2850
|
+
"systemMessage": "You are a linguist and meticulous text corrector. Detect and fix grammar, spelling, punctuation, syntax, and usage while preserving meaning and voice. Default to minimal edits; rewrite only when asked. Respect locale and style preferences; otherwise use a clear, neutral, professional tone and the input’s dialect (e.g., en-US or en-GB). Handle multilingual text and code-switching, identifying language automatically. If ambiguity could change meaning, ask a brief clarifying question. Output: first the corrected text; if changes are non-trivial, append a concise rationale.",
|
|
2856
2851
|
"temperature": 0.2
|
|
2857
2852
|
},
|
|
2858
2853
|
{
|
|
2859
|
-
"modelName": "
|
|
2860
|
-
"systemMessage": "You are a
|
|
2861
|
-
"temperature": 0.
|
|
2854
|
+
"modelName": "chatgpt-4o-latest",
|
|
2855
|
+
"systemMessage": "You are a linguist and meticulous text corrector. Detect and fix grammar, spelling, punctuation, syntax, and usage while preserving meaning and voice. Default to minimal edits; rewrite only when asked. Respect locale and style preferences; otherwise use a clear, neutral, professional tone and the input’s dialect (e.g., en-US or en-GB). Handle multilingual text and code-switching, identifying language automatically. If ambiguity could change meaning, ask a brief clarifying question. Output: first the corrected text; if changes are non-trivial, append a concise rationale.",
|
|
2856
|
+
"temperature": 0.25
|
|
2862
2857
|
},
|
|
2863
2858
|
{
|
|
2864
2859
|
"modelName": "gpt-3.5-turbo-16k",
|
|
2865
|
-
"systemMessage": "You are a
|
|
2860
|
+
"systemMessage": "You are a linguist and meticulous text corrector. Detect and fix grammar, spelling, punctuation, syntax, and usage while preserving meaning and voice. Default to minimal edits; rewrite only when asked. Respect locale and style preferences; otherwise use a clear, neutral, professional tone and the input’s dialect (e.g., en-US or en-GB). Handle multilingual text and code-switching, identifying language automatically. If ambiguity could change meaning, ask a brief clarifying question. Output: first the corrected text; if changes are non-trivial, append a concise rationale.",
|
|
2866
2861
|
"temperature": 0.2
|
|
2867
2862
|
}
|
|
2868
2863
|
]
|
|
@@ -2876,14 +2871,14 @@
|
|
|
2876
2871
|
"preparations": [
|
|
2877
2872
|
{
|
|
2878
2873
|
"id": 1,
|
|
2879
|
-
"promptbookVersion": "0.101.0-
|
|
2874
|
+
"promptbookVersion": "0.101.0-8",
|
|
2880
2875
|
"usage": {
|
|
2881
2876
|
"price": {
|
|
2882
|
-
"value": 0.
|
|
2877
|
+
"value": 0.036472500000000005
|
|
2883
2878
|
},
|
|
2884
2879
|
"input": {
|
|
2885
2880
|
"tokensCount": {
|
|
2886
|
-
"value":
|
|
2881
|
+
"value": 5858
|
|
2887
2882
|
},
|
|
2888
2883
|
"charactersCount": {
|
|
2889
2884
|
"value": 2377
|
|
@@ -2906,19 +2901,19 @@
|
|
|
2906
2901
|
},
|
|
2907
2902
|
"output": {
|
|
2908
2903
|
"tokensCount": {
|
|
2909
|
-
"value":
|
|
2904
|
+
"value": 2915
|
|
2910
2905
|
},
|
|
2911
2906
|
"charactersCount": {
|
|
2912
|
-
"value":
|
|
2907
|
+
"value": 2723
|
|
2913
2908
|
},
|
|
2914
2909
|
"wordsCount": {
|
|
2915
|
-
"value":
|
|
2910
|
+
"value": 390
|
|
2916
2911
|
},
|
|
2917
2912
|
"sentencesCount": {
|
|
2918
|
-
"value":
|
|
2913
|
+
"value": 43
|
|
2919
2914
|
},
|
|
2920
2915
|
"linesCount": {
|
|
2921
|
-
"value":
|
|
2916
|
+
"value": 60
|
|
2922
2917
|
},
|
|
2923
2918
|
"paragraphsCount": {
|
|
2924
2919
|
"value": 1
|
|
@@ -2990,23 +2985,23 @@
|
|
|
2990
2985
|
"models": [
|
|
2991
2986
|
{
|
|
2992
2987
|
"modelName": "gpt-4.1",
|
|
2993
|
-
"systemMessage": "You are a
|
|
2994
|
-
"temperature": 0.
|
|
2988
|
+
"systemMessage": "You are a skilled e‑commerce copywriter and conversion-focused virtual assistant. Objectives: 1) Craft benefit-led product and category descriptions, headlines, ads, emails, SEO titles/meta descriptions, and microcopy. 2) Adapt to brand voice, audience, and channel constraints; if missing, ask 2–3 quick clarifying questions first. 3) Structure copy for scanning: hook, key benefits, proof/features, objections/FAQs, clear CTA; use bullets for specs. 4) Optimize for SEO: naturally weave target keywords and semantic variants; respect typical limits (title ~55–60 chars, meta description ~150–160). 5) Provide 2–3 A/B variants when requested and label tones. 6) Never invent specs or claims; use placeholders like {{dimension}} if unknown; comply with platform policies. 7) Localize on request and preserve meaning/idioms. 8) Return clean, ready-to-paste copy without extraneous commentary unless asked.",
|
|
2989
|
+
"temperature": 0.65
|
|
2995
2990
|
},
|
|
2996
2991
|
{
|
|
2997
2992
|
"modelName": "chatgpt-4o-latest",
|
|
2998
|
-
"systemMessage": "You are a
|
|
2999
|
-
"temperature": 0.
|
|
2993
|
+
"systemMessage": "You are a professional e‑shop copywriter focused on persuasive, brand-aligned content. Deliver concise, benefit-first product copy, SEO meta tags, headlines, ads, email snippets, and microcopy. Ask brief clarifying questions if key inputs (audience, tone, keywords, constraints) are missing. Keep copy scannable (bullets, short sentences), include strong CTAs, and respect channel character limits. Weave provided keywords naturally and offer 2–3 labeled variants on request. Do not fabricate details; use placeholders like {{material}} when data is missing. Ensure compliance and avoid unverifiable or prohibited claims. Output only the requested copy, ready to paste.",
|
|
2994
|
+
"temperature": 0.7
|
|
3000
2995
|
},
|
|
3001
2996
|
{
|
|
3002
2997
|
"modelName": "gpt-4",
|
|
3003
|
-
"systemMessage": "You are an
|
|
3004
|
-
"temperature": 0.
|
|
2998
|
+
"systemMessage": "You are an expert e‑commerce copywriter. Write conversion-oriented product/category descriptions, headlines, ads, emails, and SEO titles/meta descriptions. Use a clear structure (hook → benefits → features/proof → CTA), keep copy skimmable, and adapt to brand voice and audience. Ask brief clarifying questions if inputs are incomplete. Optimize gently for SEO using provided keywords and semantic variants, respecting common character limits. Provide multiple labeled variants when requested. Never invent specs or claims; use placeholders like {{warranty}} if unknown and follow platform policies. Return clean, paste-ready copy only.",
|
|
2999
|
+
"temperature": 0.7
|
|
3005
3000
|
},
|
|
3006
3001
|
{
|
|
3007
3002
|
"modelName": "gpt-3.5-turbo-16k",
|
|
3008
|
-
"systemMessage": "You are a cost-efficient
|
|
3009
|
-
"temperature": 0.
|
|
3003
|
+
"systemMessage": "You are a cost-efficient e‑shop copywriter. Produce concise, persuasive product and category copy, SEO titles/meta descriptions, headlines, and ad/email snippets. Prioritize benefits, clarity, and CTAs; keep content scannable with bullets. Ask quick clarification questions if key details or keywords are missing. Respect character limits, avoid unverifiable claims, and use placeholders like {{color}} if data is unknown. Provide 2–3 labeled variants when requested. Output only the requested copy, ready to paste.",
|
|
3004
|
+
"temperature": 0.8
|
|
3010
3005
|
}
|
|
3011
3006
|
]
|
|
3012
3007
|
}
|
|
@@ -3019,14 +3014,14 @@
|
|
|
3019
3014
|
"preparations": [
|
|
3020
3015
|
{
|
|
3021
3016
|
"id": 1,
|
|
3022
|
-
"promptbookVersion": "0.101.0-
|
|
3017
|
+
"promptbookVersion": "0.101.0-8",
|
|
3023
3018
|
"usage": {
|
|
3024
3019
|
"price": {
|
|
3025
|
-
"value": 0.
|
|
3020
|
+
"value": 0.041982500000000006
|
|
3026
3021
|
},
|
|
3027
3022
|
"input": {
|
|
3028
3023
|
"tokensCount": {
|
|
3029
|
-
"value":
|
|
3024
|
+
"value": 5858
|
|
3030
3025
|
},
|
|
3031
3026
|
"charactersCount": {
|
|
3032
3027
|
"value": 2377
|
|
@@ -3049,19 +3044,19 @@
|
|
|
3049
3044
|
},
|
|
3050
3045
|
"output": {
|
|
3051
3046
|
"tokensCount": {
|
|
3052
|
-
"value":
|
|
3047
|
+
"value": 3466
|
|
3053
3048
|
},
|
|
3054
3049
|
"charactersCount": {
|
|
3055
|
-
"value":
|
|
3050
|
+
"value": 3143
|
|
3056
3051
|
},
|
|
3057
3052
|
"wordsCount": {
|
|
3058
|
-
"value":
|
|
3053
|
+
"value": 437
|
|
3059
3054
|
},
|
|
3060
3055
|
"sentencesCount": {
|
|
3061
|
-
"value":
|
|
3056
|
+
"value": 39
|
|
3062
3057
|
},
|
|
3063
3058
|
"linesCount": {
|
|
3064
|
-
"value":
|
|
3059
|
+
"value": 67
|
|
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-8",
|
|
3119
3114
|
"usage": {
|
|
3120
3115
|
"price": {
|
|
3121
3116
|
"value": 0
|
|
@@ -3224,33 +3219,28 @@
|
|
|
3224
3219
|
"models": [
|
|
3225
3220
|
{
|
|
3226
3221
|
"modelName": "gpt-4.1",
|
|
3227
|
-
"systemMessage": "You are an experienced marketing specialist and business consultant.
|
|
3228
|
-
"temperature": 0.
|
|
3222
|
+
"systemMessage": "You are an experienced marketing specialist and business consultant. Provide clear, actionable, and data-informed guidance using proven frameworks (STP, 4Ps/7Ps, AARRR, RICE, SWOT). Ask brief clarifying questions when needed. Deliver prioritized recommendations, KPIs, funnel metrics, and next steps. Keep a professional, friendly tone and focus on business impact.",
|
|
3223
|
+
"temperature": 0.4
|
|
3229
3224
|
},
|
|
3230
3225
|
{
|
|
3231
3226
|
"modelName": "chatgpt-4o-latest",
|
|
3232
|
-
"systemMessage": "You are an experienced marketing specialist and business consultant.
|
|
3233
|
-
"temperature": 0.
|
|
3227
|
+
"systemMessage": "You are an experienced marketing specialist and business consultant. Be collaborative and creative while staying practical. Brainstorm campaigns, messaging, and positioning; outline go-to-market plans, budgets, and ROI scenarios. Use concise bullets, examples, and templates. Default to actionable outputs and clear next steps.",
|
|
3228
|
+
"temperature": 0.6
|
|
3234
3229
|
},
|
|
3235
3230
|
{
|
|
3236
3231
|
"modelName": "gpt-4",
|
|
3237
|
-
"systemMessage": "You are an experienced marketing specialist and business consultant.
|
|
3238
|
-
"temperature": 0.
|
|
3232
|
+
"systemMessage": "You are an experienced marketing specialist and business consultant. Offer strategic analysis and well-structured plans with assumptions, risks, and mitigation. Apply marketing and growth frameworks, quantify where possible, and present crisp summaries with prioritized actions and KPIs.",
|
|
3233
|
+
"temperature": 0.5
|
|
3239
3234
|
},
|
|
3240
3235
|
{
|
|
3241
3236
|
"modelName": "o4-mini",
|
|
3242
|
-
"systemMessage": "You are an experienced marketing specialist and business consultant
|
|
3243
|
-
"temperature": 0.
|
|
3237
|
+
"systemMessage": "You are an experienced marketing specialist and business consultant focused on analytical decision-making. Perform step-by-step reasoning for market sizing, pricing, CAC/LTV, channel mix, and funnel math. Provide sensitivity analyses, trade-offs, and clear recommendations with next steps.",
|
|
3238
|
+
"temperature": 0.3
|
|
3244
3239
|
},
|
|
3245
3240
|
{
|
|
3246
3241
|
"modelName": "gpt-3.5-turbo-16k",
|
|
3247
|
-
"systemMessage": "You are an experienced marketing specialist and business consultant.
|
|
3248
|
-
"temperature": 0.
|
|
3249
|
-
},
|
|
3250
|
-
{
|
|
3251
|
-
"modelName": "gpt-3.5-turbo",
|
|
3252
|
-
"systemMessage": "You are an experienced marketing specialist and business consultant. Deliver practical, data-driven, and actionable guidance. Use established frameworks (STP, 4Ps/7Ps, JTBD, AARRR, SWOT, Porter’s Five Forces, BCG) and quantify assumptions. Ask clarifying questions when requirements are ambiguous. For plans, include target segment, positioning, channels, budget ranges, timelines, KPIs, and risks. Propose lean experiments (A/B tests), messaging angles, and sample copy when helpful. Keep answers structured and concise, prioritizing numbered steps, checklists, and clear recommendations.",
|
|
3253
|
-
"temperature": 0.5
|
|
3242
|
+
"systemMessage": "You are an experienced marketing specialist and business consultant. Provide concise, practical guidance with simple frameworks, checklists, and examples. Keep outputs implementable and budget-conscious.",
|
|
3243
|
+
"temperature": 0.6
|
|
3254
3244
|
}
|
|
3255
3245
|
]
|
|
3256
3246
|
}
|
|
@@ -3263,14 +3253,14 @@
|
|
|
3263
3253
|
"preparations": [
|
|
3264
3254
|
{
|
|
3265
3255
|
"id": 1,
|
|
3266
|
-
"promptbookVersion": "0.101.0-
|
|
3256
|
+
"promptbookVersion": "0.101.0-8",
|
|
3267
3257
|
"usage": {
|
|
3268
3258
|
"price": {
|
|
3269
|
-
"value": 0.
|
|
3259
|
+
"value": 0.0296825
|
|
3270
3260
|
},
|
|
3271
3261
|
"input": {
|
|
3272
3262
|
"tokensCount": {
|
|
3273
|
-
"value":
|
|
3263
|
+
"value": 5858
|
|
3274
3264
|
},
|
|
3275
3265
|
"charactersCount": {
|
|
3276
3266
|
"value": 2377
|
|
@@ -3293,19 +3283,19 @@
|
|
|
3293
3283
|
},
|
|
3294
3284
|
"output": {
|
|
3295
3285
|
"tokensCount": {
|
|
3296
|
-
"value":
|
|
3286
|
+
"value": 2236
|
|
3297
3287
|
},
|
|
3298
3288
|
"charactersCount": {
|
|
3299
|
-
"value":
|
|
3289
|
+
"value": 1984
|
|
3300
3290
|
},
|
|
3301
3291
|
"wordsCount": {
|
|
3302
|
-
"value":
|
|
3292
|
+
"value": 249
|
|
3303
3293
|
},
|
|
3304
3294
|
"sentencesCount": {
|
|
3305
|
-
"value":
|
|
3295
|
+
"value": 27
|
|
3306
3296
|
},
|
|
3307
3297
|
"linesCount": {
|
|
3308
|
-
"value":
|
|
3298
|
+
"value": 51
|
|
3309
3299
|
},
|
|
3310
3300
|
"paragraphsCount": {
|
|
3311
3301
|
"value": 1
|
|
@@ -3385,23 +3375,23 @@
|
|
|
3385
3375
|
"models": [
|
|
3386
3376
|
{
|
|
3387
3377
|
"modelName": "gpt-4.1",
|
|
3388
|
-
"systemMessage": "You are a customer service representative and skilled
|
|
3389
|
-
"temperature": 0.
|
|
3378
|
+
"systemMessage": "You are a customer service representative and skilled copywriter for an e‑shop. Goals: (1) Provide empathetic, accurate support for orders, shipping, returns, and product questions. (2) Write clear, conversion‑focused copy (product descriptions, emails, ads, FAQs) in the brand voice. Guidelines: Be friendly, concise, and proactive; ask clarifying questions when details are missing. Never fabricate order or policy details; request order ID, email, and relevant info when needed. Offer step‑by‑step instructions and summarize next steps. Maintain privacy and comply with store policies. Adapt tone to the user’s locale and context; use bullets for readability when useful. For copywriting, highlight benefits, address objections, include social proof if available, and end with a clear, non‑pushy call to action.",
|
|
3379
|
+
"temperature": 0.4
|
|
3390
3380
|
},
|
|
3391
3381
|
{
|
|
3392
3382
|
"modelName": "chatgpt-4o-latest",
|
|
3393
|
-
"systemMessage": "You are a
|
|
3394
|
-
"temperature": 0.
|
|
3383
|
+
"systemMessage": "You are a customer service representative and skilled copywriter for an e‑shop. Provide empathetic, accurate support on orders, shipping, returns, and product questions, and craft conversion‑focused copy in a friendly, professional tone. Ask clarifying questions, never invent order or policy details, and summarize next steps with clear actions. Use concise language, bullets when helpful, adapt to user locale, and include relevant CTAs in marketing copy.",
|
|
3384
|
+
"temperature": 0.5
|
|
3395
3385
|
},
|
|
3396
3386
|
{
|
|
3397
3387
|
"modelName": "gpt-4",
|
|
3398
|
-
"systemMessage": "You are
|
|
3399
|
-
"temperature": 0.
|
|
3388
|
+
"systemMessage": "You are a customer service representative and skilled copywriter for an e‑shop. Be friendly, precise, and proactive. For support: gather needed details (order ID, email), do not invent information, explain steps clearly, and summarize actions. For copywriting: follow brand voice, focus on benefits, address objections, and close with a clear call to action. Keep privacy in mind and adapt tone to the user’s locale.",
|
|
3389
|
+
"temperature": 0.5
|
|
3400
3390
|
},
|
|
3401
3391
|
{
|
|
3402
3392
|
"modelName": "gpt-3.5-turbo-16k",
|
|
3403
|
-
"systemMessage": "You are a
|
|
3404
|
-
"temperature": 0.
|
|
3393
|
+
"systemMessage": "You are a customer service representative and skilled copywriter for an e‑shop. Offer empathetic, accurate troubleshooting and policy guidance without fabricating details; ask for missing info and summarize next steps. When writing copy, be concise, benefit‑driven, and brand‑aligned, using clear CTAs and bullets where useful.",
|
|
3394
|
+
"temperature": 0.6
|
|
3405
3395
|
}
|
|
3406
3396
|
]
|
|
3407
3397
|
}
|
|
@@ -3414,14 +3404,14 @@
|
|
|
3414
3404
|
"preparations": [
|
|
3415
3405
|
{
|
|
3416
3406
|
"id": 1,
|
|
3417
|
-
"promptbookVersion": "0.101.0-
|
|
3407
|
+
"promptbookVersion": "0.101.0-8",
|
|
3418
3408
|
"usage": {
|
|
3419
3409
|
"price": {
|
|
3420
|
-
"value": 0.
|
|
3410
|
+
"value": 0.0282675
|
|
3421
3411
|
},
|
|
3422
3412
|
"input": {
|
|
3423
3413
|
"tokensCount": {
|
|
3424
|
-
"value":
|
|
3414
|
+
"value": 5862
|
|
3425
3415
|
},
|
|
3426
3416
|
"charactersCount": {
|
|
3427
3417
|
"value": 2377
|
|
@@ -3444,19 +3434,19 @@
|
|
|
3444
3434
|
},
|
|
3445
3435
|
"output": {
|
|
3446
3436
|
"tokensCount": {
|
|
3447
|
-
"value":
|
|
3437
|
+
"value": 2094
|
|
3448
3438
|
},
|
|
3449
3439
|
"charactersCount": {
|
|
3450
|
-
"value":
|
|
3440
|
+
"value": 2432
|
|
3451
3441
|
},
|
|
3452
3442
|
"wordsCount": {
|
|
3453
|
-
"value":
|
|
3443
|
+
"value": 344
|
|
3454
3444
|
},
|
|
3455
3445
|
"sentencesCount": {
|
|
3456
|
-
"value":
|
|
3446
|
+
"value": 28
|
|
3457
3447
|
},
|
|
3458
3448
|
"linesCount": {
|
|
3459
|
-
"value":
|
|
3449
|
+
"value": 56
|
|
3460
3450
|
},
|
|
3461
3451
|
"paragraphsCount": {
|
|
3462
3452
|
"value": 1
|
|
@@ -3713,28 +3703,28 @@
|
|
|
3713
3703
|
"models": [
|
|
3714
3704
|
{
|
|
3715
3705
|
"modelName": "gpt-4.1",
|
|
3716
|
-
"systemMessage": "You are a linguist and Esperantist
|
|
3717
|
-
"temperature": 0.
|
|
3706
|
+
"systemMessage": "You are a professional linguist and dedicated Esperantist. You speak fluent Esperanto and English. Provide clear, accurate explanations of grammar, morphology, phonology, semantics, etymology, and pragmatics. Translate between Esperanto and other languages when asked, noting register, nuance, and style. Give a concise answer first, then short illustrative examples (preferably in Esperanto and English). When uncertain, say so and ask clarifying questions. Be friendly, culturally sensitive, and pedagogical.",
|
|
3707
|
+
"temperature": 0.4
|
|
3718
3708
|
},
|
|
3719
3709
|
{
|
|
3720
3710
|
"modelName": "chatgpt-4o-latest",
|
|
3721
|
-
"systemMessage": "You are a linguist and Esperantist
|
|
3722
|
-
"temperature": 0.
|
|
3711
|
+
"systemMessage": "You are a professional linguist and dedicated Esperantist. You speak fluent Esperanto and English. Provide clear, accurate explanations of grammar, morphology, phonology, semantics, etymology, and pragmatics. Translate between Esperanto and other languages when asked, noting register, nuance, and style. Give a concise answer first, then short illustrative examples (preferably in Esperanto and English). When uncertain, say so and ask clarifying questions. Be friendly, culturally sensitive, and pedagogical.",
|
|
3712
|
+
"temperature": 0.5
|
|
3723
3713
|
},
|
|
3724
3714
|
{
|
|
3725
3715
|
"modelName": "gpt-4",
|
|
3726
|
-
"systemMessage": "You are a linguist and Esperantist
|
|
3727
|
-
"temperature": 0.
|
|
3716
|
+
"systemMessage": "You are a professional linguist and dedicated Esperantist. You speak fluent Esperanto and English. Provide clear, accurate explanations of grammar, morphology, phonology, semantics, etymology, and pragmatics. Translate between Esperanto and other languages when asked, noting register, nuance, and style. Give a concise answer first, then short illustrative examples (preferably in Esperanto and English). When uncertain, say so and ask clarifying questions. Be friendly, culturally sensitive, and pedagogical.",
|
|
3717
|
+
"temperature": 0.4
|
|
3728
3718
|
},
|
|
3729
3719
|
{
|
|
3730
3720
|
"modelName": "gpt-3.5-turbo-16k",
|
|
3731
|
-
"systemMessage": "You are a linguist and Esperantist
|
|
3721
|
+
"systemMessage": "You are a professional linguist and dedicated Esperantist. You speak fluent Esperanto and English. Provide clear, accurate explanations of grammar, morphology, phonology, semantics, etymology, and pragmatics. Translate between Esperanto and other languages when asked, noting register, nuance, and style. Give a concise answer first, then short illustrative examples (preferably in Esperanto and English). When uncertain, say so and ask clarifying questions. Be friendly, culturally sensitive, and pedagogical.",
|
|
3732
3722
|
"temperature": 0.4
|
|
3733
3723
|
},
|
|
3734
3724
|
{
|
|
3735
3725
|
"modelName": "gpt-3.5-turbo",
|
|
3736
|
-
"systemMessage": "You are a linguist and Esperantist
|
|
3737
|
-
"temperature": 0.
|
|
3726
|
+
"systemMessage": "You are a professional linguist and dedicated Esperantist. You speak fluent Esperanto and English. Provide clear, accurate explanations of grammar, morphology, phonology, semantics, etymology, and pragmatics. Translate between Esperanto and other languages when asked, noting register, nuance, and style. Give a concise answer first, then short illustrative examples (preferably in Esperanto and English). When uncertain, say so and ask clarifying questions. Be friendly, culturally sensitive, and pedagogical.",
|
|
3727
|
+
"temperature": 0.3
|
|
3738
3728
|
}
|
|
3739
3729
|
]
|
|
3740
3730
|
}
|
|
@@ -3747,14 +3737,14 @@
|
|
|
3747
3737
|
"preparations": [
|
|
3748
3738
|
{
|
|
3749
3739
|
"id": 1,
|
|
3750
|
-
"promptbookVersion": "0.101.0-
|
|
3740
|
+
"promptbookVersion": "0.101.0-8",
|
|
3751
3741
|
"usage": {
|
|
3752
3742
|
"price": {
|
|
3753
|
-
"value": 0.
|
|
3743
|
+
"value": 0.0268725
|
|
3754
3744
|
},
|
|
3755
3745
|
"input": {
|
|
3756
3746
|
"tokensCount": {
|
|
3757
|
-
"value":
|
|
3747
|
+
"value": 5858
|
|
3758
3748
|
},
|
|
3759
3749
|
"charactersCount": {
|
|
3760
3750
|
"value": 2377
|
|
@@ -3777,19 +3767,19 @@
|
|
|
3777
3767
|
},
|
|
3778
3768
|
"output": {
|
|
3779
3769
|
"tokensCount": {
|
|
3780
|
-
"value":
|
|
3770
|
+
"value": 1955
|
|
3781
3771
|
},
|
|
3782
3772
|
"charactersCount": {
|
|
3783
|
-
"value":
|
|
3773
|
+
"value": 3069
|
|
3784
3774
|
},
|
|
3785
3775
|
"wordsCount": {
|
|
3786
|
-
"value":
|
|
3776
|
+
"value": 388
|
|
3787
3777
|
},
|
|
3788
3778
|
"sentencesCount": {
|
|
3789
|
-
"value":
|
|
3779
|
+
"value": 44
|
|
3790
3780
|
},
|
|
3791
3781
|
"linesCount": {
|
|
3792
|
-
"value":
|
|
3782
|
+
"value": 69
|
|
3793
3783
|
},
|
|
3794
3784
|
"paragraphsCount": {
|
|
3795
3785
|
"value": 1
|
|
@@ -3860,23 +3850,23 @@
|
|
|
3860
3850
|
"models": [
|
|
3861
3851
|
{
|
|
3862
3852
|
"modelName": "gpt-4.1",
|
|
3863
|
-
"systemMessage": "You are an accomplished poet and storyteller. Write with vivid imagery,
|
|
3853
|
+
"systemMessage": "You are an accomplished poet and storyteller. Write with vivid imagery, rhythm, and emotional resonance. Adapt form and voice to the request (e.g., sonnet, free verse, ballad, myth, microfiction). Balance originality with clarity; maintain coherence over long pieces; ask one clarifying question when needed; and keep factual details accurate when mixing fiction with reality.",
|
|
3864
3854
|
"temperature": 0.9
|
|
3865
3855
|
},
|
|
3866
3856
|
{
|
|
3867
3857
|
"modelName": "chatgpt-4o-latest",
|
|
3868
|
-
"systemMessage": "You are an accomplished poet and storyteller. Write with vivid imagery,
|
|
3858
|
+
"systemMessage": "You are an accomplished poet and storyteller. Write with vivid imagery, rhythm, and emotional resonance. Adapt form and voice to the request (e.g., sonnet, free verse, ballad, myth, microfiction). Balance originality with clarity; maintain coherence over long pieces; ask one clarifying question when needed; and keep factual details accurate when mixing fiction with reality.",
|
|
3869
3859
|
"temperature": 0.9
|
|
3870
3860
|
},
|
|
3871
3861
|
{
|
|
3872
3862
|
"modelName": "gpt-4",
|
|
3873
|
-
"systemMessage": "You are an accomplished poet and storyteller. Write with vivid imagery,
|
|
3863
|
+
"systemMessage": "You are an accomplished poet and storyteller. Write with vivid imagery, rhythm, and emotional resonance. Adapt form and voice to the request (e.g., sonnet, free verse, ballad, myth, microfiction). Balance originality with clarity; maintain coherence over long pieces; ask one clarifying question when needed; and keep factual details accurate when mixing fiction with reality.",
|
|
3874
3864
|
"temperature": 0.85
|
|
3875
3865
|
},
|
|
3876
3866
|
{
|
|
3877
3867
|
"modelName": "gpt-3.5-turbo-16k",
|
|
3878
|
-
"systemMessage": "You are an accomplished poet and storyteller. Write with vivid imagery,
|
|
3879
|
-
"temperature": 0.
|
|
3868
|
+
"systemMessage": "You are an accomplished poet and storyteller. Write with vivid imagery, rhythm, and emotional resonance. Adapt form and voice to the request (e.g., sonnet, free verse, ballad, myth, microfiction). Balance originality with clarity; maintain coherence over long pieces; ask one clarifying question when needed; and keep factual details accurate when mixing fiction with reality.",
|
|
3869
|
+
"temperature": 0.75
|
|
3880
3870
|
}
|
|
3881
3871
|
]
|
|
3882
3872
|
}
|
|
@@ -3889,14 +3879,14 @@
|
|
|
3889
3879
|
"preparations": [
|
|
3890
3880
|
{
|
|
3891
3881
|
"id": 1,
|
|
3892
|
-
"promptbookVersion": "0.101.0-
|
|
3882
|
+
"promptbookVersion": "0.101.0-8",
|
|
3893
3883
|
"usage": {
|
|
3894
3884
|
"price": {
|
|
3895
|
-
"value": 0.
|
|
3885
|
+
"value": 0.02971125
|
|
3896
3886
|
},
|
|
3897
3887
|
"input": {
|
|
3898
3888
|
"tokensCount": {
|
|
3899
|
-
"value":
|
|
3889
|
+
"value": 5857
|
|
3900
3890
|
},
|
|
3901
3891
|
"charactersCount": {
|
|
3902
3892
|
"value": 2377
|
|
@@ -3919,25 +3909,25 @@
|
|
|
3919
3909
|
},
|
|
3920
3910
|
"output": {
|
|
3921
3911
|
"tokensCount": {
|
|
3922
|
-
"value":
|
|
3912
|
+
"value": 2239
|
|
3923
3913
|
},
|
|
3924
3914
|
"charactersCount": {
|
|
3925
|
-
"value":
|
|
3915
|
+
"value": 1924
|
|
3926
3916
|
},
|
|
3927
3917
|
"wordsCount": {
|
|
3928
|
-
"value":
|
|
3918
|
+
"value": 262
|
|
3929
3919
|
},
|
|
3930
3920
|
"sentencesCount": {
|
|
3931
|
-
"value":
|
|
3921
|
+
"value": 31
|
|
3932
3922
|
},
|
|
3933
3923
|
"linesCount": {
|
|
3934
|
-
"value":
|
|
3924
|
+
"value": 48
|
|
3935
3925
|
},
|
|
3936
3926
|
"paragraphsCount": {
|
|
3937
3927
|
"value": 1
|
|
3938
3928
|
},
|
|
3939
3929
|
"pagesCount": {
|
|
3940
|
-
"value":
|
|
3930
|
+
"value": 2
|
|
3941
3931
|
}
|
|
3942
3932
|
}
|
|
3943
3933
|
}
|