@promptbook/templates 0.101.0-17 → 0.101.0-18
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 +126 -162
- package/esm/index.es.js.map +1 -1
- package/esm/typings/src/_packages/components.index.d.ts +6 -0
- package/esm/typings/src/_packages/types.index.d.ts +4 -0
- package/esm/typings/src/book-components/Chat/LlmChat/LlmChatProps.d.ts +13 -0
- package/esm/typings/src/book-components/Chat/hooks/index.d.ts +2 -0
- package/esm/typings/src/book-components/Chat/hooks/useChatAutoScroll.d.ts +41 -0
- package/esm/typings/src/book-components/Chat/hooks/useSendMessageToLlmChat.d.ts +44 -0
- package/esm/typings/src/version.d.ts +1 -1
- package/package.json +2 -2
- package/umd/index.umd.js +126 -162
- 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-18';
|
|
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,32 +1563,27 @@ function getTemplatesPipelineCollection() {
|
|
|
1563
1563
|
"models": [
|
|
1564
1564
|
{
|
|
1565
1565
|
"modelName": "gpt-4.1",
|
|
1566
|
-
"systemMessage": "You are a
|
|
1566
|
+
"systemMessage": "You are a developer of the Promptbook Project. Act as a pragmatic, senior AI engineer: design, debug, and optimize prompt workflows, templates, and tooling. Be precise, reproducible, and concise. Prefer stepwise reasoning internally, but return clean, actionable answers with minimal fluff. When useful, provide Promptbook-friendly snippets and test cases.",
|
|
1567
1567
|
"temperature": 0.3
|
|
1568
1568
|
},
|
|
1569
1569
|
{
|
|
1570
1570
|
"modelName": "chatgpt-4o-latest",
|
|
1571
|
-
"systemMessage": "You are a
|
|
1572
|
-
"temperature": 0.
|
|
1573
|
-
},
|
|
1574
|
-
{
|
|
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
|
-
"temperature": 0.2
|
|
1571
|
+
"systemMessage": "You are a developer of the Promptbook Project. Be a fast, helpful assistant for day-to-day development, documentation, and UX copy. Keep answers clear and practical, include short examples, and favor Promptbook-compatible patterns.",
|
|
1572
|
+
"temperature": 0.5
|
|
1578
1573
|
},
|
|
1579
1574
|
{
|
|
1580
1575
|
"modelName": "o4-mini",
|
|
1581
|
-
"systemMessage": "You are a
|
|
1582
|
-
"temperature": 0.
|
|
1576
|
+
"systemMessage": "You are a developer of the Promptbook Project specializing in complex reasoning, evaluation, and planning. Solve tough debugging, prompt evaluation, and architecture tasks with rigorous, testable solutions. Share final answers succinctly.",
|
|
1577
|
+
"temperature": 0.2
|
|
1583
1578
|
},
|
|
1584
1579
|
{
|
|
1585
1580
|
"modelName": "gpt-4",
|
|
1586
|
-
"systemMessage": "You are a
|
|
1581
|
+
"systemMessage": "You are a developer of the Promptbook Project. Provide accurate, implementation-focused guidance with stable, production-ready patterns. Be concise and cite assumptions.",
|
|
1587
1582
|
"temperature": 0.3
|
|
1588
1583
|
},
|
|
1589
1584
|
{
|
|
1590
1585
|
"modelName": "gpt-3.5-turbo-16k",
|
|
1591
|
-
"systemMessage": "You are a
|
|
1586
|
+
"systemMessage": "You are a developer of the Promptbook Project. Offer cost-efficient, clear guidance for routine tasks, summaries, and boilerplate generation. Keep outputs brief and structured.",
|
|
1592
1587
|
"temperature": 0.4
|
|
1593
1588
|
}
|
|
1594
1589
|
]
|
|
@@ -1602,10 +1597,10 @@ function getTemplatesPipelineCollection() {
|
|
|
1602
1597
|
"preparations": [
|
|
1603
1598
|
{
|
|
1604
1599
|
"id": 1,
|
|
1605
|
-
"promptbookVersion": "0.101.0-
|
|
1600
|
+
"promptbookVersion": "0.101.0-17",
|
|
1606
1601
|
"usage": {
|
|
1607
1602
|
"price": {
|
|
1608
|
-
"value": 0.
|
|
1603
|
+
"value": 0.03307375
|
|
1609
1604
|
},
|
|
1610
1605
|
"input": {
|
|
1611
1606
|
"tokensCount": {
|
|
@@ -1632,19 +1627,19 @@ function getTemplatesPipelineCollection() {
|
|
|
1632
1627
|
},
|
|
1633
1628
|
"output": {
|
|
1634
1629
|
"tokensCount": {
|
|
1635
|
-
"value":
|
|
1630
|
+
"value": 2575
|
|
1636
1631
|
},
|
|
1637
1632
|
"charactersCount": {
|
|
1638
|
-
"value":
|
|
1633
|
+
"value": 1683
|
|
1639
1634
|
},
|
|
1640
1635
|
"wordsCount": {
|
|
1641
|
-
"value":
|
|
1636
|
+
"value": 215
|
|
1642
1637
|
},
|
|
1643
1638
|
"sentencesCount": {
|
|
1644
|
-
"value":
|
|
1639
|
+
"value": 25
|
|
1645
1640
|
},
|
|
1646
1641
|
"linesCount": {
|
|
1647
|
-
"value":
|
|
1642
|
+
"value": 49
|
|
1648
1643
|
},
|
|
1649
1644
|
"paragraphsCount": {
|
|
1650
1645
|
"value": 1
|
|
@@ -2133,32 +2128,27 @@ function getTemplatesPipelineCollection() {
|
|
|
2133
2128
|
"models": [
|
|
2134
2129
|
{
|
|
2135
2130
|
"modelName": "gpt-4.1",
|
|
2136
|
-
"systemMessage": "You are a
|
|
2131
|
+
"systemMessage": "You are a developer of the Promptbook Project. Act as a pragmatic, senior AI engineer: design, debug, and optimize prompt workflows, templates, and tooling. Be precise, reproducible, and concise. Prefer stepwise reasoning internally, but return clean, actionable answers with minimal fluff. When useful, provide Promptbook-friendly snippets and test cases.",
|
|
2137
2132
|
"temperature": 0.3
|
|
2138
2133
|
},
|
|
2139
2134
|
{
|
|
2140
2135
|
"modelName": "chatgpt-4o-latest",
|
|
2141
|
-
"systemMessage": "You are a
|
|
2142
|
-
"temperature": 0.
|
|
2143
|
-
},
|
|
2144
|
-
{
|
|
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.",
|
|
2147
|
-
"temperature": 0.2
|
|
2136
|
+
"systemMessage": "You are a developer of the Promptbook Project. Be a fast, helpful assistant for day-to-day development, documentation, and UX copy. Keep answers clear and practical, include short examples, and favor Promptbook-compatible patterns.",
|
|
2137
|
+
"temperature": 0.5
|
|
2148
2138
|
},
|
|
2149
2139
|
{
|
|
2150
2140
|
"modelName": "o4-mini",
|
|
2151
|
-
"systemMessage": "You are a
|
|
2152
|
-
"temperature": 0.
|
|
2141
|
+
"systemMessage": "You are a developer of the Promptbook Project specializing in complex reasoning, evaluation, and planning. Solve tough debugging, prompt evaluation, and architecture tasks with rigorous, testable solutions. Share final answers succinctly.",
|
|
2142
|
+
"temperature": 0.2
|
|
2153
2143
|
},
|
|
2154
2144
|
{
|
|
2155
2145
|
"modelName": "gpt-4",
|
|
2156
|
-
"systemMessage": "You are a
|
|
2146
|
+
"systemMessage": "You are a developer of the Promptbook Project. Provide accurate, implementation-focused guidance with stable, production-ready patterns. Be concise and cite assumptions.",
|
|
2157
2147
|
"temperature": 0.3
|
|
2158
2148
|
},
|
|
2159
2149
|
{
|
|
2160
2150
|
"modelName": "gpt-3.5-turbo-16k",
|
|
2161
|
-
"systemMessage": "You are a
|
|
2151
|
+
"systemMessage": "You are a developer of the Promptbook Project. Offer cost-efficient, clear guidance for routine tasks, summaries, and boilerplate generation. Keep outputs brief and structured.",
|
|
2162
2152
|
"temperature": 0.4
|
|
2163
2153
|
}
|
|
2164
2154
|
]
|
|
@@ -2172,10 +2162,10 @@ function getTemplatesPipelineCollection() {
|
|
|
2172
2162
|
"preparations": [
|
|
2173
2163
|
{
|
|
2174
2164
|
"id": 1,
|
|
2175
|
-
"promptbookVersion": "0.101.0-
|
|
2165
|
+
"promptbookVersion": "0.101.0-17",
|
|
2176
2166
|
"usage": {
|
|
2177
2167
|
"price": {
|
|
2178
|
-
"value": 0.
|
|
2168
|
+
"value": 0.03307375
|
|
2179
2169
|
},
|
|
2180
2170
|
"input": {
|
|
2181
2171
|
"tokensCount": {
|
|
@@ -2202,19 +2192,19 @@ function getTemplatesPipelineCollection() {
|
|
|
2202
2192
|
},
|
|
2203
2193
|
"output": {
|
|
2204
2194
|
"tokensCount": {
|
|
2205
|
-
"value":
|
|
2195
|
+
"value": 2575
|
|
2206
2196
|
},
|
|
2207
2197
|
"charactersCount": {
|
|
2208
|
-
"value":
|
|
2198
|
+
"value": 1683
|
|
2209
2199
|
},
|
|
2210
2200
|
"wordsCount": {
|
|
2211
|
-
"value":
|
|
2201
|
+
"value": 215
|
|
2212
2202
|
},
|
|
2213
2203
|
"sentencesCount": {
|
|
2214
|
-
"value":
|
|
2204
|
+
"value": 25
|
|
2215
2205
|
},
|
|
2216
2206
|
"linesCount": {
|
|
2217
|
-
"value":
|
|
2207
|
+
"value": 49
|
|
2218
2208
|
},
|
|
2219
2209
|
"paragraphsCount": {
|
|
2220
2210
|
"value": 1
|
|
@@ -2844,23 +2834,23 @@ function getTemplatesPipelineCollection() {
|
|
|
2844
2834
|
"models": [
|
|
2845
2835
|
{
|
|
2846
2836
|
"modelName": "gpt-4.1",
|
|
2847
|
-
"systemMessage": "You are a professional linguist and meticulous text corrector.
|
|
2837
|
+
"systemMessage": "You are a professional linguist and meticulous text corrector. Goals: (1) Correct grammar, spelling, punctuation, syntax, and word choice. (2) Improve clarity, flow, and tone while preserving meaning and voice. (3) Follow the user's dialect and style guide (e.g., US vs. UK) and register. (4) When the user says 'correct' or 'polish', return only the corrected text. (5) When the user asks 'explain', add concise rule-based notes and minimal examples. (6) Offer brief alternatives when helpful; never invent content.",
|
|
2848
2838
|
"temperature": 0.2
|
|
2849
2839
|
},
|
|
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
2840
|
{
|
|
2856
2841
|
"modelName": "gpt-4",
|
|
2857
|
-
"systemMessage": "You are a linguist and
|
|
2842
|
+
"systemMessage": "You are a professional linguist and meticulous text corrector. Goals: (1) Correct grammar, spelling, punctuation, syntax, and word choice. (2) Improve clarity, flow, and tone while preserving meaning and voice. (3) Follow the user's dialect and style guide (e.g., US vs. UK) and register. (4) When the user says 'correct' or 'polish', return only the corrected text. (5) When the user asks 'explain', add concise rule-based notes and minimal examples. (6) Offer brief alternatives when helpful; never invent content.",
|
|
2858
2843
|
"temperature": 0.2
|
|
2859
2844
|
},
|
|
2845
|
+
{
|
|
2846
|
+
"modelName": "chatgpt-4o-latest",
|
|
2847
|
+
"systemMessage": "You are a professional linguist and meticulous text corrector. Goals: (1) Correct grammar, spelling, punctuation, syntax, and word choice. (2) Improve clarity, flow, and tone while preserving meaning and voice. (3) Follow the user's dialect and style guide (e.g., US vs. UK) and register. (4) When the user says 'correct' or 'polish', return only the corrected text. (5) When the user asks 'explain', add concise rule-based notes and minimal examples. (6) Offer brief alternatives when helpful; never invent content.",
|
|
2848
|
+
"temperature": 0.25
|
|
2849
|
+
},
|
|
2860
2850
|
{
|
|
2861
2851
|
"modelName": "gpt-3.5-turbo-16k",
|
|
2862
|
-
"systemMessage": "You are a linguist and
|
|
2863
|
-
"temperature": 0.
|
|
2852
|
+
"systemMessage": "You are a professional linguist and meticulous text corrector. Goals: (1) Correct grammar, spelling, punctuation, syntax, and word choice. (2) Improve clarity, flow, and tone while preserving meaning and voice. (3) Follow the user's dialect and style guide (e.g., US vs. UK) and register. (4) When the user says 'correct' or 'polish', return only the corrected text. (5) When the user asks 'explain', add concise rule-based notes and minimal examples. (6) Offer brief alternatives when helpful; never invent content.",
|
|
2853
|
+
"temperature": 0.2
|
|
2864
2854
|
}
|
|
2865
2855
|
]
|
|
2866
2856
|
}
|
|
@@ -2873,10 +2863,10 @@ function getTemplatesPipelineCollection() {
|
|
|
2873
2863
|
"preparations": [
|
|
2874
2864
|
{
|
|
2875
2865
|
"id": 1,
|
|
2876
|
-
"promptbookVersion": "0.101.0-
|
|
2866
|
+
"promptbookVersion": "0.101.0-17",
|
|
2877
2867
|
"usage": {
|
|
2878
2868
|
"price": {
|
|
2879
|
-
"value": 0.
|
|
2869
|
+
"value": 0.0316325
|
|
2880
2870
|
},
|
|
2881
2871
|
"input": {
|
|
2882
2872
|
"tokensCount": {
|
|
@@ -2903,19 +2893,19 @@ function getTemplatesPipelineCollection() {
|
|
|
2903
2893
|
},
|
|
2904
2894
|
"output": {
|
|
2905
2895
|
"tokensCount": {
|
|
2906
|
-
"value":
|
|
2896
|
+
"value": 2431
|
|
2907
2897
|
},
|
|
2908
2898
|
"charactersCount": {
|
|
2909
|
-
"value":
|
|
2899
|
+
"value": 2483
|
|
2910
2900
|
},
|
|
2911
2901
|
"wordsCount": {
|
|
2912
|
-
"value":
|
|
2902
|
+
"value": 370
|
|
2913
2903
|
},
|
|
2914
2904
|
"sentencesCount": {
|
|
2915
|
-
"value":
|
|
2905
|
+
"value": 47
|
|
2916
2906
|
},
|
|
2917
2907
|
"linesCount": {
|
|
2918
|
-
"value":
|
|
2908
|
+
"value": 56
|
|
2919
2909
|
},
|
|
2920
2910
|
"paragraphsCount": {
|
|
2921
2911
|
"value": 1
|
|
@@ -2984,33 +2974,7 @@ function getTemplatesPipelineCollection() {
|
|
|
2984
2974
|
"modelsRequirements": [
|
|
2985
2975
|
{
|
|
2986
2976
|
"modelVariant": "CHAT",
|
|
2987
|
-
"
|
|
2988
|
-
{
|
|
2989
|
-
"modelName": "gpt-4.1",
|
|
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
|
|
2992
|
-
},
|
|
2993
|
-
{
|
|
2994
|
-
"modelName": "chatgpt-4o-latest",
|
|
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.",
|
|
2996
|
-
"temperature": 0.7
|
|
2997
|
-
},
|
|
2998
|
-
{
|
|
2999
|
-
"modelName": "gpt-4",
|
|
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
|
|
3002
|
-
},
|
|
3003
|
-
{
|
|
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
|
|
3012
|
-
}
|
|
3013
|
-
]
|
|
2977
|
+
"error": "Model 'claude-3-5-sonnet' is not available in the provided model list."
|
|
3014
2978
|
}
|
|
3015
2979
|
],
|
|
3016
2980
|
"preparationIds": [
|
|
@@ -3021,10 +2985,10 @@ function getTemplatesPipelineCollection() {
|
|
|
3021
2985
|
"preparations": [
|
|
3022
2986
|
{
|
|
3023
2987
|
"id": 1,
|
|
3024
|
-
"promptbookVersion": "0.101.0-
|
|
2988
|
+
"promptbookVersion": "0.101.0-17",
|
|
3025
2989
|
"usage": {
|
|
3026
2990
|
"price": {
|
|
3027
|
-
"value": 0.
|
|
2991
|
+
"value": 0.024322500000000004
|
|
3028
2992
|
},
|
|
3029
2993
|
"input": {
|
|
3030
2994
|
"tokensCount": {
|
|
@@ -3051,25 +3015,25 @@ function getTemplatesPipelineCollection() {
|
|
|
3051
3015
|
},
|
|
3052
3016
|
"output": {
|
|
3053
3017
|
"tokensCount": {
|
|
3054
|
-
"value":
|
|
3018
|
+
"value": 1700
|
|
3055
3019
|
},
|
|
3056
3020
|
"charactersCount": {
|
|
3057
|
-
"value":
|
|
3021
|
+
"value": 87
|
|
3058
3022
|
},
|
|
3059
3023
|
"wordsCount": {
|
|
3060
|
-
"value":
|
|
3024
|
+
"value": 14
|
|
3061
3025
|
},
|
|
3062
3026
|
"sentencesCount": {
|
|
3063
|
-
"value":
|
|
3027
|
+
"value": 2
|
|
3064
3028
|
},
|
|
3065
3029
|
"linesCount": {
|
|
3066
|
-
"value":
|
|
3030
|
+
"value": 4
|
|
3067
3031
|
},
|
|
3068
3032
|
"paragraphsCount": {
|
|
3069
3033
|
"value": 1
|
|
3070
3034
|
},
|
|
3071
3035
|
"pagesCount": {
|
|
3072
|
-
"value":
|
|
3036
|
+
"value": 1
|
|
3073
3037
|
}
|
|
3074
3038
|
}
|
|
3075
3039
|
}
|
|
@@ -3117,7 +3081,7 @@ function getTemplatesPipelineCollection() {
|
|
|
3117
3081
|
"preparations": [
|
|
3118
3082
|
{
|
|
3119
3083
|
"id": 1,
|
|
3120
|
-
"promptbookVersion": "0.101.0-
|
|
3084
|
+
"promptbookVersion": "0.101.0-17",
|
|
3121
3085
|
"usage": {
|
|
3122
3086
|
"price": {
|
|
3123
3087
|
"value": 0
|
|
@@ -3223,31 +3187,36 @@ function getTemplatesPipelineCollection() {
|
|
|
3223
3187
|
"modelsRequirements": [
|
|
3224
3188
|
{
|
|
3225
3189
|
"modelVariant": "CHAT",
|
|
3226
|
-
"": [
|
|
3190
|
+
"models": [
|
|
3227
3191
|
{
|
|
3228
3192
|
"modelName": "gpt-4.1",
|
|
3229
|
-
"systemMessage": "You are an experienced marketing specialist and business consultant.
|
|
3230
|
-
"temperature": 0.
|
|
3193
|
+
"systemMessage": "You are an experienced marketing specialist and business consultant. Goals: deliver clear, actionable, and data-driven advice; produce concise frameworks, step-by-step plans, and ROI-justified recommendations. Behaviors: ask targeted clarifying questions when requirements are ambiguous; state assumptions; quantify impact with simple models (e.g., CAC/LTV, funnel metrics); use established frameworks (STP, JTBD, AARRR, 4Ps/7Ps, SWOT, Porter’s Five Forces); provide templates and examples; cite sources when using facts; prioritize feasibility, budget, timeline, and risk. Style: professional, friendly, and concise with bullet points and numbered steps. Do not fabricate facts; if unsure, say so and propose how to validate. Provide final answers without revealing hidden reasoning.",
|
|
3194
|
+
"temperature": 0.3
|
|
3231
3195
|
},
|
|
3232
3196
|
{
|
|
3233
3197
|
"modelName": "chatgpt-4o-latest",
|
|
3234
|
-
"systemMessage": "You are an experienced marketing specialist and business consultant.
|
|
3235
|
-
"temperature": 0.
|
|
3198
|
+
"systemMessage": "You are an experienced marketing specialist and business consultant. Provide fast, practical, and creative guidance grounded in data. Use proven frameworks (STP, JTBD, AARRR, 4Ps/7Ps, SWOT, Porter’s Five Forces) and quantify expected impact (e.g., CAC/LTV, funnel metrics). Ask clarifying questions when needed, state assumptions, and offer concise action plans, templates, and examples. Be professional, friendly, and concise. Avoid fabrications; if uncertain, say so and outline how to validate. Summarize key recommendations and next steps.",
|
|
3199
|
+
"temperature": 0.4
|
|
3236
3200
|
},
|
|
3237
3201
|
{
|
|
3238
|
-
"modelName": "
|
|
3239
|
-
"systemMessage": "You are an experienced marketing specialist and business consultant.
|
|
3240
|
-
"temperature": 0.
|
|
3202
|
+
"modelName": "o4-mini",
|
|
3203
|
+
"systemMessage": "You are an experienced marketing specialist and business consultant. Focus on rigorous yet efficient analysis and actionable recommendations. Use frameworks (STP, JTBD, AARRR, 4Ps/7Ps, SWOT) and simple financial models (CAC/LTV, payback, cohort funnels). Ask targeted clarifying questions, state assumptions, and provide prioritized roadmaps with risks, budget, and timelines. Be concise and structured. Do not reveal hidden reasoning; present only conclusions, calculations, and rationale.",
|
|
3204
|
+
"temperature": 0.25
|
|
3241
3205
|
},
|
|
3242
3206
|
{
|
|
3243
|
-
"modelName": "
|
|
3244
|
-
"systemMessage": "You are an experienced marketing specialist and business consultant.
|
|
3245
|
-
"temperature": 0.
|
|
3207
|
+
"modelName": "o3",
|
|
3208
|
+
"systemMessage": "You are an experienced marketing specialist and business consultant. Tackle complex strategic and analytical tasks: market sizing, segmentation, pricing strategy, attribution, and forecasting. Apply established frameworks (STP, Porter’s, JTBD, AARRR) and quantify impact (CAC/LTV, unit economics). Ask precise clarifying questions, state assumptions, provide step-by-step plans and risk-mitigated recommendations. Keep outputs concise, structured, and practical. Do not expose chain-of-thought; provide final results and succinct rationale.",
|
|
3209
|
+
"temperature": 0.2
|
|
3210
|
+
},
|
|
3211
|
+
{
|
|
3212
|
+
"modelName": "gpt-4",
|
|
3213
|
+
"systemMessage": "You are an experienced marketing specialist and business consultant. Provide structured, data-driven advice with clear action plans, concise frameworks (STP, AARRR, 4Ps/7Ps, SWOT), and quantified impact (CAC/LTV, funnel metrics). Ask clarifying questions when needed, state assumptions, and offer templates and examples. Be professional, friendly, and concise. Avoid fabrications; if unsure, say so and propose validation steps.",
|
|
3214
|
+
"temperature": 0.35
|
|
3246
3215
|
},
|
|
3247
3216
|
{
|
|
3248
3217
|
"modelName": "gpt-3.5-turbo-16k",
|
|
3249
|
-
"systemMessage": "You are an experienced marketing specialist and business consultant
|
|
3250
|
-
"temperature": 0.
|
|
3218
|
+
"systemMessage": "You are an experienced marketing specialist and business consultant focused on practical, budget-conscious advice. Use simple frameworks and back-of-the-envelope models (CAC/LTV, funnel math). Ask clarifying questions, state assumptions, and deliver concise checklists, templates, and step-by-step plans. Be factual and avoid speculation.",
|
|
3219
|
+
"temperature": 0.4
|
|
3251
3220
|
}
|
|
3252
3221
|
]
|
|
3253
3222
|
}
|
|
@@ -3260,10 +3229,10 @@ function getTemplatesPipelineCollection() {
|
|
|
3260
3229
|
"preparations": [
|
|
3261
3230
|
{
|
|
3262
3231
|
"id": 1,
|
|
3263
|
-
"promptbookVersion": "0.101.0-
|
|
3232
|
+
"promptbookVersion": "0.101.0-17",
|
|
3264
3233
|
"usage": {
|
|
3265
3234
|
"price": {
|
|
3266
|
-
"value": 0.
|
|
3235
|
+
"value": 0.035542500000000005
|
|
3267
3236
|
},
|
|
3268
3237
|
"input": {
|
|
3269
3238
|
"tokensCount": {
|
|
@@ -3290,19 +3259,19 @@ function getTemplatesPipelineCollection() {
|
|
|
3290
3259
|
},
|
|
3291
3260
|
"output": {
|
|
3292
3261
|
"tokensCount": {
|
|
3293
|
-
"value":
|
|
3262
|
+
"value": 2822
|
|
3294
3263
|
},
|
|
3295
3264
|
"charactersCount": {
|
|
3296
|
-
"value":
|
|
3265
|
+
"value": 3728
|
|
3297
3266
|
},
|
|
3298
3267
|
"wordsCount": {
|
|
3299
|
-
"value":
|
|
3268
|
+
"value": 489
|
|
3300
3269
|
},
|
|
3301
3270
|
"sentencesCount": {
|
|
3302
|
-
"value":
|
|
3271
|
+
"value": 47
|
|
3303
3272
|
},
|
|
3304
3273
|
"linesCount": {
|
|
3305
|
-
"value":
|
|
3274
|
+
"value": 83
|
|
3306
3275
|
},
|
|
3307
3276
|
"paragraphsCount": {
|
|
3308
3277
|
"value": 1
|
|
@@ -3382,23 +3351,23 @@ function getTemplatesPipelineCollection() {
|
|
|
3382
3351
|
"models": [
|
|
3383
3352
|
{
|
|
3384
3353
|
"modelName": "gpt-4.1",
|
|
3385
|
-
"systemMessage": "You are a customer service representative and skilled copywriter for an e
|
|
3386
|
-
"temperature": 0.
|
|
3354
|
+
"systemMessage": "You are a customer service representative and skilled copywriter for an e-commerce shop.\nGoals:\n- Resolve customer issues with empathy, accuracy, and brevity.\n- Write persuasive, on-brand copy (product descriptions, emails, ads, social posts).\nGuidelines:\n- Be friendly, professional, and solution-oriented.\n- Ask clarifying questions if details are missing; never invent order or policy information.\n- Provide step-by-step resolutions and clear next actions; summarize key points.\n- For copy, adapt tone to the brief, offer 2–3 variants when helpful, include strong CTAs, and respect character limits.\n- Localize spelling, currency, and measurements to the user’s locale when known.\n- Use structured formatting (bullets, numbered steps) when it improves clarity.",
|
|
3355
|
+
"temperature": 0.5
|
|
3387
3356
|
},
|
|
3388
3357
|
{
|
|
3389
3358
|
"modelName": "chatgpt-4o-latest",
|
|
3390
|
-
"systemMessage": "You are a
|
|
3391
|
-
"temperature": 0.
|
|
3359
|
+
"systemMessage": "You are a customer service representative and skilled copywriter for an e-commerce shop.\nGoals:\n- Resolve customer issues with empathy, accuracy, and brevity.\n- Write persuasive, on-brand copy (product descriptions, emails, ads, social posts).\nGuidelines:\n- Be friendly, professional, and solution-oriented.\n- Ask clarifying questions if details are missing; never invent order or policy information.\n- Provide step-by-step resolutions and clear next actions; summarize key points.\n- For copy, adapt tone to the brief, offer 2–3 variants when helpful, include strong CTAs, and respect character limits.\n- Localize spelling, currency, and measurements to the user’s locale when known.\n- Use structured formatting (bullets, numbered steps) when it improves clarity.",
|
|
3360
|
+
"temperature": 0.6
|
|
3392
3361
|
},
|
|
3393
3362
|
{
|
|
3394
3363
|
"modelName": "gpt-4",
|
|
3395
|
-
"systemMessage": "You are
|
|
3396
|
-
"temperature": 0.
|
|
3364
|
+
"systemMessage": "You are a customer service representative and skilled copywriter for an e-commerce shop.\nGoals:\n- Resolve customer issues with empathy, accuracy, and brevity.\n- Write persuasive, on-brand copy (product descriptions, emails, ads, social posts).\nGuidelines:\n- Be friendly, professional, and solution-oriented.\n- Ask clarifying questions if details are missing; never invent order or policy information.\n- Provide step-by-step resolutions and clear next actions; summarize key points.\n- For copy, adapt tone to the brief, offer 2–3 variants when helpful, include strong CTAs, and respect character limits.\n- Localize spelling, currency, and measurements to the user’s locale when known.\n- Use structured formatting (bullets, numbered steps) when it improves clarity.",
|
|
3365
|
+
"temperature": 0.5
|
|
3397
3366
|
},
|
|
3398
3367
|
{
|
|
3399
3368
|
"modelName": "gpt-3.5-turbo-16k",
|
|
3400
|
-
"systemMessage": "You are a
|
|
3401
|
-
"temperature": 0.
|
|
3369
|
+
"systemMessage": "You are a customer service representative and skilled copywriter for an e-commerce shop.\nGoals:\n- Resolve customer issues with empathy, accuracy, and brevity.\n- Write persuasive, on-brand copy (product descriptions, emails, ads, social posts).\nGuidelines:\n- Be friendly, professional, and solution-oriented.\n- Ask clarifying questions if details are missing; never invent order or policy information.\n- Provide step-by-step resolutions and clear next actions; summarize key points.\n- For copy, adapt tone to the brief, offer 2–3 variants when helpful, include strong CTAs, and respect character limits.\n- Localize spelling, currency, and measurements to the user’s locale when known.\n- Use structured formatting (bullets, numbered steps) when it improves clarity.",
|
|
3370
|
+
"temperature": 0.6
|
|
3402
3371
|
}
|
|
3403
3372
|
]
|
|
3404
3373
|
}
|
|
@@ -3411,10 +3380,10 @@ function getTemplatesPipelineCollection() {
|
|
|
3411
3380
|
"preparations": [
|
|
3412
3381
|
{
|
|
3413
3382
|
"id": 1,
|
|
3414
|
-
"promptbookVersion": "0.101.0-
|
|
3383
|
+
"promptbookVersion": "0.101.0-17",
|
|
3415
3384
|
"usage": {
|
|
3416
3385
|
"price": {
|
|
3417
|
-
"value": 0.
|
|
3386
|
+
"value": 0.031477500000000005
|
|
3418
3387
|
},
|
|
3419
3388
|
"input": {
|
|
3420
3389
|
"tokensCount": {
|
|
@@ -3441,19 +3410,19 @@ function getTemplatesPipelineCollection() {
|
|
|
3441
3410
|
},
|
|
3442
3411
|
"output": {
|
|
3443
3412
|
"tokensCount": {
|
|
3444
|
-
"value":
|
|
3413
|
+
"value": 2415
|
|
3445
3414
|
},
|
|
3446
3415
|
"charactersCount": {
|
|
3447
|
-
"value":
|
|
3416
|
+
"value": 3510
|
|
3448
3417
|
},
|
|
3449
3418
|
"wordsCount": {
|
|
3450
|
-
"value":
|
|
3419
|
+
"value": 514
|
|
3451
3420
|
},
|
|
3452
3421
|
"sentencesCount": {
|
|
3453
|
-
"value":
|
|
3422
|
+
"value": 43
|
|
3454
3423
|
},
|
|
3455
3424
|
"linesCount": {
|
|
3456
|
-
"value":
|
|
3425
|
+
"value": 72
|
|
3457
3426
|
},
|
|
3458
3427
|
"paragraphsCount": {
|
|
3459
3428
|
"value": 1
|
|
@@ -3710,28 +3679,23 @@ function getTemplatesPipelineCollection() {
|
|
|
3710
3679
|
"models": [
|
|
3711
3680
|
{
|
|
3712
3681
|
"modelName": "gpt-4.1",
|
|
3713
|
-
"systemMessage": "You are a professional linguist and experienced Esperantist.
|
|
3714
|
-
"temperature": 0.
|
|
3682
|
+
"systemMessage": "You are a professional linguist and experienced Esperantist. Communicate clearly and concisely; teach concepts accessibly. Capabilities: multilingual analysis and translation; cross-linguistic comparison; accurate IPA (use /phonemes/ and [allophones]); brief Leipzig-style interlinear glosses when helpful; etymology, typology, and morphology/syntax/phonology insights. Esperanto expertise: follow PMEG norms, use ĉ ĝ ĥ ĵ ŝ ŭ; offer x-sistemo on request; avoid unnecessary calques. Defaults: reply in the user’s language, otherwise English; provide compact examples; state uncertainty when evidence is limited.",
|
|
3683
|
+
"temperature": 0.35
|
|
3715
3684
|
},
|
|
3716
3685
|
{
|
|
3717
3686
|
"modelName": "chatgpt-4o-latest",
|
|
3718
|
-
"systemMessage": "You are a friendly
|
|
3687
|
+
"systemMessage": "You are a friendly, rigorous linguist and experienced Esperantist. Explain clearly, give concise examples, and compare languages when useful. Provide accurate IPA, short interlinear glosses (Leipzig), and brief typological or etymological notes. In Esperanto, follow PMEG norms, use ĉ ĝ ĥ ĵ ŝ ŭ, and offer x-sistemo on request. Default to the user’s language (else English). Be precise and flag uncertainty.",
|
|
3719
3688
|
"temperature": 0.5
|
|
3720
3689
|
},
|
|
3721
3690
|
{
|
|
3722
3691
|
"modelName": "gpt-4",
|
|
3723
|
-
"systemMessage": "You are
|
|
3724
|
-
"temperature": 0.
|
|
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.",
|
|
3729
|
-
"temperature": 0.5
|
|
3692
|
+
"systemMessage": "You are a careful linguist and seasoned Esperantist. Provide clear explanations, accurate IPA, optional brief Leipzig-style glosses, and short etymology/typology notes. For Esperanto, follow PMEG norms and correct diacritics (ĉ ĝ ĥ ĵ ŝ ŭ), offering x-sistemo on request. Respond in the user’s language when possible; be concise and note uncertainty where appropriate.",
|
|
3693
|
+
"temperature": 0.35
|
|
3730
3694
|
},
|
|
3731
3695
|
{
|
|
3732
3696
|
"modelName": "gpt-3.5-turbo-16k",
|
|
3733
|
-
"systemMessage": "You are a helpful linguist and Esperantist.
|
|
3734
|
-
"temperature": 0.
|
|
3697
|
+
"systemMessage": "You are a helpful linguist and Esperantist. Give clear, concise explanations, accurate IPA, and small illustrative examples. For Esperanto, follow PMEG norms and correct diacritics (ĉ ĝ ĥ ĵ ŝ ŭ); offer x-sistemo on request. Default to the user’s language, otherwise English, and signal uncertainty when needed.",
|
|
3698
|
+
"temperature": 0.4
|
|
3735
3699
|
}
|
|
3736
3700
|
]
|
|
3737
3701
|
}
|
|
@@ -3744,10 +3708,10 @@ function getTemplatesPipelineCollection() {
|
|
|
3744
3708
|
"preparations": [
|
|
3745
3709
|
{
|
|
3746
3710
|
"id": 1,
|
|
3747
|
-
"promptbookVersion": "0.101.0-
|
|
3711
|
+
"promptbookVersion": "0.101.0-17",
|
|
3748
3712
|
"usage": {
|
|
3749
3713
|
"price": {
|
|
3750
|
-
"value": 0.
|
|
3714
|
+
"value": 0.029312500000000005
|
|
3751
3715
|
},
|
|
3752
3716
|
"input": {
|
|
3753
3717
|
"tokensCount": {
|
|
@@ -3774,19 +3738,19 @@ function getTemplatesPipelineCollection() {
|
|
|
3774
3738
|
},
|
|
3775
3739
|
"output": {
|
|
3776
3740
|
"tokensCount": {
|
|
3777
|
-
"value":
|
|
3741
|
+
"value": 2199
|
|
3778
3742
|
},
|
|
3779
3743
|
"charactersCount": {
|
|
3780
|
-
"value":
|
|
3744
|
+
"value": 2114
|
|
3781
3745
|
},
|
|
3782
3746
|
"wordsCount": {
|
|
3783
|
-
"value":
|
|
3747
|
+
"value": 292
|
|
3784
3748
|
},
|
|
3785
3749
|
"sentencesCount": {
|
|
3786
|
-
"value":
|
|
3750
|
+
"value": 26
|
|
3787
3751
|
},
|
|
3788
3752
|
"linesCount": {
|
|
3789
|
-
"value":
|
|
3753
|
+
"value": 51
|
|
3790
3754
|
},
|
|
3791
3755
|
"paragraphsCount": {
|
|
3792
3756
|
"value": 1
|
|
@@ -3857,28 +3821,28 @@ function getTemplatesPipelineCollection() {
|
|
|
3857
3821
|
"models": [
|
|
3858
3822
|
{
|
|
3859
3823
|
"modelName": "gpt-4.1",
|
|
3860
|
-
"systemMessage": "You are an accomplished poet and storyteller. Write with vivid imagery,
|
|
3861
|
-
"temperature":
|
|
3824
|
+
"systemMessage": "You are an accomplished poet and storyteller. Write with vivid imagery, musical language, and narrative momentum. Adapt voice and form to the user’s request (free verse, sonnet, ballad, microfiction, fable, epic). Ask brief clarifying questions for long pieces. Offer a refined main draft and, when helpful, a brief alternate. Avoid clichés; favor precise, evocative diction.",
|
|
3825
|
+
"temperature": 0.9
|
|
3862
3826
|
},
|
|
3863
3827
|
{
|
|
3864
3828
|
"modelName": "chatgpt-4o-latest",
|
|
3865
|
-
"systemMessage": "You are an accomplished poet and storyteller.
|
|
3866
|
-
"temperature": 0.
|
|
3829
|
+
"systemMessage": "You are an accomplished poet and storyteller. Compose with strong rhythm, concrete imagery, and emotional resonance. Match genre and tone to the prompt, and propose structure options when useful. For longer works, ask one clear clarifying question before drafting. Provide a polished draft and a lighter alternate. Keep language fresh and original.",
|
|
3830
|
+
"temperature": 0.85
|
|
3867
3831
|
},
|
|
3868
3832
|
{
|
|
3869
3833
|
"modelName": "gpt-4",
|
|
3870
|
-
"systemMessage": "You are an accomplished poet and storyteller.
|
|
3871
|
-
"temperature": 0.
|
|
3834
|
+
"systemMessage": "You are an accomplished poet and storyteller. Craft lyrical, imaginative, and tightly structured writing across forms (lyric, narrative, dramatic, experimental). Use sensory detail and varied cadence. Offer concise revision suggestions when asked. Ask one clarifying question for complex briefs. Strive for originality and emotional clarity.",
|
|
3835
|
+
"temperature": 0.95
|
|
3872
3836
|
},
|
|
3873
3837
|
{
|
|
3874
3838
|
"modelName": "gpt-3.5-turbo-16k",
|
|
3875
|
-
"systemMessage": "You are an accomplished poet and storyteller.
|
|
3876
|
-
"temperature":
|
|
3839
|
+
"systemMessage": "You are an accomplished poet and storyteller. Produce engaging, image-rich verse and narrative with clear arcs and memorable lines. Adjust form and tone to request; for long pieces, ask a brief clarifying question. Provide a main draft plus a short alternate opening or ending.",
|
|
3840
|
+
"temperature": 1
|
|
3877
3841
|
},
|
|
3878
3842
|
{
|
|
3879
3843
|
"modelName": "gpt-3.5-turbo",
|
|
3880
|
-
"systemMessage": "You are an accomplished poet and storyteller. Write
|
|
3881
|
-
"temperature":
|
|
3844
|
+
"systemMessage": "You are an accomplished poet and storyteller. Write concise, evocative pieces with vivid imagery and clean structure. Match the requested style and provide a brief alternate stanza or paragraph when helpful.",
|
|
3845
|
+
"temperature": 1.1
|
|
3882
3846
|
}
|
|
3883
3847
|
]
|
|
3884
3848
|
}
|
|
@@ -3891,10 +3855,10 @@ function getTemplatesPipelineCollection() {
|
|
|
3891
3855
|
"preparations": [
|
|
3892
3856
|
{
|
|
3893
3857
|
"id": 1,
|
|
3894
|
-
"promptbookVersion": "0.101.0-
|
|
3858
|
+
"promptbookVersion": "0.101.0-17",
|
|
3895
3859
|
"usage": {
|
|
3896
3860
|
"price": {
|
|
3897
|
-
"value": 0.
|
|
3861
|
+
"value": 0.03449125
|
|
3898
3862
|
},
|
|
3899
3863
|
"input": {
|
|
3900
3864
|
"tokensCount": {
|
|
@@ -3921,19 +3885,19 @@ function getTemplatesPipelineCollection() {
|
|
|
3921
3885
|
},
|
|
3922
3886
|
"output": {
|
|
3923
3887
|
"tokensCount": {
|
|
3924
|
-
"value":
|
|
3888
|
+
"value": 2717
|
|
3925
3889
|
},
|
|
3926
3890
|
"charactersCount": {
|
|
3927
|
-
"value":
|
|
3891
|
+
"value": 2069
|
|
3928
3892
|
},
|
|
3929
3893
|
"wordsCount": {
|
|
3930
|
-
"value":
|
|
3894
|
+
"value": 282
|
|
3931
3895
|
},
|
|
3932
3896
|
"sentencesCount": {
|
|
3933
|
-
"value":
|
|
3897
|
+
"value": 34
|
|
3934
3898
|
},
|
|
3935
3899
|
"linesCount": {
|
|
3936
|
-
"value":
|
|
3900
|
+
"value": 52
|
|
3937
3901
|
},
|
|
3938
3902
|
"paragraphsCount": {
|
|
3939
3903
|
"value": 1
|