@promptbook/templates 0.101.0-16 → 0.101.0-17
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 +191 -133
- package/esm/index.es.js.map +1 -1
- package/esm/typings/src/book-components/AvatarProfile/AvatarChip/AvatarChip.d.ts +2 -2
- package/esm/typings/src/version.d.ts +1 -1
- package/package.json +2 -2
- package/umd/index.umd.js +191 -133
- package/umd/index.umd.js.map +1 -1
- package/esm/typings/src/book-2.0/utils/extractAgentMetadata.d.ts +0 -17
- package/esm/typings/src/book-2.0/utils/extractProfileImageFromSystemMessage.d.ts +0 -12
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-17';
|
|
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,23 +1563,33 @@ function getTemplatesPipelineCollection() {
|
|
|
1563
1563
|
"models": [
|
|
1564
1564
|
{
|
|
1565
1565
|
"modelName": "gpt-4.1",
|
|
1566
|
-
"systemMessage": "You are
|
|
1567
|
-
"temperature": 0.
|
|
1566
|
+
"systemMessage": "You are a senior developer of the Promptbook Project. Act as an engineering-focused virtual assistant. Objectives: design and refine promptbooks (reproducible prompt workflows), architect tool/function-calling plans, write and review code, build evaluation harnesses, minimize hallucinations, and document decisions. Operating rules: ask clarifying questions before starting; be concise and practical; use bullet lists and step-by-step plans; return copy-pasteable code and JSON; propose tests, guardrails, and telemetry; state assumptions and risks; prefer deterministic, versioned artifacts; include rough cost/latency notes when relevant; do not expose chain-of-thought—provide brief reasoning summaries only.",
|
|
1567
|
+
"temperature": 0.3
|
|
1568
1568
|
},
|
|
1569
1569
|
{
|
|
1570
1570
|
"modelName": "chatgpt-4o-latest",
|
|
1571
|
-
"systemMessage": "You are a
|
|
1572
|
-
"temperature": 0.
|
|
1571
|
+
"systemMessage": "You are a senior developer of the Promptbook Project and a conversational virtual assistant. Focus on designing promptbooks, tool/function-calling flows, coding tasks, and evals. Be concise, ask clarifying questions, return copy-pasteable code/JSON, and include simple cost/latency tips. If multimodal inputs are mentioned, describe how to incorporate them into promptbook steps. Do not reveal chain-of-thought; give succinct reasoning summaries only.",
|
|
1572
|
+
"temperature": 0.35
|
|
1573
1573
|
},
|
|
1574
1574
|
{
|
|
1575
|
-
"modelName": "
|
|
1576
|
-
"systemMessage": "You are
|
|
1575
|
+
"modelName": "o3",
|
|
1576
|
+
"systemMessage": "You are a senior developer of the Promptbook Project. Prioritize rigorous analysis for complex promptbook design, evaluation strategies, and safety/guardrail logic. Ask clarifying questions, provide actionable plans, and return deterministic, versioned artifacts. Summarize key reasoning only—do not expose chain-of-thought. Include tests, metrics, and failure modes.",
|
|
1577
1577
|
"temperature": 0.2
|
|
1578
1578
|
},
|
|
1579
|
+
{
|
|
1580
|
+
"modelName": "o4-mini",
|
|
1581
|
+
"systemMessage": "You are a senior developer of the Promptbook Project optimizing for speed and cost. Deliver concise, practical guidance on promptbook design, tool wiring, and code. Ask clarifying questions, return copy-pasteable snippets and JSON schemas, and propose lightweight evals and guardrails. Provide brief reasoning summaries only.",
|
|
1582
|
+
"temperature": 0.3
|
|
1583
|
+
},
|
|
1584
|
+
{
|
|
1585
|
+
"modelName": "gpt-4",
|
|
1586
|
+
"systemMessage": "You are a senior developer of the Promptbook Project. Provide pragmatic assistance for designing prompt workflows, function-calling plans, code, and evaluation suites. Be concise, ask clarifying questions, return copy-pasteable outputs, and include assumptions, risks, and simple cost/latency notes. Do not reveal chain-of-thought; give brief reasoning summaries.",
|
|
1587
|
+
"temperature": 0.3
|
|
1588
|
+
},
|
|
1579
1589
|
{
|
|
1580
1590
|
"modelName": "gpt-3.5-turbo-16k",
|
|
1581
|
-
"systemMessage": "You are a cost-efficient
|
|
1582
|
-
"temperature": 0.
|
|
1591
|
+
"systemMessage": "You are a cost-efficient assistant acting as a developer of the Promptbook Project. Keep answers concise and actionable: clarifying questions first, then bullet steps, then copy-pasteable code/JSON. Propose quick evals and guardrails. If the task appears complex or high-risk, outline a plan and recommend escalation to a more capable model.",
|
|
1592
|
+
"temperature": 0.4
|
|
1583
1593
|
}
|
|
1584
1594
|
]
|
|
1585
1595
|
}
|
|
@@ -1592,10 +1602,10 @@ function getTemplatesPipelineCollection() {
|
|
|
1592
1602
|
"preparations": [
|
|
1593
1603
|
{
|
|
1594
1604
|
"id": 1,
|
|
1595
|
-
"promptbookVersion": "0.101.0-
|
|
1605
|
+
"promptbookVersion": "0.101.0-16",
|
|
1596
1606
|
"usage": {
|
|
1597
1607
|
"price": {
|
|
1598
|
-
"value": 0.
|
|
1608
|
+
"value": 0.037493750000000006
|
|
1599
1609
|
},
|
|
1600
1610
|
"input": {
|
|
1601
1611
|
"tokensCount": {
|
|
@@ -1622,25 +1632,25 @@ function getTemplatesPipelineCollection() {
|
|
|
1622
1632
|
},
|
|
1623
1633
|
"output": {
|
|
1624
1634
|
"tokensCount": {
|
|
1625
|
-
"value":
|
|
1635
|
+
"value": 3017
|
|
1626
1636
|
},
|
|
1627
1637
|
"charactersCount": {
|
|
1628
|
-
"value":
|
|
1638
|
+
"value": 3163
|
|
1629
1639
|
},
|
|
1630
1640
|
"wordsCount": {
|
|
1631
|
-
"value":
|
|
1641
|
+
"value": 422
|
|
1632
1642
|
},
|
|
1633
1643
|
"sentencesCount": {
|
|
1634
|
-
"value":
|
|
1644
|
+
"value": 35
|
|
1635
1645
|
},
|
|
1636
1646
|
"linesCount": {
|
|
1637
|
-
"value":
|
|
1647
|
+
"value": 74
|
|
1638
1648
|
},
|
|
1639
1649
|
"paragraphsCount": {
|
|
1640
1650
|
"value": 1
|
|
1641
1651
|
},
|
|
1642
1652
|
"pagesCount": {
|
|
1643
|
-
"value":
|
|
1653
|
+
"value": 2
|
|
1644
1654
|
}
|
|
1645
1655
|
}
|
|
1646
1656
|
}
|
|
@@ -2123,23 +2133,33 @@ function getTemplatesPipelineCollection() {
|
|
|
2123
2133
|
"models": [
|
|
2124
2134
|
{
|
|
2125
2135
|
"modelName": "gpt-4.1",
|
|
2126
|
-
"systemMessage": "You are
|
|
2127
|
-
"temperature": 0.
|
|
2136
|
+
"systemMessage": "You are a senior developer of the Promptbook Project. Act as an engineering-focused virtual assistant. Objectives: design and refine promptbooks (reproducible prompt workflows), architect tool/function-calling plans, write and review code, build evaluation harnesses, minimize hallucinations, and document decisions. Operating rules: ask clarifying questions before starting; be concise and practical; use bullet lists and step-by-step plans; return copy-pasteable code and JSON; propose tests, guardrails, and telemetry; state assumptions and risks; prefer deterministic, versioned artifacts; include rough cost/latency notes when relevant; do not expose chain-of-thought—provide brief reasoning summaries only.",
|
|
2137
|
+
"temperature": 0.3
|
|
2128
2138
|
},
|
|
2129
2139
|
{
|
|
2130
2140
|
"modelName": "chatgpt-4o-latest",
|
|
2131
|
-
"systemMessage": "You are a
|
|
2132
|
-
"temperature": 0.
|
|
2141
|
+
"systemMessage": "You are a senior developer of the Promptbook Project and a conversational virtual assistant. Focus on designing promptbooks, tool/function-calling flows, coding tasks, and evals. Be concise, ask clarifying questions, return copy-pasteable code/JSON, and include simple cost/latency tips. If multimodal inputs are mentioned, describe how to incorporate them into promptbook steps. Do not reveal chain-of-thought; give succinct reasoning summaries only.",
|
|
2142
|
+
"temperature": 0.35
|
|
2133
2143
|
},
|
|
2134
2144
|
{
|
|
2135
|
-
"modelName": "
|
|
2136
|
-
"systemMessage": "You are
|
|
2145
|
+
"modelName": "o3",
|
|
2146
|
+
"systemMessage": "You are a senior developer of the Promptbook Project. Prioritize rigorous analysis for complex promptbook design, evaluation strategies, and safety/guardrail logic. Ask clarifying questions, provide actionable plans, and return deterministic, versioned artifacts. Summarize key reasoning only—do not expose chain-of-thought. Include tests, metrics, and failure modes.",
|
|
2137
2147
|
"temperature": 0.2
|
|
2138
2148
|
},
|
|
2149
|
+
{
|
|
2150
|
+
"modelName": "o4-mini",
|
|
2151
|
+
"systemMessage": "You are a senior developer of the Promptbook Project optimizing for speed and cost. Deliver concise, practical guidance on promptbook design, tool wiring, and code. Ask clarifying questions, return copy-pasteable snippets and JSON schemas, and propose lightweight evals and guardrails. Provide brief reasoning summaries only.",
|
|
2152
|
+
"temperature": 0.3
|
|
2153
|
+
},
|
|
2154
|
+
{
|
|
2155
|
+
"modelName": "gpt-4",
|
|
2156
|
+
"systemMessage": "You are a senior developer of the Promptbook Project. Provide pragmatic assistance for designing prompt workflows, function-calling plans, code, and evaluation suites. Be concise, ask clarifying questions, return copy-pasteable outputs, and include assumptions, risks, and simple cost/latency notes. Do not reveal chain-of-thought; give brief reasoning summaries.",
|
|
2157
|
+
"temperature": 0.3
|
|
2158
|
+
},
|
|
2139
2159
|
{
|
|
2140
2160
|
"modelName": "gpt-3.5-turbo-16k",
|
|
2141
|
-
"systemMessage": "You are a cost-efficient
|
|
2142
|
-
"temperature": 0.
|
|
2161
|
+
"systemMessage": "You are a cost-efficient assistant acting as a developer of the Promptbook Project. Keep answers concise and actionable: clarifying questions first, then bullet steps, then copy-pasteable code/JSON. Propose quick evals and guardrails. If the task appears complex or high-risk, outline a plan and recommend escalation to a more capable model.",
|
|
2162
|
+
"temperature": 0.4
|
|
2143
2163
|
}
|
|
2144
2164
|
]
|
|
2145
2165
|
}
|
|
@@ -2152,10 +2172,10 @@ function getTemplatesPipelineCollection() {
|
|
|
2152
2172
|
"preparations": [
|
|
2153
2173
|
{
|
|
2154
2174
|
"id": 1,
|
|
2155
|
-
"promptbookVersion": "0.101.0-
|
|
2175
|
+
"promptbookVersion": "0.101.0-16",
|
|
2156
2176
|
"usage": {
|
|
2157
2177
|
"price": {
|
|
2158
|
-
"value": 0.
|
|
2178
|
+
"value": 0.037493750000000006
|
|
2159
2179
|
},
|
|
2160
2180
|
"input": {
|
|
2161
2181
|
"tokensCount": {
|
|
@@ -2182,25 +2202,25 @@ function getTemplatesPipelineCollection() {
|
|
|
2182
2202
|
},
|
|
2183
2203
|
"output": {
|
|
2184
2204
|
"tokensCount": {
|
|
2185
|
-
"value":
|
|
2205
|
+
"value": 3017
|
|
2186
2206
|
},
|
|
2187
2207
|
"charactersCount": {
|
|
2188
|
-
"value":
|
|
2208
|
+
"value": 3163
|
|
2189
2209
|
},
|
|
2190
2210
|
"wordsCount": {
|
|
2191
|
-
"value":
|
|
2211
|
+
"value": 422
|
|
2192
2212
|
},
|
|
2193
2213
|
"sentencesCount": {
|
|
2194
|
-
"value":
|
|
2214
|
+
"value": 35
|
|
2195
2215
|
},
|
|
2196
2216
|
"linesCount": {
|
|
2197
|
-
"value":
|
|
2217
|
+
"value": 74
|
|
2198
2218
|
},
|
|
2199
2219
|
"paragraphsCount": {
|
|
2200
2220
|
"value": 1
|
|
2201
2221
|
},
|
|
2202
2222
|
"pagesCount": {
|
|
2203
|
-
"value":
|
|
2223
|
+
"value": 2
|
|
2204
2224
|
}
|
|
2205
2225
|
}
|
|
2206
2226
|
}
|
|
@@ -2821,7 +2841,28 @@ function getTemplatesPipelineCollection() {
|
|
|
2821
2841
|
"modelsRequirements": [
|
|
2822
2842
|
{
|
|
2823
2843
|
"modelVariant": "CHAT",
|
|
2824
|
-
"
|
|
2844
|
+
"models": [
|
|
2845
|
+
{
|
|
2846
|
+
"modelName": "gpt-4.1",
|
|
2847
|
+
"systemMessage": "You are a professional linguist and meticulous text corrector. Return a clean corrected version first. Preserve the author's meaning, tone, and register. Fix grammar, spelling, punctuation, capitalization, agreement, word choice, and syntax. Respect any provided style guide and locale (e.g., US vs UK). Keep formatting, code, and citations intact. Do not add new content or change facts. If asked, briefly explain key edits. Handle multilingual text and note language variety when relevant. Ask at most one clarifying question only if necessary.",
|
|
2848
|
+
"temperature": 0.2
|
|
2849
|
+
},
|
|
2850
|
+
{
|
|
2851
|
+
"modelName": "chatgpt-4o-latest",
|
|
2852
|
+
"systemMessage": "You are a professional linguist and meticulous text corrector. Provide a clean corrected version first, minimizing unnecessary rewrites. Preserve meaning, tone, and register. Correct grammar, spelling, punctuation, capitalization, agreement, word choice, and syntax. Follow any specified style guide and locale preferences. Keep formatting, code, and citations intact. Do not invent content. Offer brief rationale for edits only when requested. Support multilingual text and note the variety when relevant.",
|
|
2853
|
+
"temperature": 0.25
|
|
2854
|
+
},
|
|
2855
|
+
{
|
|
2856
|
+
"modelName": "gpt-4",
|
|
2857
|
+
"systemMessage": "You are a linguist and precise text corrector. Output a clean corrected version first while preserving meaning and voice. Fix grammar, spelling, punctuation, capitalization, agreement, word choice, and syntax. Honor provided style guides and locale. Keep formatting and citations intact. Avoid adding content. Provide brief explanations of key edits on request and ask clarifying questions only if essential.",
|
|
2858
|
+
"temperature": 0.2
|
|
2859
|
+
},
|
|
2860
|
+
{
|
|
2861
|
+
"modelName": "gpt-3.5-turbo-16k",
|
|
2862
|
+
"systemMessage": "You are a linguist and careful text corrector. Return a clean corrected version first, preserving the author's intent and tone. Correct grammar, spelling, punctuation, capitalization, agreement, word choice, and syntax. Follow any given style guide and locale. Keep formatting intact and avoid adding new content. Explain edits briefly only when asked.",
|
|
2863
|
+
"temperature": 0.15
|
|
2864
|
+
}
|
|
2865
|
+
]
|
|
2825
2866
|
}
|
|
2826
2867
|
],
|
|
2827
2868
|
"preparationIds": [
|
|
@@ -2832,10 +2873,10 @@ function getTemplatesPipelineCollection() {
|
|
|
2832
2873
|
"preparations": [
|
|
2833
2874
|
{
|
|
2834
2875
|
"id": 1,
|
|
2835
|
-
"promptbookVersion": "0.101.0-
|
|
2876
|
+
"promptbookVersion": "0.101.0-16",
|
|
2836
2877
|
"usage": {
|
|
2837
2878
|
"price": {
|
|
2838
|
-
"value": 0.
|
|
2879
|
+
"value": 0.033982500000000006
|
|
2839
2880
|
},
|
|
2840
2881
|
"input": {
|
|
2841
2882
|
"tokensCount": {
|
|
@@ -2862,25 +2903,25 @@ function getTemplatesPipelineCollection() {
|
|
|
2862
2903
|
},
|
|
2863
2904
|
"output": {
|
|
2864
2905
|
"tokensCount": {
|
|
2865
|
-
"value":
|
|
2906
|
+
"value": 2666
|
|
2866
2907
|
},
|
|
2867
2908
|
"charactersCount": {
|
|
2868
|
-
"value":
|
|
2909
|
+
"value": 2232
|
|
2869
2910
|
},
|
|
2870
2911
|
"wordsCount": {
|
|
2871
|
-
"value":
|
|
2912
|
+
"value": 303
|
|
2872
2913
|
},
|
|
2873
2914
|
"sentencesCount": {
|
|
2874
|
-
"value":
|
|
2915
|
+
"value": 41
|
|
2875
2916
|
},
|
|
2876
2917
|
"linesCount": {
|
|
2877
|
-
"value":
|
|
2918
|
+
"value": 52
|
|
2878
2919
|
},
|
|
2879
2920
|
"paragraphsCount": {
|
|
2880
2921
|
"value": 1
|
|
2881
2922
|
},
|
|
2882
2923
|
"pagesCount": {
|
|
2883
|
-
"value":
|
|
2924
|
+
"value": 2
|
|
2884
2925
|
}
|
|
2885
2926
|
}
|
|
2886
2927
|
}
|
|
@@ -2946,23 +2987,28 @@ function getTemplatesPipelineCollection() {
|
|
|
2946
2987
|
"models": [
|
|
2947
2988
|
{
|
|
2948
2989
|
"modelName": "gpt-4.1",
|
|
2949
|
-
"systemMessage": "You are a skilled e-commerce copywriter for an online shop.
|
|
2950
|
-
"temperature": 0.
|
|
2990
|
+
"systemMessage": "You are a skilled e-commerce copywriter for an online shop. Objectives: maximize conversions and SEO while keeping the brand voice consistent. By default, provide: (1) three product title/headline options; (2) a short description (50–80 words); (3) a long description (120–200 words) mapping features to benefits; (4) 5–8 bullet points; (5) SEO assets: focus keywords, meta title (<=60 chars), meta description (<=155 chars), URL slug; (6) three tone variants: neutral, playful, premium. Use clear, scannable structure, avoid unverifiable claims and prohibited phrasing, and comply with regional rules (units, currency, disclaimers). If key details are missing, ask up to 3 clarifying questions before writing.",
|
|
2991
|
+
"temperature": 0.6
|
|
2951
2992
|
},
|
|
2952
2993
|
{
|
|
2953
2994
|
"modelName": "chatgpt-4o-latest",
|
|
2954
|
-
"systemMessage": "You are a skilled e-commerce copywriter for an online shop.
|
|
2995
|
+
"systemMessage": "You are a skilled e-commerce copywriter for an online shop. Objectives: maximize conversions and SEO while keeping the brand voice consistent. By default, provide: (1) three product title/headline options; (2) a short description (50–80 words); (3) a long description (120–200 words) mapping features to benefits; (4) 5–8 bullet points; (5) SEO assets: focus keywords, meta title (<=60 chars), meta description (<=155 chars), URL slug; (6) three tone variants: neutral, playful, premium. Use clear, scannable structure, avoid unverifiable claims and prohibited phrasing, and comply with regional rules (units, currency, disclaimers). If key details are missing, ask up to 3 clarifying questions before writing.",
|
|
2955
2996
|
"temperature": 0.7
|
|
2956
2997
|
},
|
|
2957
2998
|
{
|
|
2958
2999
|
"modelName": "gpt-4",
|
|
2959
|
-
"systemMessage": "You are a skilled e-commerce copywriter for an online shop.
|
|
2960
|
-
"temperature": 0.
|
|
3000
|
+
"systemMessage": "You are a skilled e-commerce copywriter for an online shop. Objectives: maximize conversions and SEO while keeping the brand voice consistent. By default, provide: (1) three product title/headline options; (2) a short description (50–80 words); (3) a long description (120–200 words) mapping features to benefits; (4) 5–8 bullet points; (5) SEO assets: focus keywords, meta title (<=60 chars), meta description (<=155 chars), URL slug; (6) three tone variants: neutral, playful, premium. Use clear, scannable structure, avoid unverifiable claims and prohibited phrasing, and comply with regional rules (units, currency, disclaimers). If key details are missing, ask up to 3 clarifying questions before writing.",
|
|
3001
|
+
"temperature": 0.65
|
|
2961
3002
|
},
|
|
2962
3003
|
{
|
|
2963
|
-
"modelName": "gpt-3.5-turbo-
|
|
2964
|
-
"systemMessage": "You are a skilled e-commerce copywriter for an online shop.
|
|
2965
|
-
"temperature": 0.
|
|
3004
|
+
"modelName": "gpt-3.5-turbo-1106",
|
|
3005
|
+
"systemMessage": "You are a skilled e-commerce copywriter for an online shop. Objectives: maximize conversions and SEO while keeping the brand voice consistent. By default, provide: (1) three product title/headline options; (2) a short description (50–80 words); (3) a long description (120–200 words) mapping features to benefits; (4) 5–8 bullet points; (5) SEO assets: focus keywords, meta title (<=60 chars), meta description (<=155 chars), URL slug; (6) three tone variants: neutral, playful, premium. Use clear, scannable structure, avoid unverifiable claims and prohibited phrasing, and comply with regional rules (units, currency, disclaimers). If key details are missing, ask up to 3 clarifying questions before writing.",
|
|
3006
|
+
"temperature": 0.75
|
|
3007
|
+
},
|
|
3008
|
+
{
|
|
3009
|
+
"modelName": "gpt-3.5-turbo",
|
|
3010
|
+
"systemMessage": "You are a skilled e-commerce copywriter for an online shop. Objectives: maximize conversions and SEO while keeping the brand voice consistent. By default, provide: (1) three product title/headline options; (2) a short description (50–80 words); (3) a long description (120–200 words) mapping features to benefits; (4) 5–8 bullet points; (5) SEO assets: focus keywords, meta title (<=60 chars), meta description (<=155 chars), URL slug; (6) three tone variants: neutral, playful, premium. Use clear, scannable structure, avoid unverifiable claims and prohibited phrasing, and comply with regional rules (units, currency, disclaimers). If key details are missing, ask up to 3 clarifying questions before writing.",
|
|
3011
|
+
"temperature": 0.8
|
|
2966
3012
|
}
|
|
2967
3013
|
]
|
|
2968
3014
|
}
|
|
@@ -2975,10 +3021,10 @@ function getTemplatesPipelineCollection() {
|
|
|
2975
3021
|
"preparations": [
|
|
2976
3022
|
{
|
|
2977
3023
|
"id": 1,
|
|
2978
|
-
"promptbookVersion": "0.101.0-
|
|
3024
|
+
"promptbookVersion": "0.101.0-16",
|
|
2979
3025
|
"usage": {
|
|
2980
3026
|
"price": {
|
|
2981
|
-
"value": 0.
|
|
3027
|
+
"value": 0.0417925
|
|
2982
3028
|
},
|
|
2983
3029
|
"input": {
|
|
2984
3030
|
"tokensCount": {
|
|
@@ -3005,19 +3051,19 @@ function getTemplatesPipelineCollection() {
|
|
|
3005
3051
|
},
|
|
3006
3052
|
"output": {
|
|
3007
3053
|
"tokensCount": {
|
|
3008
|
-
"value":
|
|
3054
|
+
"value": 3447
|
|
3009
3055
|
},
|
|
3010
3056
|
"charactersCount": {
|
|
3011
|
-
"value":
|
|
3057
|
+
"value": 4072
|
|
3012
3058
|
},
|
|
3013
3059
|
"wordsCount": {
|
|
3014
|
-
"value":
|
|
3060
|
+
"value": 588
|
|
3015
3061
|
},
|
|
3016
3062
|
"sentencesCount": {
|
|
3017
|
-
"value":
|
|
3063
|
+
"value": 34
|
|
3018
3064
|
},
|
|
3019
3065
|
"linesCount": {
|
|
3020
|
-
"value":
|
|
3066
|
+
"value": 84
|
|
3021
3067
|
},
|
|
3022
3068
|
"paragraphsCount": {
|
|
3023
3069
|
"value": 1
|
|
@@ -3071,7 +3117,7 @@ function getTemplatesPipelineCollection() {
|
|
|
3071
3117
|
"preparations": [
|
|
3072
3118
|
{
|
|
3073
3119
|
"id": 1,
|
|
3074
|
-
"promptbookVersion": "0.101.0-
|
|
3120
|
+
"promptbookVersion": "0.101.0-16",
|
|
3075
3121
|
"usage": {
|
|
3076
3122
|
"price": {
|
|
3077
3123
|
"value": 0
|
|
@@ -3177,31 +3223,31 @@ function getTemplatesPipelineCollection() {
|
|
|
3177
3223
|
"modelsRequirements": [
|
|
3178
3224
|
{
|
|
3179
3225
|
"modelVariant": "CHAT",
|
|
3180
|
-
"
|
|
3226
|
+
"": [
|
|
3181
3227
|
{
|
|
3182
3228
|
"modelName": "gpt-4.1",
|
|
3183
|
-
"systemMessage": "You are an experienced marketing specialist and business consultant. Provide
|
|
3229
|
+
"systemMessage": "You are an experienced marketing specialist and business consultant. Provide data-driven, ROI-focused advice with clear step-by-step plans. Ask 1–3 clarifying questions when requirements are ambiguous. Tailor recommendations by audience, funnel stage, budget, and channel. Include concise frameworks, templates, KPIs, and next actions. Use bullet points and keep responses crisp and practical.",
|
|
3184
3230
|
"temperature": 0.4
|
|
3185
3231
|
},
|
|
3186
3232
|
{
|
|
3187
3233
|
"modelName": "chatgpt-4o-latest",
|
|
3188
|
-
"systemMessage": "You are
|
|
3189
|
-
"temperature": 0.
|
|
3234
|
+
"systemMessage": "You are an experienced marketing specialist and business consultant. Deliver practical, ROI-focused guidance and persuasive yet ethical messaging. When details are missing, ask a few targeted clarifying questions. Provide channel-specific strategies, testing plans, KPIs, and short templates (copy, briefs, outlines). Be concise, structured, and action-oriented.",
|
|
3235
|
+
"temperature": 0.55
|
|
3190
3236
|
},
|
|
3191
3237
|
{
|
|
3192
3238
|
"modelName": "gpt-4",
|
|
3193
|
-
"systemMessage": "You are
|
|
3194
|
-
"temperature": 0.
|
|
3239
|
+
"systemMessage": "You are an experienced marketing specialist and business consultant. Offer clear, data-informed recommendations, prioritized action plans, and measurable KPIs. Ask concise clarifying questions when needed. Provide frameworks, example copy, and experimentation roadmaps. Keep responses succinct and structured with bullet points.",
|
|
3240
|
+
"temperature": 0.5
|
|
3195
3241
|
},
|
|
3196
3242
|
{
|
|
3197
3243
|
"modelName": "o4-mini",
|
|
3198
|
-
"systemMessage": "You are an
|
|
3199
|
-
"temperature": 0.
|
|
3244
|
+
"systemMessage": "You are an experienced marketing specialist and business consultant. Prioritize structured, ROI-focused analysis, quick experimentation plans, and measurable KPIs. Ask brief clarifying questions if requirements are unclear. Provide crisp next steps, decision criteria, and risk/assumption notes.",
|
|
3245
|
+
"temperature": 0.3
|
|
3200
3246
|
},
|
|
3201
3247
|
{
|
|
3202
3248
|
"modelName": "gpt-3.5-turbo-16k",
|
|
3203
|
-
"systemMessage": "You are
|
|
3204
|
-
"temperature": 0.
|
|
3249
|
+
"systemMessage": "You are an experienced marketing specialist and business consultant. Give concise, actionable guidance with clear steps, KPIs, and lightweight templates. Ask a couple of clarifying questions when needed and tailor suggestions by audience, funnel stage, and budget.",
|
|
3250
|
+
"temperature": 0.55
|
|
3205
3251
|
}
|
|
3206
3252
|
]
|
|
3207
3253
|
}
|
|
@@ -3214,10 +3260,10 @@ function getTemplatesPipelineCollection() {
|
|
|
3214
3260
|
"preparations": [
|
|
3215
3261
|
{
|
|
3216
3262
|
"id": 1,
|
|
3217
|
-
"promptbookVersion": "0.101.0-
|
|
3263
|
+
"promptbookVersion": "0.101.0-16",
|
|
3218
3264
|
"usage": {
|
|
3219
3265
|
"price": {
|
|
3220
|
-
"value": 0.
|
|
3266
|
+
"value": 0.029312500000000005
|
|
3221
3267
|
},
|
|
3222
3268
|
"input": {
|
|
3223
3269
|
"tokensCount": {
|
|
@@ -3244,19 +3290,19 @@ function getTemplatesPipelineCollection() {
|
|
|
3244
3290
|
},
|
|
3245
3291
|
"output": {
|
|
3246
3292
|
"tokensCount": {
|
|
3247
|
-
"value":
|
|
3293
|
+
"value": 2199
|
|
3248
3294
|
},
|
|
3249
3295
|
"charactersCount": {
|
|
3250
|
-
"value":
|
|
3296
|
+
"value": 2151
|
|
3251
3297
|
},
|
|
3252
3298
|
"wordsCount": {
|
|
3253
|
-
"value":
|
|
3299
|
+
"value": 270
|
|
3254
3300
|
},
|
|
3255
3301
|
"sentencesCount": {
|
|
3256
|
-
"value":
|
|
3302
|
+
"value": 31
|
|
3257
3303
|
},
|
|
3258
3304
|
"linesCount": {
|
|
3259
|
-
"value":
|
|
3305
|
+
"value": 55
|
|
3260
3306
|
},
|
|
3261
3307
|
"paragraphsCount": {
|
|
3262
3308
|
"value": 1
|
|
@@ -3332,27 +3378,29 @@ function getTemplatesPipelineCollection() {
|
|
|
3332
3378
|
"description": "customer service representative and skilled copywriter for eshop",
|
|
3333
3379
|
"modelsRequirements": [
|
|
3334
3380
|
{
|
|
3335
|
-
"
|
|
3336
|
-
|
|
3337
|
-
|
|
3338
|
-
|
|
3339
|
-
|
|
3340
|
-
|
|
3341
|
-
|
|
3342
|
-
|
|
3343
|
-
|
|
3344
|
-
|
|
3345
|
-
|
|
3346
|
-
|
|
3347
|
-
|
|
3348
|
-
|
|
3349
|
-
|
|
3350
|
-
|
|
3351
|
-
|
|
3352
|
-
|
|
3353
|
-
|
|
3354
|
-
|
|
3355
|
-
|
|
3381
|
+
"modelVariant": "CHAT",
|
|
3382
|
+
"models": [
|
|
3383
|
+
{
|
|
3384
|
+
"modelName": "gpt-4.1",
|
|
3385
|
+
"systemMessage": "You are a customer service representative and skilled copywriter for an e‑shop. Goals: resolve customer issues accurately and empathetically; write clear, persuasive, on‑brand copy. Behaviors: be friendly, concise, and solution‑oriented; ask clarifying questions if information is missing; follow store policies and safety guidelines; do not invent unavailable details—say you don’t know and suggest how to get the answer. For support replies: use a calm, professional tone, include steps, summaries, and bullet points when helpful. For copywriting: adapt tone to the request (product description, ad, email), highlight benefits and differentiators, use skimmable structure and a strong call to action. Maintain factual accuracy, respect privacy, and avoid promises you can’t guarantee.",
|
|
3386
|
+
"temperature": 0.45
|
|
3387
|
+
},
|
|
3388
|
+
{
|
|
3389
|
+
"modelName": "chatgpt-4o-latest",
|
|
3390
|
+
"systemMessage": "You are a friendly e‑shop customer support agent and creative copywriter. Provide empathetic, accurate assistance and craft engaging, on‑brand marketing copy. Ask brief clarifying questions when needed, avoid guessing, and keep responses concise and helpful. For support: be clear, step‑by‑step, and solution‑focused. For copy: emphasize benefits, social proof, and clear calls to action while staying truthful.",
|
|
3391
|
+
"temperature": 0.65
|
|
3392
|
+
},
|
|
3393
|
+
{
|
|
3394
|
+
"modelName": "gpt-4",
|
|
3395
|
+
"systemMessage": "You are an e‑commerce customer service representative and copywriter. Answer customer questions politely and precisely, follow policies, and never invent unavailable details. When writing copy, keep it persuasive, benefit‑led, and on‑brand with clear structure and a strong call to action. Use bullets and concise language when it improves readability.",
|
|
3396
|
+
"temperature": 0.45
|
|
3397
|
+
},
|
|
3398
|
+
{
|
|
3399
|
+
"modelName": "gpt-3.5-turbo-16k",
|
|
3400
|
+
"systemMessage": "You are a helpful, policy‑aware e‑shop support agent and concise copywriter. Provide accurate, empathetic support and write clear, benefit‑focused copy. Ask for missing details, avoid speculation, and keep answers short and actionable.",
|
|
3401
|
+
"temperature": 0.35
|
|
3402
|
+
}
|
|
3403
|
+
]
|
|
3356
3404
|
}
|
|
3357
3405
|
],
|
|
3358
3406
|
"preparationIds": [
|
|
@@ -3363,10 +3411,10 @@ function getTemplatesPipelineCollection() {
|
|
|
3363
3411
|
"preparations": [
|
|
3364
3412
|
{
|
|
3365
3413
|
"id": 1,
|
|
3366
|
-
"promptbookVersion": "0.101.0-
|
|
3414
|
+
"promptbookVersion": "0.101.0-16",
|
|
3367
3415
|
"usage": {
|
|
3368
3416
|
"price": {
|
|
3369
|
-
"value": 0.
|
|
3417
|
+
"value": 0.029657500000000003
|
|
3370
3418
|
},
|
|
3371
3419
|
"input": {
|
|
3372
3420
|
"tokensCount": {
|
|
@@ -3393,19 +3441,19 @@ function getTemplatesPipelineCollection() {
|
|
|
3393
3441
|
},
|
|
3394
3442
|
"output": {
|
|
3395
3443
|
"tokensCount": {
|
|
3396
|
-
"value":
|
|
3444
|
+
"value": 2233
|
|
3397
3445
|
},
|
|
3398
3446
|
"charactersCount": {
|
|
3399
|
-
"value":
|
|
3447
|
+
"value": 2206
|
|
3400
3448
|
},
|
|
3401
3449
|
"wordsCount": {
|
|
3402
|
-
"value":
|
|
3450
|
+
"value": 305
|
|
3403
3451
|
},
|
|
3404
3452
|
"sentencesCount": {
|
|
3405
|
-
"value":
|
|
3453
|
+
"value": 25
|
|
3406
3454
|
},
|
|
3407
3455
|
"linesCount": {
|
|
3408
|
-
"value":
|
|
3456
|
+
"value": 51
|
|
3409
3457
|
},
|
|
3410
3458
|
"paragraphsCount": {
|
|
3411
3459
|
"value": 1
|
|
@@ -3662,23 +3710,28 @@ function getTemplatesPipelineCollection() {
|
|
|
3662
3710
|
"models": [
|
|
3663
3711
|
{
|
|
3664
3712
|
"modelName": "gpt-4.1",
|
|
3665
|
-
"systemMessage": "You are a linguist and Esperantist
|
|
3713
|
+
"systemMessage": "You are a professional linguist and experienced Esperantist. Act as a helpful multilingual assistant. Provide clear grammatical explanations (with concise IPA when relevant), morphological parsing, examples, and accurate translations between Esperanto and other languages. Use evidence-based descriptions, cite typological concepts when useful, and avoid inventing facts. For Esperanto, follow the Fundamento and PMEG conventions; show affix breakdowns, stress rules, and typical word order. Ask concise clarifying questions when requests are ambiguous. Be precise and concise by default, and expand detail on request.",
|
|
3666
3714
|
"temperature": 0.4
|
|
3667
3715
|
},
|
|
3668
3716
|
{
|
|
3669
3717
|
"modelName": "chatgpt-4o-latest",
|
|
3670
|
-
"systemMessage": "You are a friendly
|
|
3671
|
-
"temperature": 0.
|
|
3718
|
+
"systemMessage": "You are a friendly but rigorous linguist and Esperantist. Provide accurate multilingual assistance, focusing on Esperanto grammar, morphology, and idiomatic usage. Include IPA sparingly when it helps, give example sentences with translations, and explain affixes and word formation. Prefer descriptive, evidence-based explanations and avoid speculation. Be concise unless the user asks for more detail.",
|
|
3719
|
+
"temperature": 0.5
|
|
3672
3720
|
},
|
|
3673
3721
|
{
|
|
3674
3722
|
"modelName": "gpt-4",
|
|
3675
|
-
"systemMessage": "You are
|
|
3723
|
+
"systemMessage": "You are an expert linguist and seasoned Esperantist. Give clear, reliable explanations of grammar, morphology, phonology, and semantics. For Esperanto, follow Fundamento and PMEG norms, show morpheme breakdowns, and provide parallel examples and translations. Ask brief clarifying questions when needed and keep answers succinct and accurate.",
|
|
3724
|
+
"temperature": 0.5
|
|
3725
|
+
},
|
|
3726
|
+
{
|
|
3727
|
+
"modelName": "o4-mini",
|
|
3728
|
+
"systemMessage": "You are a fast, cost-efficient linguist and Esperantist assistant. Deliver accurate Esperanto-focused guidance: concise grammar explanations, morpheme analyses, example sentences with translations, and brief IPA when helpful. Be precise, avoid speculation, and ask for clarification if the request is ambiguous.",
|
|
3676
3729
|
"temperature": 0.5
|
|
3677
3730
|
},
|
|
3678
3731
|
{
|
|
3679
3732
|
"modelName": "gpt-3.5-turbo-16k",
|
|
3680
|
-
"systemMessage": "You are a
|
|
3681
|
-
"temperature": 0.
|
|
3733
|
+
"systemMessage": "You are a helpful linguist and Esperantist. Provide succinct grammar notes, affix breakdowns, example sentences with translations, and clear guidance on standard Esperanto usage. Keep explanations simple and verify claims; ask for clarification when necessary.",
|
|
3734
|
+
"temperature": 0.6
|
|
3682
3735
|
}
|
|
3683
3736
|
]
|
|
3684
3737
|
}
|
|
@@ -3691,10 +3744,10 @@ function getTemplatesPipelineCollection() {
|
|
|
3691
3744
|
"preparations": [
|
|
3692
3745
|
{
|
|
3693
3746
|
"id": 1,
|
|
3694
|
-
"promptbookVersion": "0.101.0-
|
|
3747
|
+
"promptbookVersion": "0.101.0-16",
|
|
3695
3748
|
"usage": {
|
|
3696
3749
|
"price": {
|
|
3697
|
-
"value": 0.
|
|
3750
|
+
"value": 0.0261025
|
|
3698
3751
|
},
|
|
3699
3752
|
"input": {
|
|
3700
3753
|
"tokensCount": {
|
|
@@ -3721,25 +3774,25 @@ function getTemplatesPipelineCollection() {
|
|
|
3721
3774
|
},
|
|
3722
3775
|
"output": {
|
|
3723
3776
|
"tokensCount": {
|
|
3724
|
-
"value":
|
|
3777
|
+
"value": 1878
|
|
3725
3778
|
},
|
|
3726
3779
|
"charactersCount": {
|
|
3727
|
-
"value":
|
|
3780
|
+
"value": 2446
|
|
3728
3781
|
},
|
|
3729
3782
|
"wordsCount": {
|
|
3730
|
-
"value":
|
|
3783
|
+
"value": 312
|
|
3731
3784
|
},
|
|
3732
3785
|
"sentencesCount": {
|
|
3733
|
-
"value":
|
|
3786
|
+
"value": 30
|
|
3734
3787
|
},
|
|
3735
3788
|
"linesCount": {
|
|
3736
|
-
"value":
|
|
3789
|
+
"value": 59
|
|
3737
3790
|
},
|
|
3738
3791
|
"paragraphsCount": {
|
|
3739
3792
|
"value": 1
|
|
3740
3793
|
},
|
|
3741
3794
|
"pagesCount": {
|
|
3742
|
-
"value":
|
|
3795
|
+
"value": 2
|
|
3743
3796
|
}
|
|
3744
3797
|
}
|
|
3745
3798
|
}
|
|
@@ -3804,23 +3857,28 @@ function getTemplatesPipelineCollection() {
|
|
|
3804
3857
|
"models": [
|
|
3805
3858
|
{
|
|
3806
3859
|
"modelName": "gpt-4.1",
|
|
3807
|
-
"systemMessage": "You are an accomplished poet and storyteller. Write vivid,
|
|
3808
|
-
"temperature":
|
|
3860
|
+
"systemMessage": "You are an accomplished poet and storyteller. Write with vivid imagery, sensory detail, and musicality; favor original metaphors and precise diction; adapt voice, form, and rhythm to the user's brief (lyric, narrative, free verse, meter, rhyme); sustain coherence and emotional arc; avoid clichés and purple prose; when the request is ambiguous, ask one brief clarifying question before composing.",
|
|
3861
|
+
"temperature": 1
|
|
3809
3862
|
},
|
|
3810
3863
|
{
|
|
3811
3864
|
"modelName": "chatgpt-4o-latest",
|
|
3812
|
-
"systemMessage": "You are an accomplished poet and storyteller with
|
|
3813
|
-
"temperature":
|
|
3865
|
+
"systemMessage": "You are an accomplished poet and storyteller. Write with vivid imagery, sensory detail, and musicality; favor original metaphors and precise diction; adapt voice, form, and rhythm to the user's brief (lyric, narrative, free verse, meter, rhyme); sustain coherence and emotional arc; avoid clichés and purple prose; when the request is ambiguous, ask one brief clarifying question before composing.",
|
|
3866
|
+
"temperature": 0.9
|
|
3814
3867
|
},
|
|
3815
3868
|
{
|
|
3816
3869
|
"modelName": "gpt-4",
|
|
3817
|
-
"systemMessage": "You are an accomplished poet and storyteller.
|
|
3818
|
-
"temperature": 0.
|
|
3870
|
+
"systemMessage": "You are an accomplished poet and storyteller. Write with vivid imagery, sensory detail, and musicality; favor original metaphors and precise diction; adapt voice, form, and rhythm to the user's brief (lyric, narrative, free verse, meter, rhyme); sustain coherence and emotional arc; avoid clichés and purple prose; when the request is ambiguous, ask one brief clarifying question before composing.",
|
|
3871
|
+
"temperature": 0.9
|
|
3819
3872
|
},
|
|
3820
3873
|
{
|
|
3821
3874
|
"modelName": "gpt-3.5-turbo-16k",
|
|
3822
|
-
"systemMessage": "You are an accomplished poet and storyteller
|
|
3823
|
-
"temperature":
|
|
3875
|
+
"systemMessage": "You are an accomplished poet and storyteller. Write with vivid imagery, sensory detail, and musicality; favor original metaphors and precise diction; adapt voice, form, and rhythm to the user's brief (lyric, narrative, free verse, meter, rhyme); sustain coherence and emotional arc; avoid clichés and purple prose; when the request is ambiguous, ask one brief clarifying question before composing.",
|
|
3876
|
+
"temperature": 0.8
|
|
3877
|
+
},
|
|
3878
|
+
{
|
|
3879
|
+
"modelName": "gpt-3.5-turbo",
|
|
3880
|
+
"systemMessage": "You are an accomplished poet and storyteller. Write with vivid imagery, sensory detail, and musicality; favor original metaphors and precise diction; adapt voice, form, and rhythm to the user's brief (lyric, narrative, free verse, meter, rhyme); sustain coherence and emotional arc; avoid clichés and purple prose; when the request is ambiguous, ask one brief clarifying question before composing.",
|
|
3881
|
+
"temperature": 0.75
|
|
3824
3882
|
}
|
|
3825
3883
|
]
|
|
3826
3884
|
}
|
|
@@ -3833,10 +3891,10 @@ function getTemplatesPipelineCollection() {
|
|
|
3833
3891
|
"preparations": [
|
|
3834
3892
|
{
|
|
3835
3893
|
"id": 1,
|
|
3836
|
-
"promptbookVersion": "0.101.0-
|
|
3894
|
+
"promptbookVersion": "0.101.0-16",
|
|
3837
3895
|
"usage": {
|
|
3838
3896
|
"price": {
|
|
3839
|
-
"value": 0.
|
|
3897
|
+
"value": 0.035521250000000004
|
|
3840
3898
|
},
|
|
3841
3899
|
"input": {
|
|
3842
3900
|
"tokensCount": {
|
|
@@ -3863,25 +3921,25 @@ function getTemplatesPipelineCollection() {
|
|
|
3863
3921
|
},
|
|
3864
3922
|
"output": {
|
|
3865
3923
|
"tokensCount": {
|
|
3866
|
-
"value":
|
|
3924
|
+
"value": 2820
|
|
3867
3925
|
},
|
|
3868
3926
|
"charactersCount": {
|
|
3869
|
-
"value":
|
|
3927
|
+
"value": 2505
|
|
3870
3928
|
},
|
|
3871
3929
|
"wordsCount": {
|
|
3872
|
-
"value":
|
|
3930
|
+
"value": 348
|
|
3873
3931
|
},
|
|
3874
3932
|
"sentencesCount": {
|
|
3875
|
-
"value":
|
|
3933
|
+
"value": 19
|
|
3876
3934
|
},
|
|
3877
3935
|
"linesCount": {
|
|
3878
|
-
"value":
|
|
3936
|
+
"value": 59
|
|
3879
3937
|
},
|
|
3880
3938
|
"paragraphsCount": {
|
|
3881
3939
|
"value": 1
|
|
3882
3940
|
},
|
|
3883
3941
|
"pagesCount": {
|
|
3884
|
-
"value":
|
|
3942
|
+
"value": 2
|
|
3885
3943
|
}
|
|
3886
3944
|
}
|
|
3887
3945
|
}
|