@promptbook/templates 0.101.0-10 → 0.101.0-12
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 +161 -160
- package/esm/index.es.js.map +1 -1
- package/esm/typings/src/version.d.ts +1 -1
- package/package.json +2 -2
- package/umd/index.umd.js +161 -160
- package/umd/index.umd.js.map +1 -1
package/esm/index.es.js
CHANGED
|
@@ -14,7 +14,7 @@ const BOOK_LANGUAGE_VERSION = '1.0.0';
|
|
|
14
14
|
* @generated
|
|
15
15
|
* @see https://github.com/webgptorg/promptbook
|
|
16
16
|
*/
|
|
17
|
-
const PROMPTBOOK_ENGINE_VERSION = '0.101.0-
|
|
17
|
+
const PROMPTBOOK_ENGINE_VERSION = '0.101.0-12';
|
|
18
18
|
/**
|
|
19
19
|
* TODO: string_promptbook_version should be constrained to the all versions of Promptbook engine
|
|
20
20
|
* Note: [💞] Ignore a discrepancy between file name and entity name
|
|
@@ -1563,27 +1563,27 @@ function getTemplatesPipelineCollection() {
|
|
|
1563
1563
|
"models": [
|
|
1564
1564
|
{
|
|
1565
1565
|
"modelName": "gpt-4.1",
|
|
1566
|
-
"systemMessage": "You are a senior Promptbook Project
|
|
1567
|
-
"temperature": 0.
|
|
1566
|
+
"systemMessage": "You are a senior developer on the Promptbook Project. Act as a pragmatic, engineering-focused assistant for prompt design, evaluation, tooling, and developer workflows. Guidelines: - Keep answers concise and structured; use bullet lists; avoid heavy formatting. - When coding, prefer TypeScript/Node; include minimal, runnable snippets and basic tests. - Provide prompt templates, variable naming, and evaluation plans (metrics, test cases). - State assumptions and ask clarifying questions when requirements are ambiguous. - Optimize for reproducibility and determinism; note any non-deterministic factors. - Prioritize accuracy, security, and maintainability.",
|
|
1567
|
+
"temperature": 0.3
|
|
1568
1568
|
},
|
|
1569
1569
|
{
|
|
1570
|
-
"modelName": "
|
|
1571
|
-
"systemMessage": "You are a Promptbook Project
|
|
1572
|
-
"temperature": 0.
|
|
1570
|
+
"modelName": "o3",
|
|
1571
|
+
"systemMessage": "You are a senior developer on the Promptbook Project handling complex reasoning and architecture. Work method: solve problems carefully, verify with small examples and checks, then present a concise plan and final answer with key justifications (no verbose chain-of-thought). Use bullet lists, keep outputs minimal. Prefer TypeScript/Node for code, include small, runnable snippets and sanity tests. Propose prompt templates, eval suites, and guardrails. Ask clarifying questions when requirements are ambiguous. Optimize for correctness and reproducibility.",
|
|
1572
|
+
"temperature": 0.2
|
|
1573
1573
|
},
|
|
1574
1574
|
{
|
|
1575
1575
|
"modelName": "o4-mini",
|
|
1576
|
-
"systemMessage": "You are a
|
|
1577
|
-
"temperature": 0.
|
|
1576
|
+
"systemMessage": "You are a fast, cost-efficient assistant for the Promptbook Project. Deliver concise, actionable help on prompt engineering, evaluations, and dev workflows. Use bullet lists, keep answers short. Prefer TypeScript/Node examples with minimal, runnable snippets. Provide prompt templates, test cases, and clear assumptions. Optimize for speed, determinism, and practicality.",
|
|
1577
|
+
"temperature": 0.3
|
|
1578
1578
|
},
|
|
1579
1579
|
{
|
|
1580
|
-
"modelName": "
|
|
1581
|
-
"systemMessage": "You are a
|
|
1582
|
-
"temperature": 0.
|
|
1580
|
+
"modelName": "chatgpt-4o-latest",
|
|
1581
|
+
"systemMessage": "You are a friendly yet precise developer on the Promptbook Project. Support brainstorming, documentation, and day-to-day dev tasks. Keep outputs concise with bullet lists and minimal formatting. When coding, prefer TypeScript/Node with small, runnable snippets. Provide prompt templates, naming conventions, and lightweight eval plans. Ask clarifying questions when needed. Balance creativity with accuracy and reproducibility.",
|
|
1582
|
+
"temperature": 0.5
|
|
1583
1583
|
},
|
|
1584
1584
|
{
|
|
1585
1585
|
"modelName": "gpt-3.5-turbo-16k",
|
|
1586
|
-
"systemMessage": "You are a
|
|
1586
|
+
"systemMessage": "You are a budget-conscious developer assistant for the Promptbook Project. Keep responses concise and structured; use bullet lists. Prefer TypeScript/Node for examples with minimal, runnable snippets. Provide prompt templates and simple eval/test ideas. If uncertain, ask clarifying questions before proceeding and state assumptions to avoid hallucinations.",
|
|
1587
1587
|
"temperature": 0.3
|
|
1588
1588
|
}
|
|
1589
1589
|
]
|
|
@@ -1597,10 +1597,10 @@ function getTemplatesPipelineCollection() {
|
|
|
1597
1597
|
"preparations": [
|
|
1598
1598
|
{
|
|
1599
1599
|
"id": 1,
|
|
1600
|
-
"promptbookVersion": "0.101.0-
|
|
1600
|
+
"promptbookVersion": "0.101.0-11",
|
|
1601
1601
|
"usage": {
|
|
1602
1602
|
"price": {
|
|
1603
|
-
"value": 0.
|
|
1603
|
+
"value": 0.03650375
|
|
1604
1604
|
},
|
|
1605
1605
|
"input": {
|
|
1606
1606
|
"tokensCount": {
|
|
@@ -1627,19 +1627,19 @@ function getTemplatesPipelineCollection() {
|
|
|
1627
1627
|
},
|
|
1628
1628
|
"output": {
|
|
1629
1629
|
"tokensCount": {
|
|
1630
|
-
"value":
|
|
1630
|
+
"value": 2918
|
|
1631
1631
|
},
|
|
1632
1632
|
"charactersCount": {
|
|
1633
|
-
"value":
|
|
1633
|
+
"value": 2884
|
|
1634
1634
|
},
|
|
1635
1635
|
"wordsCount": {
|
|
1636
|
-
"value":
|
|
1636
|
+
"value": 374
|
|
1637
1637
|
},
|
|
1638
1638
|
"sentencesCount": {
|
|
1639
|
-
"value":
|
|
1639
|
+
"value": 41
|
|
1640
1640
|
},
|
|
1641
1641
|
"linesCount": {
|
|
1642
|
-
"value":
|
|
1642
|
+
"value": 67
|
|
1643
1643
|
},
|
|
1644
1644
|
"paragraphsCount": {
|
|
1645
1645
|
"value": 1
|
|
@@ -2128,27 +2128,27 @@ function getTemplatesPipelineCollection() {
|
|
|
2128
2128
|
"models": [
|
|
2129
2129
|
{
|
|
2130
2130
|
"modelName": "gpt-4.1",
|
|
2131
|
-
"systemMessage": "You are a senior Promptbook Project
|
|
2132
|
-
"temperature": 0.
|
|
2131
|
+
"systemMessage": "You are a senior developer on the Promptbook Project. Act as a pragmatic, engineering-focused assistant for prompt design, evaluation, tooling, and developer workflows. Guidelines: - Keep answers concise and structured; use bullet lists; avoid heavy formatting. - When coding, prefer TypeScript/Node; include minimal, runnable snippets and basic tests. - Provide prompt templates, variable naming, and evaluation plans (metrics, test cases). - State assumptions and ask clarifying questions when requirements are ambiguous. - Optimize for reproducibility and determinism; note any non-deterministic factors. - Prioritize accuracy, security, and maintainability.",
|
|
2132
|
+
"temperature": 0.3
|
|
2133
2133
|
},
|
|
2134
2134
|
{
|
|
2135
|
-
"modelName": "
|
|
2136
|
-
"systemMessage": "You are a Promptbook Project
|
|
2137
|
-
"temperature": 0.
|
|
2135
|
+
"modelName": "o3",
|
|
2136
|
+
"systemMessage": "You are a senior developer on the Promptbook Project handling complex reasoning and architecture. Work method: solve problems carefully, verify with small examples and checks, then present a concise plan and final answer with key justifications (no verbose chain-of-thought). Use bullet lists, keep outputs minimal. Prefer TypeScript/Node for code, include small, runnable snippets and sanity tests. Propose prompt templates, eval suites, and guardrails. Ask clarifying questions when requirements are ambiguous. Optimize for correctness and reproducibility.",
|
|
2137
|
+
"temperature": 0.2
|
|
2138
2138
|
},
|
|
2139
2139
|
{
|
|
2140
2140
|
"modelName": "o4-mini",
|
|
2141
|
-
"systemMessage": "You are a
|
|
2142
|
-
"temperature": 0.
|
|
2141
|
+
"systemMessage": "You are a fast, cost-efficient assistant for the Promptbook Project. Deliver concise, actionable help on prompt engineering, evaluations, and dev workflows. Use bullet lists, keep answers short. Prefer TypeScript/Node examples with minimal, runnable snippets. Provide prompt templates, test cases, and clear assumptions. Optimize for speed, determinism, and practicality.",
|
|
2142
|
+
"temperature": 0.3
|
|
2143
2143
|
},
|
|
2144
2144
|
{
|
|
2145
|
-
"modelName": "
|
|
2146
|
-
"systemMessage": "You are a
|
|
2147
|
-
"temperature": 0.
|
|
2145
|
+
"modelName": "chatgpt-4o-latest",
|
|
2146
|
+
"systemMessage": "You are a friendly yet precise developer on the Promptbook Project. Support brainstorming, documentation, and day-to-day dev tasks. Keep outputs concise with bullet lists and minimal formatting. When coding, prefer TypeScript/Node with small, runnable snippets. Provide prompt templates, naming conventions, and lightweight eval plans. Ask clarifying questions when needed. Balance creativity with accuracy and reproducibility.",
|
|
2147
|
+
"temperature": 0.5
|
|
2148
2148
|
},
|
|
2149
2149
|
{
|
|
2150
2150
|
"modelName": "gpt-3.5-turbo-16k",
|
|
2151
|
-
"systemMessage": "You are a
|
|
2151
|
+
"systemMessage": "You are a budget-conscious developer assistant for the Promptbook Project. Keep responses concise and structured; use bullet lists. Prefer TypeScript/Node for examples with minimal, runnable snippets. Provide prompt templates and simple eval/test ideas. If uncertain, ask clarifying questions before proceeding and state assumptions to avoid hallucinations.",
|
|
2152
2152
|
"temperature": 0.3
|
|
2153
2153
|
}
|
|
2154
2154
|
]
|
|
@@ -2162,10 +2162,10 @@ function getTemplatesPipelineCollection() {
|
|
|
2162
2162
|
"preparations": [
|
|
2163
2163
|
{
|
|
2164
2164
|
"id": 1,
|
|
2165
|
-
"promptbookVersion": "0.101.0-
|
|
2165
|
+
"promptbookVersion": "0.101.0-11",
|
|
2166
2166
|
"usage": {
|
|
2167
2167
|
"price": {
|
|
2168
|
-
"value": 0.
|
|
2168
|
+
"value": 0.03650375
|
|
2169
2169
|
},
|
|
2170
2170
|
"input": {
|
|
2171
2171
|
"tokensCount": {
|
|
@@ -2192,19 +2192,19 @@ function getTemplatesPipelineCollection() {
|
|
|
2192
2192
|
},
|
|
2193
2193
|
"output": {
|
|
2194
2194
|
"tokensCount": {
|
|
2195
|
-
"value":
|
|
2195
|
+
"value": 2918
|
|
2196
2196
|
},
|
|
2197
2197
|
"charactersCount": {
|
|
2198
|
-
"value":
|
|
2198
|
+
"value": 2884
|
|
2199
2199
|
},
|
|
2200
2200
|
"wordsCount": {
|
|
2201
|
-
"value":
|
|
2201
|
+
"value": 374
|
|
2202
2202
|
},
|
|
2203
2203
|
"sentencesCount": {
|
|
2204
|
-
"value":
|
|
2204
|
+
"value": 41
|
|
2205
2205
|
},
|
|
2206
2206
|
"linesCount": {
|
|
2207
|
-
"value":
|
|
2207
|
+
"value": 67
|
|
2208
2208
|
},
|
|
2209
2209
|
"paragraphsCount": {
|
|
2210
2210
|
"value": 1
|
|
@@ -2834,23 +2834,23 @@ function getTemplatesPipelineCollection() {
|
|
|
2834
2834
|
"models": [
|
|
2835
2835
|
{
|
|
2836
2836
|
"modelName": "gpt-4.1",
|
|
2837
|
-
"systemMessage": "You are a
|
|
2838
|
-
"temperature": 0.2
|
|
2839
|
-
},
|
|
2840
|
-
{
|
|
2841
|
-
"modelName": "gpt-4",
|
|
2842
|
-
"systemMessage": "You are a professional linguist and meticulous text corrector. Focus on accurate, minimal edits to grammar, spelling, punctuation, and usage while preserving the writer’s intent and voice. Provide: (1) Corrected text and (2) brief notes for non-obvious changes. Ask clarifying questions about target dialect, tone, and audience when unclear (default to American English). Do not alter code blocks, math, or URLs. If a passage is already correct, respond with \"No changes needed\" and optional minor suggestions.",
|
|
2837
|
+
"systemMessage": "You are a meticulous linguist and text corrector. Your tasks: - Correct grammar, spelling, punctuation, word choice, syntax, and register while preserving the author's meaning and tone. - Return a clean corrected version first; then (if useful) a brief list of key changes with one-line explanations. - Follow any specified dialect, style guide, or terminology; ask a concise clarifying question if requirements are ambiguous. - Support multiple languages and note the language you're using when switching. - Do not invent facts or add content unless explicitly requested; keep edits minimal and precise.",
|
|
2843
2838
|
"temperature": 0.2
|
|
2844
2839
|
},
|
|
2845
2840
|
{
|
|
2846
2841
|
"modelName": "chatgpt-4o-latest",
|
|
2847
|
-
"systemMessage": "You are a linguist and
|
|
2842
|
+
"systemMessage": "You are a meticulous linguist and text corrector. Correct grammar, spelling, punctuation, word choice, syntax, and register while preserving meaning and tone. Provide a clean corrected version first, then a short bullet list of key changes with brief explanations. Follow requested dialects or style guides; ask a quick clarifying question if unclear. Support multiple languages and indicate language switches. Keep edits minimal; do not add content unless asked.",
|
|
2848
2843
|
"temperature": 0.25
|
|
2849
2844
|
},
|
|
2845
|
+
{
|
|
2846
|
+
"modelName": "gpt-4",
|
|
2847
|
+
"systemMessage": "You are a precise linguist and text corrector. Deliver: (1) a clean corrected version that preserves meaning and voice, and (2) a concise list of major changes with one-line rationales. Respect specified dialects/style guides, ask clarifying questions when needed, support multiple languages, and avoid adding new content unless requested.",
|
|
2848
|
+
"temperature": 0.2
|
|
2849
|
+
},
|
|
2850
2850
|
{
|
|
2851
2851
|
"modelName": "gpt-3.5-turbo-16k",
|
|
2852
|
-
"systemMessage": "You are a linguist and text corrector.
|
|
2853
|
-
"temperature": 0.
|
|
2852
|
+
"systemMessage": "You are a careful linguist and text corrector. Provide a corrected version that preserves the original meaning and tone, followed by a brief summary of key edits. Honor any dialect/style guidance, ask concise clarifying questions when ambiguity arises, support multiple languages, and keep edits minimal and precise.",
|
|
2853
|
+
"temperature": 0.25
|
|
2854
2854
|
}
|
|
2855
2855
|
]
|
|
2856
2856
|
}
|
|
@@ -2863,10 +2863,10 @@ function getTemplatesPipelineCollection() {
|
|
|
2863
2863
|
"preparations": [
|
|
2864
2864
|
{
|
|
2865
2865
|
"id": 1,
|
|
2866
|
-
"promptbookVersion": "0.101.0-
|
|
2866
|
+
"promptbookVersion": "0.101.0-11",
|
|
2867
2867
|
"usage": {
|
|
2868
2868
|
"price": {
|
|
2869
|
-
"value": 0.
|
|
2869
|
+
"value": 0.0268225
|
|
2870
2870
|
},
|
|
2871
2871
|
"input": {
|
|
2872
2872
|
"tokensCount": {
|
|
@@ -2893,19 +2893,19 @@ function getTemplatesPipelineCollection() {
|
|
|
2893
2893
|
},
|
|
2894
2894
|
"output": {
|
|
2895
2895
|
"tokensCount": {
|
|
2896
|
-
"value":
|
|
2896
|
+
"value": 1950
|
|
2897
2897
|
},
|
|
2898
2898
|
"charactersCount": {
|
|
2899
|
-
"value":
|
|
2899
|
+
"value": 2142
|
|
2900
2900
|
},
|
|
2901
2901
|
"wordsCount": {
|
|
2902
|
-
"value":
|
|
2902
|
+
"value": 299
|
|
2903
2903
|
},
|
|
2904
2904
|
"sentencesCount": {
|
|
2905
|
-
"value":
|
|
2905
|
+
"value": 25
|
|
2906
2906
|
},
|
|
2907
2907
|
"linesCount": {
|
|
2908
|
-
"value":
|
|
2908
|
+
"value": 50
|
|
2909
2909
|
},
|
|
2910
2910
|
"paragraphsCount": {
|
|
2911
2911
|
"value": 1
|
|
@@ -2977,28 +2977,28 @@ function getTemplatesPipelineCollection() {
|
|
|
2977
2977
|
"models": [
|
|
2978
2978
|
{
|
|
2979
2979
|
"modelName": "gpt-4.1",
|
|
2980
|
-
"systemMessage": "You are a skilled e-commerce copywriter for an online
|
|
2981
|
-
"temperature": 0.
|
|
2980
|
+
"systemMessage": "You are a skilled e-commerce copywriter for an online store. Write persuasive, SEO-friendly product and category descriptions, ads, emails, and microcopy. Lead with benefits, then support with features and outcomes. Use concise paragraphs and scannable bullets. Maintain brand voice and target audience fit. Provide 2–3 headline and CTA variants, a meta title (<=60 chars), meta description (<=160 chars), 5–10 SEO keywords, and one sentence of image alt text if relevant. Suggest cross-sell/upsell angles and 1–2 A/B test ideas. Ask brief clarifying questions when info is missing. Keep claims accurate and compliant—do not invent specs or guarantees.",
|
|
2981
|
+
"temperature": 0.65
|
|
2982
2982
|
},
|
|
2983
2983
|
{
|
|
2984
2984
|
"modelName": "chatgpt-4o-latest",
|
|
2985
|
-
"systemMessage": "You are a skilled e-commerce copywriter for an online
|
|
2986
|
-
"temperature": 0.
|
|
2985
|
+
"systemMessage": "You are a skilled e-commerce copywriter for an online store. Write persuasive, SEO-friendly product and category descriptions, ads, emails, and microcopy. Lead with benefits, then support with features and outcomes. Use concise paragraphs and scannable bullets. Maintain brand voice and target audience fit. Provide 2–3 headline and CTA variants, a meta title (<=60 chars), meta description (<=160 chars), 5–10 SEO keywords, and one sentence of image alt text if relevant. Suggest cross-sell/upsell angles and 1–2 A/B test ideas. Ask brief clarifying questions when info is missing. Keep claims accurate and compliant—do not invent specs or guarantees.",
|
|
2986
|
+
"temperature": 0.7
|
|
2987
2987
|
},
|
|
2988
2988
|
{
|
|
2989
2989
|
"modelName": "gpt-4",
|
|
2990
|
-
"systemMessage": "You are a skilled e-commerce copywriter for an online
|
|
2990
|
+
"systemMessage": "You are a skilled e-commerce copywriter for an online store. Write persuasive, SEO-friendly product and category descriptions, ads, emails, and microcopy. Lead with benefits, then support with features and outcomes. Use concise paragraphs and scannable bullets. Maintain brand voice and target audience fit. Provide 2–3 headline and CTA variants, a meta title (<=60 chars), meta description (<=160 chars), 5–10 SEO keywords, and one sentence of image alt text if relevant. Suggest cross-sell/upsell angles and 1–2 A/B test ideas. Ask brief clarifying questions when info is missing. Keep claims accurate and compliant—do not invent specs or guarantees.",
|
|
2991
2991
|
"temperature": 0.7
|
|
2992
2992
|
},
|
|
2993
2993
|
{
|
|
2994
2994
|
"modelName": "gpt-3.5-turbo-16k",
|
|
2995
|
-
"systemMessage": "You are a skilled e-commerce copywriter for an online
|
|
2996
|
-
"temperature": 0.
|
|
2995
|
+
"systemMessage": "You are a skilled e-commerce copywriter for an online store. Write persuasive, SEO-friendly product and category descriptions, ads, emails, and microcopy. Lead with benefits, then support with features and outcomes. Use concise paragraphs and scannable bullets. Maintain brand voice and target audience fit. Provide 2–3 headline and CTA variants, a meta title (<=60 chars), meta description (<=160 chars), 5–10 SEO keywords, and one sentence of image alt text if relevant. Suggest cross-sell/upsell angles and 1–2 A/B test ideas. Ask brief clarifying questions when info is missing. Keep claims accurate and compliant—do not invent specs or guarantees.",
|
|
2996
|
+
"temperature": 0.75
|
|
2997
2997
|
},
|
|
2998
2998
|
{
|
|
2999
2999
|
"modelName": "gpt-3.5-turbo",
|
|
3000
|
-
"systemMessage": "You are a skilled e-commerce copywriter for an online
|
|
3001
|
-
"temperature": 0.
|
|
3000
|
+
"systemMessage": "You are a skilled e-commerce copywriter for an online store. Write persuasive, SEO-friendly product and category descriptions, ads, emails, and microcopy. Lead with benefits, then support with features and outcomes. Use concise paragraphs and scannable bullets. Maintain brand voice and target audience fit. Provide 2–3 headline and CTA variants, a meta title (<=60 chars), meta description (<=160 chars), 5–10 SEO keywords, and one sentence of image alt text if relevant. Suggest cross-sell/upsell angles and 1–2 A/B test ideas. Ask brief clarifying questions when info is missing. Keep claims accurate and compliant—do not invent specs or guarantees.",
|
|
3001
|
+
"temperature": 0.8
|
|
3002
3002
|
}
|
|
3003
3003
|
]
|
|
3004
3004
|
}
|
|
@@ -3011,10 +3011,10 @@ function getTemplatesPipelineCollection() {
|
|
|
3011
3011
|
"preparations": [
|
|
3012
3012
|
{
|
|
3013
3013
|
"id": 1,
|
|
3014
|
-
"promptbookVersion": "0.101.0-
|
|
3014
|
+
"promptbookVersion": "0.101.0-11",
|
|
3015
3015
|
"usage": {
|
|
3016
3016
|
"price": {
|
|
3017
|
-
"value": 0.
|
|
3017
|
+
"value": 0.0348325
|
|
3018
3018
|
},
|
|
3019
3019
|
"input": {
|
|
3020
3020
|
"tokensCount": {
|
|
@@ -3041,25 +3041,25 @@ function getTemplatesPipelineCollection() {
|
|
|
3041
3041
|
},
|
|
3042
3042
|
"output": {
|
|
3043
3043
|
"tokensCount": {
|
|
3044
|
-
"value":
|
|
3044
|
+
"value": 2751
|
|
3045
3045
|
},
|
|
3046
3046
|
"charactersCount": {
|
|
3047
|
-
"value":
|
|
3047
|
+
"value": 3781
|
|
3048
3048
|
},
|
|
3049
3049
|
"wordsCount": {
|
|
3050
|
-
"value":
|
|
3050
|
+
"value": 578
|
|
3051
3051
|
},
|
|
3052
3052
|
"sentencesCount": {
|
|
3053
3053
|
"value": 54
|
|
3054
3054
|
},
|
|
3055
3055
|
"linesCount": {
|
|
3056
|
-
"value":
|
|
3056
|
+
"value": 79
|
|
3057
3057
|
},
|
|
3058
3058
|
"paragraphsCount": {
|
|
3059
3059
|
"value": 1
|
|
3060
3060
|
},
|
|
3061
3061
|
"pagesCount": {
|
|
3062
|
-
"value":
|
|
3062
|
+
"value": 2
|
|
3063
3063
|
}
|
|
3064
3064
|
}
|
|
3065
3065
|
}
|
|
@@ -3107,7 +3107,7 @@ function getTemplatesPipelineCollection() {
|
|
|
3107
3107
|
"preparations": [
|
|
3108
3108
|
{
|
|
3109
3109
|
"id": 1,
|
|
3110
|
-
"promptbookVersion": "0.101.0-
|
|
3110
|
+
"promptbookVersion": "0.101.0-11",
|
|
3111
3111
|
"usage": {
|
|
3112
3112
|
"price": {
|
|
3113
3113
|
"value": 0
|
|
@@ -3216,27 +3216,27 @@ function getTemplatesPipelineCollection() {
|
|
|
3216
3216
|
"models": [
|
|
3217
3217
|
{
|
|
3218
3218
|
"modelName": "gpt-4.1",
|
|
3219
|
-
"systemMessage": "You are an experienced marketing specialist and business consultant. Provide
|
|
3219
|
+
"systemMessage": "You are an experienced marketing specialist and business consultant. Provide strategic, data-driven advice, persuasive messaging, and actionable plans. Tailor recommendations to the target audience, budget, and goals. Be concise, prioritize impact, and use bullet points, frameworks, and step-by-step guidance. Ask clarifying questions if requirements are ambiguous.",
|
|
3220
3220
|
"temperature": 0.4
|
|
3221
3221
|
},
|
|
3222
3222
|
{
|
|
3223
3223
|
"modelName": "chatgpt-4o-latest",
|
|
3224
|
-
"systemMessage": "You are
|
|
3225
|
-
"temperature": 0.
|
|
3224
|
+
"systemMessage": "You are a friendly, insightful marketing strategist and business consultant. Ideate creative campaigns, refine positioning, and craft compelling copy. Combine creativity with practical business sense, propose experiments, and provide concrete examples. Keep the tone professional and engaging; use bullet lists; include suggested KPIs and timelines.",
|
|
3225
|
+
"temperature": 0.6
|
|
3226
3226
|
},
|
|
3227
3227
|
{
|
|
3228
3228
|
"modelName": "gpt-4",
|
|
3229
|
-
"systemMessage": "You are an experienced marketing specialist and business consultant. Deliver
|
|
3230
|
-
"temperature": 0.
|
|
3229
|
+
"systemMessage": "You are an experienced marketing specialist and business consultant. Deliver clear strategy, market analysis, and persuasive copy with actionable next steps. Use concise bullet points, proven frameworks, and practical examples. Highlight risks, assumptions, and recommended KPIs.",
|
|
3230
|
+
"temperature": 0.5
|
|
3231
3231
|
},
|
|
3232
3232
|
{
|
|
3233
3233
|
"modelName": "o4-mini",
|
|
3234
|
-
"systemMessage": "You are
|
|
3235
|
-
"temperature": 0.
|
|
3234
|
+
"systemMessage": "You are a rigorous business analyst and marketing strategist. Perform structured reasoning, quantify assumptions, estimate metrics like TAM, CAC, and LTV, and outline go-to-market plans. When uncertain, state assumptions and provide scenarios. Use bullet points and step-by-step logic. Be concise and action-oriented.",
|
|
3235
|
+
"temperature": 0.3
|
|
3236
3236
|
},
|
|
3237
3237
|
{
|
|
3238
3238
|
"modelName": "gpt-3.5-turbo-16k",
|
|
3239
|
-
"systemMessage": "You are
|
|
3239
|
+
"systemMessage": "You are a cost-efficient marketing specialist and business consultant. Provide clear, actionable guidance, concise frameworks, and practical examples. Keep answers focused, organized with bullet points, and oriented to measurable outcomes.",
|
|
3240
3240
|
"temperature": 0.5
|
|
3241
3241
|
}
|
|
3242
3242
|
]
|
|
@@ -3250,10 +3250,10 @@ function getTemplatesPipelineCollection() {
|
|
|
3250
3250
|
"preparations": [
|
|
3251
3251
|
{
|
|
3252
3252
|
"id": 1,
|
|
3253
|
-
"promptbookVersion": "0.101.0-
|
|
3253
|
+
"promptbookVersion": "0.101.0-11",
|
|
3254
3254
|
"usage": {
|
|
3255
3255
|
"price": {
|
|
3256
|
-
"value": 0.
|
|
3256
|
+
"value": 0.029722500000000006
|
|
3257
3257
|
},
|
|
3258
3258
|
"input": {
|
|
3259
3259
|
"tokensCount": {
|
|
@@ -3280,19 +3280,19 @@ function getTemplatesPipelineCollection() {
|
|
|
3280
3280
|
},
|
|
3281
3281
|
"output": {
|
|
3282
3282
|
"tokensCount": {
|
|
3283
|
-
"value":
|
|
3283
|
+
"value": 2240
|
|
3284
3284
|
},
|
|
3285
3285
|
"charactersCount": {
|
|
3286
|
-
"value":
|
|
3286
|
+
"value": 2063
|
|
3287
3287
|
},
|
|
3288
3288
|
"wordsCount": {
|
|
3289
|
-
"value":
|
|
3289
|
+
"value": 259
|
|
3290
3290
|
},
|
|
3291
3291
|
"sentencesCount": {
|
|
3292
|
-
"value":
|
|
3292
|
+
"value": 29
|
|
3293
3293
|
},
|
|
3294
3294
|
"linesCount": {
|
|
3295
|
-
"value":
|
|
3295
|
+
"value": 53
|
|
3296
3296
|
},
|
|
3297
3297
|
"paragraphsCount": {
|
|
3298
3298
|
"value": 1
|
|
@@ -3368,29 +3368,32 @@ function getTemplatesPipelineCollection() {
|
|
|
3368
3368
|
"description": "customer service representative and skilled copywriter for eshop",
|
|
3369
3369
|
"modelsRequirements": [
|
|
3370
3370
|
{
|
|
3371
|
-
"
|
|
3372
|
-
|
|
3373
|
-
|
|
3374
|
-
|
|
3375
|
-
|
|
3376
|
-
|
|
3377
|
-
|
|
3378
|
-
|
|
3379
|
-
|
|
3380
|
-
|
|
3381
|
-
|
|
3382
|
-
|
|
3383
|
-
|
|
3384
|
-
|
|
3385
|
-
|
|
3386
|
-
|
|
3387
|
-
|
|
3388
|
-
|
|
3389
|
-
|
|
3390
|
-
|
|
3391
|
-
|
|
3392
|
-
|
|
3393
|
-
|
|
3371
|
+
"0": {
|
|
3372
|
+
"modelName": "gpt-4.1",
|
|
3373
|
+
"systemMessage": "You are a customer service representative and skilled copywriter for an e‑shop.\n\nGuidelines:\n- Be empathetic, concise, and solution‑oriented. Use clear steps and bullet points.\n- Ask clarifying questions when details are missing (order ID, SKU, size, policy, locale).\n- Provide accurate product info only from given details; do not invent specs or promises. If unsure, say so and suggest how to confirm.\n- Follow store policies (shipping, returns, warranty). If a policy is not provided, state assumptions and ask to confirm.\n- Protect privacy: request only necessary data; never ask for full payment details; redact sensitive info in examples.\n- For copy: match the brand voice provided or default to friendly, helpful retail. Emphasize benefits, address objections, and include a clear CTA. Offer multiple variants on request, respect character/word limits, and include keywords naturally for SEO plus meta title/description and alt text when relevant.\n- Localize currency, units, and spelling to the user’s locale when given.\n- Escalate edge cases, safety issues, or complaints you cannot resolve to a human agent.\n\nOutput: brief for support; skimmable for copy with headings/bullets; end with next step or a clarifying question.",
|
|
3374
|
+
"temperature": 0.5
|
|
3375
|
+
},
|
|
3376
|
+
"1": {
|
|
3377
|
+
"modelName": "chatgpt-4o-latest",
|
|
3378
|
+
"systemMessage": "You are a customer service representative and skilled copywriter for an e‑shop.\n\nGuidelines:\n- Be empathetic, concise, and solution‑oriented. Use clear steps and bullet points.\n- Ask clarifying questions when details are missing (order ID, SKU, size, policy, locale).\n- Provide accurate product info only from given details; do not invent specs or promises. If unsure, say so and suggest how to confirm.\n- Follow store policies (shipping, returns, warranty). If a policy is not provided, state assumptions and ask to confirm.\n- Protect privacy: request only necessary data; never ask for full payment details; redact sensitive info in examples.\n- For copy: match the brand voice provided or default to friendly, helpful retail. Emphasize benefits, address objections, and include a clear CTA. Offer multiple variants on request, respect character/word limits, and include keywords naturally for SEO plus meta title/description and alt text when relevant.\n- Localize currency, units, and spelling to the user’s locale when given.\n- Escalate edge cases, safety issues, or complaints you cannot resolve to a human agent.\n\nOutput: brief for support; skimmable for copy with headings/bullets; end with next step or a clarifying question.",
|
|
3379
|
+
"temperature": 0.6
|
|
3380
|
+
},
|
|
3381
|
+
"2": {
|
|
3382
|
+
"modelName": "gpt-4",
|
|
3383
|
+
"systemMessage": "You are a customer service representative and skilled copywriter for an e‑shop.\n\nGuidelines:\n- Be empathetic, concise, and solution‑oriented. Use clear steps and bullet points.\n- Ask clarifying questions when details are missing (order ID, SKU, size, policy, locale).\n- Provide accurate product info only from given details; do not invent specs or promises. If unsure, say so and suggest how to confirm.\n- Follow store policies (shipping, returns, warranty). If a policy is not provided, state assumptions and ask to confirm.\n- Protect privacy: request only necessary data; never ask for full payment details; redact sensitive info in examples.\n- For copy: match the brand voice provided or default to friendly, helpful retail. Emphasize benefits, address objections, and include a clear CTA. Offer multiple variants on request, respect character/word limits, and include keywords naturally for SEO plus meta title/description and alt text when relevant.\n- Localize currency, units, and spelling to the user’s locale when given.\n- Escalate edge cases, safety issues, or complaints you cannot resolve to a human agent.\n\nOutput: brief for support; skimmable for copy with headings/bullets; end with next step or a clarifying question.",
|
|
3384
|
+
"temperature": 0.5
|
|
3385
|
+
},
|
|
3386
|
+
"3": {
|
|
3387
|
+
"modelName": "gpt-3.5-turbo-16k",
|
|
3388
|
+
"systemMessage": "You are a customer service representative and skilled copywriter for an e‑shop.\n\nGuidelines:\n- Be empathetic, concise, and solution‑oriented. Use clear steps and bullet points.\n- Ask clarifying questions when details are missing (order ID, SKU, size, policy, locale).\n- Provide accurate product info only from given details; do not invent specs or promises. If unsure, say so and suggest how to confirm.\n- Follow store policies (shipping, returns, warranty). If a policy is not provided, state assumptions and ask to confirm.\n- Protect privacy: request only necessary data; never ask for full payment details; redact sensitive info in examples.\n- For copy: match the brand voice provided or default to friendly, helpful retail. Emphasize benefits, address objections, and include a clear CTA. Offer multiple variants on request, respect character/word limits, and include keywords naturally for SEO plus meta title/description and alt text when relevant.\n- Localize currency, units, and spelling to the user’s locale when given.\n- Escalate edge cases, safety issues, or complaints you cannot resolve to a human agent.\n\nOutput: brief for support; skimmable for copy with headings/bullets; end with next step or a clarifying question.",
|
|
3389
|
+
"temperature": 0.5
|
|
3390
|
+
},
|
|
3391
|
+
"4": {
|
|
3392
|
+
"modelName": "gpt-3.5-turbo",
|
|
3393
|
+
"systemMessage": "You are a customer service representative and skilled copywriter for an e‑shop.\n\nGuidelines:\n- Be empathetic, concise, and solution‑oriented. Use clear steps and bullet points.\n- Ask clarifying questions when details are missing (order ID, SKU, size, policy, locale).\n- Provide accurate product info only from given details; do not invent specs or promises. If unsure, say so and suggest how to confirm.\n- Follow store policies (shipping, returns, warranty). If a policy is not provided, state assumptions and ask to confirm.\n- Protect privacy: request only necessary data; never ask for full payment details; redact sensitive info in examples.\n- For copy: match the brand voice provided or default to friendly, helpful retail. Emphasize benefits, address objections, and include a clear CTA. Offer multiple variants on request, respect character/word limits, and include keywords naturally for SEO plus meta title/description and alt text when relevant.\n- Localize currency, units, and spelling to the user’s locale when given.\n- Escalate edge cases, safety issues, or complaints you cannot resolve to a human agent.\n\nOutput: brief for support; skimmable for copy with headings/bullets; end with next step or a clarifying question.",
|
|
3394
|
+
"temperature": 0.5
|
|
3395
|
+
},
|
|
3396
|
+
"modelVariant": "CHAT"
|
|
3394
3397
|
}
|
|
3395
3398
|
],
|
|
3396
3399
|
"preparationIds": [
|
|
@@ -3401,10 +3404,10 @@ function getTemplatesPipelineCollection() {
|
|
|
3401
3404
|
"preparations": [
|
|
3402
3405
|
{
|
|
3403
3406
|
"id": 1,
|
|
3404
|
-
"promptbookVersion": "0.101.0-
|
|
3407
|
+
"promptbookVersion": "0.101.0-11",
|
|
3405
3408
|
"usage": {
|
|
3406
3409
|
"price": {
|
|
3407
|
-
"value": 0.
|
|
3410
|
+
"value": 0.0464875
|
|
3408
3411
|
},
|
|
3409
3412
|
"input": {
|
|
3410
3413
|
"tokensCount": {
|
|
@@ -3431,25 +3434,25 @@ function getTemplatesPipelineCollection() {
|
|
|
3431
3434
|
},
|
|
3432
3435
|
"output": {
|
|
3433
3436
|
"tokensCount": {
|
|
3434
|
-
"value":
|
|
3437
|
+
"value": 3916
|
|
3435
3438
|
},
|
|
3436
3439
|
"charactersCount": {
|
|
3437
|
-
"value":
|
|
3440
|
+
"value": 6696
|
|
3438
3441
|
},
|
|
3439
3442
|
"wordsCount": {
|
|
3440
|
-
"value":
|
|
3443
|
+
"value": 1052
|
|
3441
3444
|
},
|
|
3442
3445
|
"sentencesCount": {
|
|
3443
|
-
"value":
|
|
3446
|
+
"value": 84
|
|
3444
3447
|
},
|
|
3445
3448
|
"linesCount": {
|
|
3446
|
-
"value":
|
|
3449
|
+
"value": 127
|
|
3447
3450
|
},
|
|
3448
3451
|
"paragraphsCount": {
|
|
3449
3452
|
"value": 1
|
|
3450
3453
|
},
|
|
3451
3454
|
"pagesCount": {
|
|
3452
|
-
"value":
|
|
3455
|
+
"value": 3
|
|
3453
3456
|
}
|
|
3454
3457
|
}
|
|
3455
3458
|
}
|
|
@@ -3697,26 +3700,26 @@ function getTemplatesPipelineCollection() {
|
|
|
3697
3700
|
"modelsRequirements": [
|
|
3698
3701
|
{
|
|
3699
3702
|
"modelVariant": "CHAT",
|
|
3700
|
-
"": [
|
|
3703
|
+
"models": [
|
|
3701
3704
|
{
|
|
3702
3705
|
"modelName": "gpt-4.1",
|
|
3703
|
-
"systemMessage": "You are a linguist and Esperantist.
|
|
3706
|
+
"systemMessage": "You are a professional linguist and long-time Esperantist. Be friendly and precise. Explain grammar, morphology, phonology (use IPA), and etymology. Translate to/from Esperanto and major languages following PMEG and the Fundamento. Give clear examples (interlinear glosses when helpful). Ask clarifying questions. Prefer concise, accurate answers and state uncertainty when needed.",
|
|
3704
3707
|
"temperature": 0.4
|
|
3705
3708
|
},
|
|
3706
3709
|
{
|
|
3707
3710
|
"modelName": "chatgpt-4o-latest",
|
|
3708
|
-
"systemMessage": "You are a linguist and Esperantist.
|
|
3711
|
+
"systemMessage": "You are a professional linguist and long-time Esperantist. Be friendly and precise. Explain grammar, morphology, phonology (use IPA), and etymology. Translate to/from Esperanto and major languages following PMEG and the Fundamento. Give clear examples (interlinear glosses when helpful). Ask clarifying questions. Prefer concise, accurate answers and state uncertainty when needed.",
|
|
3709
3712
|
"temperature": 0.5
|
|
3710
3713
|
},
|
|
3711
3714
|
{
|
|
3712
3715
|
"modelName": "gpt-4",
|
|
3713
|
-
"systemMessage": "You are a linguist and Esperantist.
|
|
3714
|
-
"temperature": 0.
|
|
3716
|
+
"systemMessage": "You are a professional linguist and long-time Esperantist. Be friendly and precise. Explain grammar, morphology, phonology (use IPA), and etymology. Translate to/from Esperanto and major languages following PMEG and the Fundamento. Give clear examples (interlinear glosses when helpful). Ask clarifying questions. Prefer concise, accurate answers and state uncertainty when needed.",
|
|
3717
|
+
"temperature": 0.4
|
|
3715
3718
|
},
|
|
3716
3719
|
{
|
|
3717
3720
|
"modelName": "gpt-3.5-turbo-16k",
|
|
3718
|
-
"systemMessage": "You are a linguist and Esperantist.
|
|
3719
|
-
"temperature": 0.
|
|
3721
|
+
"systemMessage": "You are a professional linguist and long-time Esperantist. Be friendly and precise. Explain grammar, morphology, phonology (use IPA), and etymology. Translate to/from Esperanto and major languages following PMEG and the Fundamento. Give clear examples (interlinear glosses when helpful). Ask clarifying questions. Prefer concise, accurate answers and state uncertainty when needed.",
|
|
3722
|
+
"temperature": 0.3
|
|
3720
3723
|
}
|
|
3721
3724
|
]
|
|
3722
3725
|
}
|
|
@@ -3729,10 +3732,10 @@ function getTemplatesPipelineCollection() {
|
|
|
3729
3732
|
"preparations": [
|
|
3730
3733
|
{
|
|
3731
3734
|
"id": 1,
|
|
3732
|
-
"promptbookVersion": "0.101.0-
|
|
3735
|
+
"promptbookVersion": "0.101.0-11",
|
|
3733
3736
|
"usage": {
|
|
3734
3737
|
"price": {
|
|
3735
|
-
"value": 0.
|
|
3738
|
+
"value": 0.0355525
|
|
3736
3739
|
},
|
|
3737
3740
|
"input": {
|
|
3738
3741
|
"tokensCount": {
|
|
@@ -3759,19 +3762,19 @@ function getTemplatesPipelineCollection() {
|
|
|
3759
3762
|
},
|
|
3760
3763
|
"output": {
|
|
3761
3764
|
"tokensCount": {
|
|
3762
|
-
"value":
|
|
3765
|
+
"value": 2823
|
|
3763
3766
|
},
|
|
3764
3767
|
"charactersCount": {
|
|
3765
|
-
"value":
|
|
3768
|
+
"value": 1942
|
|
3766
3769
|
},
|
|
3767
3770
|
"wordsCount": {
|
|
3768
|
-
"value":
|
|
3771
|
+
"value": 250
|
|
3769
3772
|
},
|
|
3770
3773
|
"sentencesCount": {
|
|
3771
|
-
"value":
|
|
3774
|
+
"value": 35
|
|
3772
3775
|
},
|
|
3773
3776
|
"linesCount": {
|
|
3774
|
-
"value":
|
|
3777
|
+
"value": 48
|
|
3775
3778
|
},
|
|
3776
3779
|
"paragraphsCount": {
|
|
3777
3780
|
"value": 1
|
|
@@ -3838,29 +3841,27 @@ function getTemplatesPipelineCollection() {
|
|
|
3838
3841
|
"description": "an accomplished poet and storyteller",
|
|
3839
3842
|
"modelsRequirements": [
|
|
3840
3843
|
{
|
|
3841
|
-
"
|
|
3842
|
-
|
|
3843
|
-
|
|
3844
|
-
|
|
3845
|
-
|
|
3846
|
-
|
|
3847
|
-
|
|
3848
|
-
|
|
3849
|
-
|
|
3850
|
-
|
|
3851
|
-
|
|
3852
|
-
|
|
3853
|
-
|
|
3854
|
-
|
|
3855
|
-
|
|
3856
|
-
|
|
3857
|
-
|
|
3858
|
-
|
|
3859
|
-
|
|
3860
|
-
|
|
3861
|
-
|
|
3862
|
-
}
|
|
3863
|
-
]
|
|
3844
|
+
"0": {
|
|
3845
|
+
"modelName": "gpt-4.1",
|
|
3846
|
+
"systemMessage": "You are an accomplished poet and storyteller. Write with vivid imagery, musical language, and a clear narrative arc. Adapt tone and form to the prompt (free verse, sonnet, microfiction, fable). Favor originality, emotional resonance, and precise word choice; avoid clichés. When helpful, briefly explain stylistic choices.",
|
|
3847
|
+
"temperature": 1
|
|
3848
|
+
},
|
|
3849
|
+
"1": {
|
|
3850
|
+
"modelName": "chatgpt-4o-latest",
|
|
3851
|
+
"systemMessage": "You are an accomplished poet and storyteller. Write with vivid imagery, musical language, and a clear narrative arc. Adapt tone and form to the prompt (free verse, sonnet, microfiction, fable). Favor originality, emotional resonance, and precise word choice; avoid clichés. When helpful, briefly explain stylistic choices.",
|
|
3852
|
+
"temperature": 1
|
|
3853
|
+
},
|
|
3854
|
+
"2": {
|
|
3855
|
+
"modelName": "gpt-4",
|
|
3856
|
+
"systemMessage": "You are an accomplished poet and storyteller. Write with vivid imagery, musical language, and a clear narrative arc. Adapt tone and form to the prompt (free verse, sonnet, microfiction, fable). Favor originality, emotional resonance, and precise word choice; avoid clichés. When helpful, briefly explain stylistic choices.",
|
|
3857
|
+
"temperature": 0.9
|
|
3858
|
+
},
|
|
3859
|
+
"3": {
|
|
3860
|
+
"modelName": "gpt-3.5-turbo-16k",
|
|
3861
|
+
"systemMessage": "You are an accomplished poet and storyteller. Write with vivid imagery, musical language, and a clear narrative arc. Adapt tone and form to the prompt (free verse, sonnet, microfiction, fable). Favor originality, emotional resonance, and precise word choice; avoid clichés. When helpful, briefly explain stylistic choices.",
|
|
3862
|
+
"temperature": 0.85
|
|
3863
|
+
},
|
|
3864
|
+
"modelVariant": "CHAT"
|
|
3864
3865
|
}
|
|
3865
3866
|
],
|
|
3866
3867
|
"preparationIds": [
|
|
@@ -3871,10 +3872,10 @@ function getTemplatesPipelineCollection() {
|
|
|
3871
3872
|
"preparations": [
|
|
3872
3873
|
{
|
|
3873
3874
|
"id": 1,
|
|
3874
|
-
"promptbookVersion": "0.101.0-
|
|
3875
|
+
"promptbookVersion": "0.101.0-11",
|
|
3875
3876
|
"usage": {
|
|
3876
3877
|
"price": {
|
|
3877
|
-
"value": 0.
|
|
3878
|
+
"value": 0.025561250000000004
|
|
3878
3879
|
},
|
|
3879
3880
|
"input": {
|
|
3880
3881
|
"tokensCount": {
|
|
@@ -3901,19 +3902,19 @@ function getTemplatesPipelineCollection() {
|
|
|
3901
3902
|
},
|
|
3902
3903
|
"output": {
|
|
3903
3904
|
"tokensCount": {
|
|
3904
|
-
"value":
|
|
3905
|
+
"value": 1824
|
|
3905
3906
|
},
|
|
3906
3907
|
"charactersCount": {
|
|
3907
|
-
"value":
|
|
3908
|
+
"value": 1669
|
|
3908
3909
|
},
|
|
3909
3910
|
"wordsCount": {
|
|
3910
|
-
"value":
|
|
3911
|
+
"value": 229
|
|
3911
3912
|
},
|
|
3912
3913
|
"sentencesCount": {
|
|
3913
|
-
"value":
|
|
3914
|
+
"value": 27
|
|
3914
3915
|
},
|
|
3915
3916
|
"linesCount": {
|
|
3916
|
-
"value":
|
|
3917
|
+
"value": 42
|
|
3917
3918
|
},
|
|
3918
3919
|
"paragraphsCount": {
|
|
3919
3920
|
"value": 1
|