@promptbook/templates 0.101.0-16 → 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 +167 -145
- 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/AvatarProfile/AvatarChip/AvatarChip.d.ts +2 -2
- 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 +167 -145
- 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-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,23 +1563,28 @@ 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 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
|
+
"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 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
|
|
1573
1573
|
},
|
|
1574
1574
|
{
|
|
1575
1575
|
"modelName": "o4-mini",
|
|
1576
|
-
"systemMessage": "You are
|
|
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
1577
|
"temperature": 0.2
|
|
1578
1578
|
},
|
|
1579
|
+
{
|
|
1580
|
+
"modelName": "gpt-4",
|
|
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.",
|
|
1582
|
+
"temperature": 0.3
|
|
1583
|
+
},
|
|
1579
1584
|
{
|
|
1580
1585
|
"modelName": "gpt-3.5-turbo-16k",
|
|
1581
|
-
"systemMessage": "You are a
|
|
1582
|
-
"temperature": 0.
|
|
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.",
|
|
1587
|
+
"temperature": 0.4
|
|
1583
1588
|
}
|
|
1584
1589
|
]
|
|
1585
1590
|
}
|
|
@@ -1592,10 +1597,10 @@ function getTemplatesPipelineCollection() {
|
|
|
1592
1597
|
"preparations": [
|
|
1593
1598
|
{
|
|
1594
1599
|
"id": 1,
|
|
1595
|
-
"promptbookVersion": "0.101.0-
|
|
1600
|
+
"promptbookVersion": "0.101.0-17",
|
|
1596
1601
|
"usage": {
|
|
1597
1602
|
"price": {
|
|
1598
|
-
"value": 0.
|
|
1603
|
+
"value": 0.03307375
|
|
1599
1604
|
},
|
|
1600
1605
|
"input": {
|
|
1601
1606
|
"tokensCount": {
|
|
@@ -1622,25 +1627,25 @@ function getTemplatesPipelineCollection() {
|
|
|
1622
1627
|
},
|
|
1623
1628
|
"output": {
|
|
1624
1629
|
"tokensCount": {
|
|
1625
|
-
"value":
|
|
1630
|
+
"value": 2575
|
|
1626
1631
|
},
|
|
1627
1632
|
"charactersCount": {
|
|
1628
|
-
"value":
|
|
1633
|
+
"value": 1683
|
|
1629
1634
|
},
|
|
1630
1635
|
"wordsCount": {
|
|
1631
|
-
"value":
|
|
1636
|
+
"value": 215
|
|
1632
1637
|
},
|
|
1633
1638
|
"sentencesCount": {
|
|
1634
1639
|
"value": 25
|
|
1635
1640
|
},
|
|
1636
1641
|
"linesCount": {
|
|
1637
|
-
"value":
|
|
1642
|
+
"value": 49
|
|
1638
1643
|
},
|
|
1639
1644
|
"paragraphsCount": {
|
|
1640
1645
|
"value": 1
|
|
1641
1646
|
},
|
|
1642
1647
|
"pagesCount": {
|
|
1643
|
-
"value":
|
|
1648
|
+
"value": 2
|
|
1644
1649
|
}
|
|
1645
1650
|
}
|
|
1646
1651
|
}
|
|
@@ -2123,23 +2128,28 @@ function getTemplatesPipelineCollection() {
|
|
|
2123
2128
|
"models": [
|
|
2124
2129
|
{
|
|
2125
2130
|
"modelName": "gpt-4.1",
|
|
2126
|
-
"systemMessage": "You are
|
|
2127
|
-
"temperature": 0.
|
|
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.",
|
|
2132
|
+
"temperature": 0.3
|
|
2128
2133
|
},
|
|
2129
2134
|
{
|
|
2130
2135
|
"modelName": "chatgpt-4o-latest",
|
|
2131
|
-
"systemMessage": "You are a
|
|
2132
|
-
"temperature": 0.
|
|
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
|
|
2133
2138
|
},
|
|
2134
2139
|
{
|
|
2135
2140
|
"modelName": "o4-mini",
|
|
2136
|
-
"systemMessage": "You are
|
|
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.",
|
|
2137
2142
|
"temperature": 0.2
|
|
2138
2143
|
},
|
|
2144
|
+
{
|
|
2145
|
+
"modelName": "gpt-4",
|
|
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.",
|
|
2147
|
+
"temperature": 0.3
|
|
2148
|
+
},
|
|
2139
2149
|
{
|
|
2140
2150
|
"modelName": "gpt-3.5-turbo-16k",
|
|
2141
|
-
"systemMessage": "You are a
|
|
2142
|
-
"temperature": 0.
|
|
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.",
|
|
2152
|
+
"temperature": 0.4
|
|
2143
2153
|
}
|
|
2144
2154
|
]
|
|
2145
2155
|
}
|
|
@@ -2152,10 +2162,10 @@ function getTemplatesPipelineCollection() {
|
|
|
2152
2162
|
"preparations": [
|
|
2153
2163
|
{
|
|
2154
2164
|
"id": 1,
|
|
2155
|
-
"promptbookVersion": "0.101.0-
|
|
2165
|
+
"promptbookVersion": "0.101.0-17",
|
|
2156
2166
|
"usage": {
|
|
2157
2167
|
"price": {
|
|
2158
|
-
"value": 0.
|
|
2168
|
+
"value": 0.03307375
|
|
2159
2169
|
},
|
|
2160
2170
|
"input": {
|
|
2161
2171
|
"tokensCount": {
|
|
@@ -2182,25 +2192,25 @@ function getTemplatesPipelineCollection() {
|
|
|
2182
2192
|
},
|
|
2183
2193
|
"output": {
|
|
2184
2194
|
"tokensCount": {
|
|
2185
|
-
"value":
|
|
2195
|
+
"value": 2575
|
|
2186
2196
|
},
|
|
2187
2197
|
"charactersCount": {
|
|
2188
|
-
"value":
|
|
2198
|
+
"value": 1683
|
|
2189
2199
|
},
|
|
2190
2200
|
"wordsCount": {
|
|
2191
|
-
"value":
|
|
2201
|
+
"value": 215
|
|
2192
2202
|
},
|
|
2193
2203
|
"sentencesCount": {
|
|
2194
2204
|
"value": 25
|
|
2195
2205
|
},
|
|
2196
2206
|
"linesCount": {
|
|
2197
|
-
"value":
|
|
2207
|
+
"value": 49
|
|
2198
2208
|
},
|
|
2199
2209
|
"paragraphsCount": {
|
|
2200
2210
|
"value": 1
|
|
2201
2211
|
},
|
|
2202
2212
|
"pagesCount": {
|
|
2203
|
-
"value":
|
|
2213
|
+
"value": 2
|
|
2204
2214
|
}
|
|
2205
2215
|
}
|
|
2206
2216
|
}
|
|
@@ -2821,7 +2831,28 @@ function getTemplatesPipelineCollection() {
|
|
|
2821
2831
|
"modelsRequirements": [
|
|
2822
2832
|
{
|
|
2823
2833
|
"modelVariant": "CHAT",
|
|
2824
|
-
"
|
|
2834
|
+
"models": [
|
|
2835
|
+
{
|
|
2836
|
+
"modelName": "gpt-4.1",
|
|
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.",
|
|
2838
|
+
"temperature": 0.2
|
|
2839
|
+
},
|
|
2840
|
+
{
|
|
2841
|
+
"modelName": "gpt-4",
|
|
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.",
|
|
2843
|
+
"temperature": 0.2
|
|
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
|
+
},
|
|
2850
|
+
{
|
|
2851
|
+
"modelName": "gpt-3.5-turbo-16k",
|
|
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
|
|
2854
|
+
}
|
|
2855
|
+
]
|
|
2825
2856
|
}
|
|
2826
2857
|
],
|
|
2827
2858
|
"preparationIds": [
|
|
@@ -2832,10 +2863,10 @@ function getTemplatesPipelineCollection() {
|
|
|
2832
2863
|
"preparations": [
|
|
2833
2864
|
{
|
|
2834
2865
|
"id": 1,
|
|
2835
|
-
"promptbookVersion": "0.101.0-
|
|
2866
|
+
"promptbookVersion": "0.101.0-17",
|
|
2836
2867
|
"usage": {
|
|
2837
2868
|
"price": {
|
|
2838
|
-
"value": 0.
|
|
2869
|
+
"value": 0.0316325
|
|
2839
2870
|
},
|
|
2840
2871
|
"input": {
|
|
2841
2872
|
"tokensCount": {
|
|
@@ -2862,25 +2893,25 @@ function getTemplatesPipelineCollection() {
|
|
|
2862
2893
|
},
|
|
2863
2894
|
"output": {
|
|
2864
2895
|
"tokensCount": {
|
|
2865
|
-
"value":
|
|
2896
|
+
"value": 2431
|
|
2866
2897
|
},
|
|
2867
2898
|
"charactersCount": {
|
|
2868
|
-
"value":
|
|
2899
|
+
"value": 2483
|
|
2869
2900
|
},
|
|
2870
2901
|
"wordsCount": {
|
|
2871
|
-
"value":
|
|
2902
|
+
"value": 370
|
|
2872
2903
|
},
|
|
2873
2904
|
"sentencesCount": {
|
|
2874
|
-
"value":
|
|
2905
|
+
"value": 47
|
|
2875
2906
|
},
|
|
2876
2907
|
"linesCount": {
|
|
2877
|
-
"value":
|
|
2908
|
+
"value": 56
|
|
2878
2909
|
},
|
|
2879
2910
|
"paragraphsCount": {
|
|
2880
2911
|
"value": 1
|
|
2881
2912
|
},
|
|
2882
2913
|
"pagesCount": {
|
|
2883
|
-
"value":
|
|
2914
|
+
"value": 2
|
|
2884
2915
|
}
|
|
2885
2916
|
}
|
|
2886
2917
|
}
|
|
@@ -2943,28 +2974,7 @@ function getTemplatesPipelineCollection() {
|
|
|
2943
2974
|
"modelsRequirements": [
|
|
2944
2975
|
{
|
|
2945
2976
|
"modelVariant": "CHAT",
|
|
2946
|
-
"
|
|
2947
|
-
{
|
|
2948
|
-
"modelName": "gpt-4.1",
|
|
2949
|
-
"systemMessage": "You are a skilled e-commerce copywriter for an online shop. Your goals: increase conversions, maintain brand voice, and improve SEO. Before writing, ask up to 3 concise clarifying questions if requirements are ambiguous (audience, tone, brand voice, target keywords, compliance limits, locale). Produce clear, benefit-led copy with strong CTAs, scannable structure (headlines, short paragraphs, bullet points), and accurate, non-misleading claims. Deliverables may include product titles, feature/benefit bullets, long descriptions, meta title/description, alt text, email/social captions, and A/B variants. Naturally integrate keywords without stuffing; include optional schema-ready fields if requested. Default to concise, persuasive language and use active voice.",
|
|
2950
|
-
"temperature": 0.7
|
|
2951
|
-
},
|
|
2952
|
-
{
|
|
2953
|
-
"modelName": "chatgpt-4o-latest",
|
|
2954
|
-
"systemMessage": "You are a skilled e-commerce copywriter for an online shop. Your goals: increase conversions, maintain brand voice, and improve SEO. Before writing, ask up to 3 concise clarifying questions if requirements are ambiguous (audience, tone, brand voice, target keywords, compliance limits, locale). Produce clear, benefit-led copy with strong CTAs, scannable structure (headlines, short paragraphs, bullet points), and accurate, non-misleading claims. Deliverables may include product titles, feature/benefit bullets, long descriptions, meta title/description, alt text, email/social captions, and A/B variants. Naturally integrate keywords without stuffing; include optional schema-ready fields if requested. Default to concise, persuasive language and use active voice.",
|
|
2955
|
-
"temperature": 0.7
|
|
2956
|
-
},
|
|
2957
|
-
{
|
|
2958
|
-
"modelName": "gpt-4",
|
|
2959
|
-
"systemMessage": "You are a skilled e-commerce copywriter for an online shop. Your goals: increase conversions, maintain brand voice, and improve SEO. Before writing, ask up to 3 concise clarifying questions if requirements are ambiguous (audience, tone, brand voice, target keywords, compliance limits, locale). Produce clear, benefit-led copy with strong CTAs, scannable structure (headlines, short paragraphs, bullet points), and accurate, non-misleading claims. Deliverables may include product titles, feature/benefit bullets, long descriptions, meta title/description, alt text, email/social captions, and A/B variants. Naturally integrate keywords without stuffing; include optional schema-ready fields if requested. Default to concise, persuasive language and use active voice.",
|
|
2960
|
-
"temperature": 0.6
|
|
2961
|
-
},
|
|
2962
|
-
{
|
|
2963
|
-
"modelName": "gpt-3.5-turbo-16k",
|
|
2964
|
-
"systemMessage": "You are a skilled e-commerce copywriter for an online shop. Your goals: increase conversions, maintain brand voice, and improve SEO. Before writing, ask up to 3 concise clarifying questions if requirements are ambiguous (audience, tone, brand voice, target keywords, compliance limits, locale). Produce clear, benefit-led copy with strong CTAs, scannable structure (headlines, short paragraphs, bullet points), and accurate, non-misleading claims. Deliverables may include product titles, feature/benefit bullets, long descriptions, meta title/description, alt text, email/social captions, and A/B variants. Naturally integrate keywords without stuffing; include optional schema-ready fields if requested. Default to concise, persuasive language and use active voice.",
|
|
2965
|
-
"temperature": 0.7
|
|
2966
|
-
}
|
|
2967
|
-
]
|
|
2977
|
+
"error": "Model 'claude-3-5-sonnet' is not available in the provided model list."
|
|
2968
2978
|
}
|
|
2969
2979
|
],
|
|
2970
2980
|
"preparationIds": [
|
|
@@ -2975,10 +2985,10 @@ function getTemplatesPipelineCollection() {
|
|
|
2975
2985
|
"preparations": [
|
|
2976
2986
|
{
|
|
2977
2987
|
"id": 1,
|
|
2978
|
-
"promptbookVersion": "0.101.0-
|
|
2988
|
+
"promptbookVersion": "0.101.0-17",
|
|
2979
2989
|
"usage": {
|
|
2980
2990
|
"price": {
|
|
2981
|
-
"value": 0.
|
|
2991
|
+
"value": 0.024322500000000004
|
|
2982
2992
|
},
|
|
2983
2993
|
"input": {
|
|
2984
2994
|
"tokensCount": {
|
|
@@ -3005,25 +3015,25 @@ function getTemplatesPipelineCollection() {
|
|
|
3005
3015
|
},
|
|
3006
3016
|
"output": {
|
|
3007
3017
|
"tokensCount": {
|
|
3008
|
-
"value":
|
|
3018
|
+
"value": 1700
|
|
3009
3019
|
},
|
|
3010
3020
|
"charactersCount": {
|
|
3011
|
-
"value":
|
|
3021
|
+
"value": 87
|
|
3012
3022
|
},
|
|
3013
3023
|
"wordsCount": {
|
|
3014
|
-
"value":
|
|
3024
|
+
"value": 14
|
|
3015
3025
|
},
|
|
3016
3026
|
"sentencesCount": {
|
|
3017
|
-
"value":
|
|
3027
|
+
"value": 2
|
|
3018
3028
|
},
|
|
3019
3029
|
"linesCount": {
|
|
3020
|
-
"value":
|
|
3030
|
+
"value": 4
|
|
3021
3031
|
},
|
|
3022
3032
|
"paragraphsCount": {
|
|
3023
3033
|
"value": 1
|
|
3024
3034
|
},
|
|
3025
3035
|
"pagesCount": {
|
|
3026
|
-
"value":
|
|
3036
|
+
"value": 1
|
|
3027
3037
|
}
|
|
3028
3038
|
}
|
|
3029
3039
|
}
|
|
@@ -3071,7 +3081,7 @@ function getTemplatesPipelineCollection() {
|
|
|
3071
3081
|
"preparations": [
|
|
3072
3082
|
{
|
|
3073
3083
|
"id": 1,
|
|
3074
|
-
"promptbookVersion": "0.101.0-
|
|
3084
|
+
"promptbookVersion": "0.101.0-17",
|
|
3075
3085
|
"usage": {
|
|
3076
3086
|
"price": {
|
|
3077
3087
|
"value": 0
|
|
@@ -3180,28 +3190,33 @@ function getTemplatesPipelineCollection() {
|
|
|
3180
3190
|
"models": [
|
|
3181
3191
|
{
|
|
3182
3192
|
"modelName": "gpt-4.1",
|
|
3183
|
-
"systemMessage": "You are an experienced marketing specialist and business consultant.
|
|
3184
|
-
"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
|
|
3185
3195
|
},
|
|
3186
3196
|
{
|
|
3187
3197
|
"modelName": "chatgpt-4o-latest",
|
|
3188
|
-
"systemMessage": "You are
|
|
3189
|
-
"temperature": 0.
|
|
3190
|
-
},
|
|
3191
|
-
{
|
|
3192
|
-
"modelName": "gpt-4",
|
|
3193
|
-
"systemMessage": "You are a pragmatic business consultant and marketing analyst. Be concise and evidence-based. Apply simple frameworks, propose step-by-step plans with timelines, budgets, and KPIs, and call out assumptions and risks.",
|
|
3194
|
-
"temperature": 0.3
|
|
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
|
|
3195
3200
|
},
|
|
3196
3201
|
{
|
|
3197
3202
|
"modelName": "o4-mini",
|
|
3198
|
-
"systemMessage": "You are an
|
|
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.",
|
|
3199
3204
|
"temperature": 0.25
|
|
3200
3205
|
},
|
|
3206
|
+
{
|
|
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
|
|
3215
|
+
},
|
|
3201
3216
|
{
|
|
3202
3217
|
"modelName": "gpt-3.5-turbo-16k",
|
|
3203
|
-
"systemMessage": "You are
|
|
3204
|
-
"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
|
|
3205
3220
|
}
|
|
3206
3221
|
]
|
|
3207
3222
|
}
|
|
@@ -3214,10 +3229,10 @@ function getTemplatesPipelineCollection() {
|
|
|
3214
3229
|
"preparations": [
|
|
3215
3230
|
{
|
|
3216
3231
|
"id": 1,
|
|
3217
|
-
"promptbookVersion": "0.101.0-
|
|
3232
|
+
"promptbookVersion": "0.101.0-17",
|
|
3218
3233
|
"usage": {
|
|
3219
3234
|
"price": {
|
|
3220
|
-
"value": 0.
|
|
3235
|
+
"value": 0.035542500000000005
|
|
3221
3236
|
},
|
|
3222
3237
|
"input": {
|
|
3223
3238
|
"tokensCount": {
|
|
@@ -3244,19 +3259,19 @@ function getTemplatesPipelineCollection() {
|
|
|
3244
3259
|
},
|
|
3245
3260
|
"output": {
|
|
3246
3261
|
"tokensCount": {
|
|
3247
|
-
"value":
|
|
3262
|
+
"value": 2822
|
|
3248
3263
|
},
|
|
3249
3264
|
"charactersCount": {
|
|
3250
|
-
"value":
|
|
3265
|
+
"value": 3728
|
|
3251
3266
|
},
|
|
3252
3267
|
"wordsCount": {
|
|
3253
|
-
"value":
|
|
3268
|
+
"value": 489
|
|
3254
3269
|
},
|
|
3255
3270
|
"sentencesCount": {
|
|
3256
|
-
"value":
|
|
3271
|
+
"value": 47
|
|
3257
3272
|
},
|
|
3258
3273
|
"linesCount": {
|
|
3259
|
-
"value":
|
|
3274
|
+
"value": 83
|
|
3260
3275
|
},
|
|
3261
3276
|
"paragraphsCount": {
|
|
3262
3277
|
"value": 1
|
|
@@ -3332,27 +3347,29 @@ function getTemplatesPipelineCollection() {
|
|
|
3332
3347
|
"description": "customer service representative and skilled copywriter for eshop",
|
|
3333
3348
|
"modelsRequirements": [
|
|
3334
3349
|
{
|
|
3335
|
-
"
|
|
3336
|
-
|
|
3337
|
-
|
|
3338
|
-
|
|
3339
|
-
|
|
3340
|
-
|
|
3341
|
-
|
|
3342
|
-
|
|
3343
|
-
|
|
3344
|
-
|
|
3345
|
-
|
|
3346
|
-
|
|
3347
|
-
|
|
3348
|
-
|
|
3349
|
-
|
|
3350
|
-
|
|
3351
|
-
|
|
3352
|
-
|
|
3353
|
-
|
|
3354
|
-
|
|
3355
|
-
|
|
3350
|
+
"modelVariant": "CHAT",
|
|
3351
|
+
"models": [
|
|
3352
|
+
{
|
|
3353
|
+
"modelName": "gpt-4.1",
|
|
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
|
|
3356
|
+
},
|
|
3357
|
+
{
|
|
3358
|
+
"modelName": "chatgpt-4o-latest",
|
|
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
|
|
3361
|
+
},
|
|
3362
|
+
{
|
|
3363
|
+
"modelName": "gpt-4",
|
|
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
|
|
3366
|
+
},
|
|
3367
|
+
{
|
|
3368
|
+
"modelName": "gpt-3.5-turbo-16k",
|
|
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
|
|
3371
|
+
}
|
|
3372
|
+
]
|
|
3356
3373
|
}
|
|
3357
3374
|
],
|
|
3358
3375
|
"preparationIds": [
|
|
@@ -3363,10 +3380,10 @@ function getTemplatesPipelineCollection() {
|
|
|
3363
3380
|
"preparations": [
|
|
3364
3381
|
{
|
|
3365
3382
|
"id": 1,
|
|
3366
|
-
"promptbookVersion": "0.101.0-
|
|
3383
|
+
"promptbookVersion": "0.101.0-17",
|
|
3367
3384
|
"usage": {
|
|
3368
3385
|
"price": {
|
|
3369
|
-
"value": 0.
|
|
3386
|
+
"value": 0.031477500000000005
|
|
3370
3387
|
},
|
|
3371
3388
|
"input": {
|
|
3372
3389
|
"tokensCount": {
|
|
@@ -3393,19 +3410,19 @@ function getTemplatesPipelineCollection() {
|
|
|
3393
3410
|
},
|
|
3394
3411
|
"output": {
|
|
3395
3412
|
"tokensCount": {
|
|
3396
|
-
"value":
|
|
3413
|
+
"value": 2415
|
|
3397
3414
|
},
|
|
3398
3415
|
"charactersCount": {
|
|
3399
|
-
"value":
|
|
3416
|
+
"value": 3510
|
|
3400
3417
|
},
|
|
3401
3418
|
"wordsCount": {
|
|
3402
|
-
"value":
|
|
3419
|
+
"value": 514
|
|
3403
3420
|
},
|
|
3404
3421
|
"sentencesCount": {
|
|
3405
|
-
"value":
|
|
3422
|
+
"value": 43
|
|
3406
3423
|
},
|
|
3407
3424
|
"linesCount": {
|
|
3408
|
-
"value":
|
|
3425
|
+
"value": 72
|
|
3409
3426
|
},
|
|
3410
3427
|
"paragraphsCount": {
|
|
3411
3428
|
"value": 1
|
|
@@ -3662,22 +3679,22 @@ function getTemplatesPipelineCollection() {
|
|
|
3662
3679
|
"models": [
|
|
3663
3680
|
{
|
|
3664
3681
|
"modelName": "gpt-4.1",
|
|
3665
|
-
"systemMessage": "You are a linguist and Esperantist
|
|
3666
|
-
"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
|
|
3667
3684
|
},
|
|
3668
3685
|
{
|
|
3669
3686
|
"modelName": "chatgpt-4o-latest",
|
|
3670
|
-
"systemMessage": "You are a friendly
|
|
3671
|
-
"temperature": 0.
|
|
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.",
|
|
3688
|
+
"temperature": 0.5
|
|
3672
3689
|
},
|
|
3673
3690
|
{
|
|
3674
3691
|
"modelName": "gpt-4",
|
|
3675
|
-
"systemMessage": "You are a
|
|
3676
|
-
"temperature": 0.
|
|
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
|
|
3677
3694
|
},
|
|
3678
3695
|
{
|
|
3679
3696
|
"modelName": "gpt-3.5-turbo-16k",
|
|
3680
|
-
"systemMessage": "You are a
|
|
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.",
|
|
3681
3698
|
"temperature": 0.4
|
|
3682
3699
|
}
|
|
3683
3700
|
]
|
|
@@ -3691,10 +3708,10 @@ function getTemplatesPipelineCollection() {
|
|
|
3691
3708
|
"preparations": [
|
|
3692
3709
|
{
|
|
3693
3710
|
"id": 1,
|
|
3694
|
-
"promptbookVersion": "0.101.0-
|
|
3711
|
+
"promptbookVersion": "0.101.0-17",
|
|
3695
3712
|
"usage": {
|
|
3696
3713
|
"price": {
|
|
3697
|
-
"value": 0.
|
|
3714
|
+
"value": 0.029312500000000005
|
|
3698
3715
|
},
|
|
3699
3716
|
"input": {
|
|
3700
3717
|
"tokensCount": {
|
|
@@ -3721,25 +3738,25 @@ function getTemplatesPipelineCollection() {
|
|
|
3721
3738
|
},
|
|
3722
3739
|
"output": {
|
|
3723
3740
|
"tokensCount": {
|
|
3724
|
-
"value":
|
|
3741
|
+
"value": 2199
|
|
3725
3742
|
},
|
|
3726
3743
|
"charactersCount": {
|
|
3727
|
-
"value":
|
|
3744
|
+
"value": 2114
|
|
3728
3745
|
},
|
|
3729
3746
|
"wordsCount": {
|
|
3730
|
-
"value":
|
|
3747
|
+
"value": 292
|
|
3731
3748
|
},
|
|
3732
3749
|
"sentencesCount": {
|
|
3733
|
-
"value":
|
|
3750
|
+
"value": 26
|
|
3734
3751
|
},
|
|
3735
3752
|
"linesCount": {
|
|
3736
|
-
"value":
|
|
3753
|
+
"value": 51
|
|
3737
3754
|
},
|
|
3738
3755
|
"paragraphsCount": {
|
|
3739
3756
|
"value": 1
|
|
3740
3757
|
},
|
|
3741
3758
|
"pagesCount": {
|
|
3742
|
-
"value":
|
|
3759
|
+
"value": 2
|
|
3743
3760
|
}
|
|
3744
3761
|
}
|
|
3745
3762
|
}
|
|
@@ -3804,23 +3821,28 @@ function getTemplatesPipelineCollection() {
|
|
|
3804
3821
|
"models": [
|
|
3805
3822
|
{
|
|
3806
3823
|
"modelName": "gpt-4.1",
|
|
3807
|
-
"systemMessage": "You are an accomplished poet and storyteller. Write vivid,
|
|
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.",
|
|
3808
3825
|
"temperature": 0.9
|
|
3809
3826
|
},
|
|
3810
3827
|
{
|
|
3811
3828
|
"modelName": "chatgpt-4o-latest",
|
|
3812
|
-
"systemMessage": "You are an accomplished poet and storyteller with
|
|
3813
|
-
"temperature":
|
|
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
|
|
3814
3831
|
},
|
|
3815
3832
|
{
|
|
3816
3833
|
"modelName": "gpt-4",
|
|
3817
|
-
"systemMessage": "You are an accomplished poet and storyteller.
|
|
3818
|
-
"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
|
|
3819
3836
|
},
|
|
3820
3837
|
{
|
|
3821
3838
|
"modelName": "gpt-3.5-turbo-16k",
|
|
3822
|
-
"systemMessage": "You are an accomplished poet and storyteller
|
|
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.",
|
|
3823
3840
|
"temperature": 1
|
|
3841
|
+
},
|
|
3842
|
+
{
|
|
3843
|
+
"modelName": "gpt-3.5-turbo",
|
|
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
|
|
3824
3846
|
}
|
|
3825
3847
|
]
|
|
3826
3848
|
}
|
|
@@ -3833,10 +3855,10 @@ function getTemplatesPipelineCollection() {
|
|
|
3833
3855
|
"preparations": [
|
|
3834
3856
|
{
|
|
3835
3857
|
"id": 1,
|
|
3836
|
-
"promptbookVersion": "0.101.0-
|
|
3858
|
+
"promptbookVersion": "0.101.0-17",
|
|
3837
3859
|
"usage": {
|
|
3838
3860
|
"price": {
|
|
3839
|
-
"value": 0.
|
|
3861
|
+
"value": 0.03449125
|
|
3840
3862
|
},
|
|
3841
3863
|
"input": {
|
|
3842
3864
|
"tokensCount": {
|
|
@@ -3863,25 +3885,25 @@ function getTemplatesPipelineCollection() {
|
|
|
3863
3885
|
},
|
|
3864
3886
|
"output": {
|
|
3865
3887
|
"tokensCount": {
|
|
3866
|
-
"value":
|
|
3888
|
+
"value": 2717
|
|
3867
3889
|
},
|
|
3868
3890
|
"charactersCount": {
|
|
3869
|
-
"value":
|
|
3891
|
+
"value": 2069
|
|
3870
3892
|
},
|
|
3871
3893
|
"wordsCount": {
|
|
3872
|
-
"value":
|
|
3894
|
+
"value": 282
|
|
3873
3895
|
},
|
|
3874
3896
|
"sentencesCount": {
|
|
3875
|
-
"value":
|
|
3897
|
+
"value": 34
|
|
3876
3898
|
},
|
|
3877
3899
|
"linesCount": {
|
|
3878
|
-
"value":
|
|
3900
|
+
"value": 52
|
|
3879
3901
|
},
|
|
3880
3902
|
"paragraphsCount": {
|
|
3881
3903
|
"value": 1
|
|
3882
3904
|
},
|
|
3883
3905
|
"pagesCount": {
|
|
3884
|
-
"value":
|
|
3906
|
+
"value": 2
|
|
3885
3907
|
}
|
|
3886
3908
|
}
|
|
3887
3909
|
}
|