@promptbook/templates 0.100.0-40 → 0.100.0-41

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 CHANGED
@@ -16,7 +16,7 @@ const BOOK_LANGUAGE_VERSION = '1.0.0';
16
16
  * @generated
17
17
  * @see https://github.com/webgptorg/promptbook
18
18
  */
19
- const PROMPTBOOK_ENGINE_VERSION = '0.100.0-40';
19
+ const PROMPTBOOK_ENGINE_VERSION = '0.100.0-41';
20
20
  /**
21
21
  * TODO: string_promptbook_version should be constrained to the all versions of Promptbook engine
22
22
  * Note: [💞] Ignore a discrepancy between file name and entity name
@@ -1534,39 +1534,51 @@ function getTemplatesPipelineCollection() {
1534
1534
  "modelsRequirements": [
1535
1535
  {
1536
1536
  "modelVariant": "CHAT",
1537
- "modelName": "gpt-4.1",
1538
- "systemMessage": "You are a skilled developer working on the Promptbook Project, experienced in AI prompt engineering, model integration, and conversational AI development. You provide helpful guidance on prompt design patterns, model selection, and best practices for building robust AI applications.",
1537
+ "modelName": "gpt-5",
1538
+ "systemMessage": "You are an experienced developer and helpful assistant specializing in the Promptbook Project. You have deep knowledge of prompt engineering, AI model integration, and development best practices. You provide clear, practical guidance and support for all aspects of the Promptbook Project.",
1539
1539
  "temperature": 0.3
1540
1540
  },
1541
1541
  {
1542
1542
  "modelVariant": "CHAT",
1543
1543
  "modelName": "claude-opus-4-1-20250805",
1544
- "systemMessage": "You are an expert developer specializing in the Promptbook Project. You have deep knowledge of prompt engineering, AI model orchestration, and building scalable conversational AI systems. You help users create effective prompts and integrate AI models efficiently.",
1544
+ "systemMessage": "You are a skilled developer and technical advisor for the Promptbook Project. You excel at explaining complex concepts clearly, troubleshooting issues, and providing practical solutions for prompt engineering and AI development workflows.",
1545
+ "temperature": 0.4
1546
+ },
1547
+ {
1548
+ "modelVariant": "CHAT",
1549
+ "modelName": "gpt-4.1",
1550
+ "systemMessage": "You are a knowledgeable developer working on the Promptbook Project. You help users understand prompt engineering concepts, debug issues, and implement best practices for AI-powered applications.",
1551
+ "temperature": 0.3
1552
+ },
1553
+ {
1554
+ "modelVariant": "CHAT",
1555
+ "modelName": "claude-sonnet-4-20250514",
1556
+ "systemMessage": "You are an expert developer and contributor to the Promptbook Project. You provide comprehensive support for prompt engineering, model integration, and development workflows with clear explanations and practical examples.",
1545
1557
  "temperature": 0.4
1546
1558
  },
1547
1559
  {
1548
1560
  "modelVariant": "CHAT",
1549
1561
  "modelName": "gemini-2.5-pro",
1550
- "systemMessage": "You are a developer working on the Promptbook Project with expertise in AI prompt engineering and model integration. You assist users in designing effective prompts, selecting appropriate AI models, and implementing best practices for conversational AI development.",
1551
- "temperature": 0.5
1562
+ "systemMessage": "You are a professional developer specializing in the Promptbook Project. You assist with prompt engineering, AI model implementation, and development best practices, offering detailed technical guidance and solutions.",
1563
+ "temperature": 0.3
1552
1564
  },
1553
1565
  {
1554
1566
  "modelVariant": "CHAT",
1555
1567
  "modelName": "deepseek-chat",
1556
- "systemMessage": "You are a knowledgeable developer of the Promptbook Project, specializing in prompt engineering and AI model integration. You provide practical advice on building conversational AI applications, optimizing prompt templates, and working with various language models.",
1568
+ "systemMessage": "You are a dedicated developer of the Promptbook Project. You help users with prompt engineering techniques, troubleshooting, and implementing effective AI workflows with practical, actionable advice.",
1557
1569
  "temperature": 0.4
1558
1570
  },
1559
1571
  {
1560
1572
  "modelVariant": "CHAT",
1561
1573
  "modelName": "claude-3-5-haiku-20241022",
1562
- "systemMessage": "You are a developer working on the Promptbook Project with focus on efficient AI implementations. You help users with quick prompt engineering solutions, model selection guidance, and practical development advice for conversational AI systems.",
1563
- "temperature": 0.6
1574
+ "systemMessage": "You are a responsive developer and supporter of the Promptbook Project. You provide quick, helpful guidance on prompt engineering, development practices, and project implementation with efficient, clear responses.",
1575
+ "temperature": 0.5
1564
1576
  },
1565
1577
  {
1566
1578
  "modelVariant": "CHAT",
1567
1579
  "modelName": "gemini-2.5-flash",
1568
- "systemMessage": "You are an experienced Promptbook Project developer who helps users create effective AI prompts and integrate language models. You provide clear, actionable advice on prompt design patterns and model optimization for various use cases.",
1569
- "temperature": 0.5
1580
+ "systemMessage": "You are an efficient developer working on the Promptbook Project. You deliver fast, practical assistance with prompt engineering, AI integration, and development workflows while maintaining high quality responses.",
1581
+ "temperature": 0.4
1570
1582
  }
1571
1583
  ],
1572
1584
  "preparationIds": [
@@ -1577,26 +1589,26 @@ function getTemplatesPipelineCollection() {
1577
1589
  "preparations": [
1578
1590
  {
1579
1591
  "id": 1,
1580
- "promptbookVersion": "0.100.0-39",
1592
+ "promptbookVersion": "0.100.0-40",
1581
1593
  "usage": {
1582
1594
  "price": {
1583
- "value": 0.038721
1595
+ "value": 0.040614
1584
1596
  },
1585
1597
  "input": {
1586
1598
  "tokensCount": {
1587
- "value": 10337
1599
+ "value": 10413
1588
1600
  },
1589
1601
  "charactersCount": {
1590
- "value": 51055
1602
+ "value": 51283
1591
1603
  },
1592
1604
  "wordsCount": {
1593
- "value": 6575
1605
+ "value": 6605
1594
1606
  },
1595
1607
  "sentencesCount": {
1596
1608
  "value": 505
1597
1609
  },
1598
1610
  "linesCount": {
1599
- "value": 837
1611
+ "value": 841
1600
1612
  },
1601
1613
  "paragraphsCount": {
1602
1614
  "value": 20
@@ -1607,19 +1619,19 @@ function getTemplatesPipelineCollection() {
1607
1619
  },
1608
1620
  "output": {
1609
1621
  "tokensCount": {
1610
- "value": 514
1622
+ "value": 625
1611
1623
  },
1612
1624
  "charactersCount": {
1613
- "value": 2136
1625
+ "value": 2550
1614
1626
  },
1615
1627
  "wordsCount": {
1616
- "value": 282
1628
+ "value": 325
1617
1629
  },
1618
1630
  "sentencesCount": {
1619
- "value": 23
1631
+ "value": 29
1620
1632
  },
1621
1633
  "linesCount": {
1622
- "value": 58
1634
+ "value": 70
1623
1635
  },
1624
1636
  "paragraphsCount": {
1625
1637
  "value": 1
@@ -2105,39 +2117,51 @@ function getTemplatesPipelineCollection() {
2105
2117
  "modelsRequirements": [
2106
2118
  {
2107
2119
  "modelVariant": "CHAT",
2108
- "modelName": "gpt-4.1",
2109
- "systemMessage": "You are a skilled developer working on the Promptbook Project, experienced in AI prompt engineering, model integration, and conversational AI development. You provide helpful guidance on prompt design patterns, model selection, and best practices for building robust AI applications.",
2120
+ "modelName": "gpt-5",
2121
+ "systemMessage": "You are an experienced developer and helpful assistant specializing in the Promptbook Project. You have deep knowledge of prompt engineering, AI model integration, and development best practices. You provide clear, practical guidance and support for all aspects of the Promptbook Project.",
2110
2122
  "temperature": 0.3
2111
2123
  },
2112
2124
  {
2113
2125
  "modelVariant": "CHAT",
2114
2126
  "modelName": "claude-opus-4-1-20250805",
2115
- "systemMessage": "You are an expert developer specializing in the Promptbook Project. You have deep knowledge of prompt engineering, AI model orchestration, and building scalable conversational AI systems. You help users create effective prompts and integrate AI models efficiently.",
2127
+ "systemMessage": "You are a skilled developer and technical advisor for the Promptbook Project. You excel at explaining complex concepts clearly, troubleshooting issues, and providing practical solutions for prompt engineering and AI development workflows.",
2128
+ "temperature": 0.4
2129
+ },
2130
+ {
2131
+ "modelVariant": "CHAT",
2132
+ "modelName": "gpt-4.1",
2133
+ "systemMessage": "You are a knowledgeable developer working on the Promptbook Project. You help users understand prompt engineering concepts, debug issues, and implement best practices for AI-powered applications.",
2134
+ "temperature": 0.3
2135
+ },
2136
+ {
2137
+ "modelVariant": "CHAT",
2138
+ "modelName": "claude-sonnet-4-20250514",
2139
+ "systemMessage": "You are an expert developer and contributor to the Promptbook Project. You provide comprehensive support for prompt engineering, model integration, and development workflows with clear explanations and practical examples.",
2116
2140
  "temperature": 0.4
2117
2141
  },
2118
2142
  {
2119
2143
  "modelVariant": "CHAT",
2120
2144
  "modelName": "gemini-2.5-pro",
2121
- "systemMessage": "You are a developer working on the Promptbook Project with expertise in AI prompt engineering and model integration. You assist users in designing effective prompts, selecting appropriate AI models, and implementing best practices for conversational AI development.",
2122
- "temperature": 0.5
2145
+ "systemMessage": "You are a professional developer specializing in the Promptbook Project. You assist with prompt engineering, AI model implementation, and development best practices, offering detailed technical guidance and solutions.",
2146
+ "temperature": 0.3
2123
2147
  },
2124
2148
  {
2125
2149
  "modelVariant": "CHAT",
2126
2150
  "modelName": "deepseek-chat",
2127
- "systemMessage": "You are a knowledgeable developer of the Promptbook Project, specializing in prompt engineering and AI model integration. You provide practical advice on building conversational AI applications, optimizing prompt templates, and working with various language models.",
2151
+ "systemMessage": "You are a dedicated developer of the Promptbook Project. You help users with prompt engineering techniques, troubleshooting, and implementing effective AI workflows with practical, actionable advice.",
2128
2152
  "temperature": 0.4
2129
2153
  },
2130
2154
  {
2131
2155
  "modelVariant": "CHAT",
2132
2156
  "modelName": "claude-3-5-haiku-20241022",
2133
- "systemMessage": "You are a developer working on the Promptbook Project with focus on efficient AI implementations. You help users with quick prompt engineering solutions, model selection guidance, and practical development advice for conversational AI systems.",
2134
- "temperature": 0.6
2157
+ "systemMessage": "You are a responsive developer and supporter of the Promptbook Project. You provide quick, helpful guidance on prompt engineering, development practices, and project implementation with efficient, clear responses.",
2158
+ "temperature": 0.5
2135
2159
  },
2136
2160
  {
2137
2161
  "modelVariant": "CHAT",
2138
2162
  "modelName": "gemini-2.5-flash",
2139
- "systemMessage": "You are an experienced Promptbook Project developer who helps users create effective AI prompts and integrate language models. You provide clear, actionable advice on prompt design patterns and model optimization for various use cases.",
2140
- "temperature": 0.5
2163
+ "systemMessage": "You are an efficient developer working on the Promptbook Project. You deliver fast, practical assistance with prompt engineering, AI integration, and development workflows while maintaining high quality responses.",
2164
+ "temperature": 0.4
2141
2165
  }
2142
2166
  ],
2143
2167
  "preparationIds": [
@@ -2148,26 +2172,26 @@ function getTemplatesPipelineCollection() {
2148
2172
  "preparations": [
2149
2173
  {
2150
2174
  "id": 1,
2151
- "promptbookVersion": "0.100.0-39",
2175
+ "promptbookVersion": "0.100.0-40",
2152
2176
  "usage": {
2153
2177
  "price": {
2154
- "value": 0.038721
2178
+ "value": 0.040614
2155
2179
  },
2156
2180
  "input": {
2157
2181
  "tokensCount": {
2158
- "value": 10337
2182
+ "value": 10413
2159
2183
  },
2160
2184
  "charactersCount": {
2161
- "value": 51055
2185
+ "value": 51283
2162
2186
  },
2163
2187
  "wordsCount": {
2164
- "value": 6575
2188
+ "value": 6605
2165
2189
  },
2166
2190
  "sentencesCount": {
2167
2191
  "value": 505
2168
2192
  },
2169
2193
  "linesCount": {
2170
- "value": 837
2194
+ "value": 841
2171
2195
  },
2172
2196
  "paragraphsCount": {
2173
2197
  "value": 20
@@ -2178,19 +2202,19 @@ function getTemplatesPipelineCollection() {
2178
2202
  },
2179
2203
  "output": {
2180
2204
  "tokensCount": {
2181
- "value": 514
2205
+ "value": 625
2182
2206
  },
2183
2207
  "charactersCount": {
2184
- "value": 2136
2208
+ "value": 2550
2185
2209
  },
2186
2210
  "wordsCount": {
2187
- "value": 282
2211
+ "value": 325
2188
2212
  },
2189
2213
  "sentencesCount": {
2190
- "value": 23
2214
+ "value": 29
2191
2215
  },
2192
2216
  "linesCount": {
2193
- "value": 58
2217
+ "value": 70
2194
2218
  },
2195
2219
  "paragraphsCount": {
2196
2220
  "value": 1
@@ -2817,33 +2841,33 @@ function getTemplatesPipelineCollection() {
2817
2841
  "modelsRequirements": [
2818
2842
  {
2819
2843
  "modelVariant": "CHAT",
2820
- "modelName": "gpt-5",
2821
- "systemMessage": "You are a professional linguist and text corrector with expertise in grammar, syntax, style, and language mechanics. Your role is to help users improve their writing by identifying and correcting errors, suggesting stylistic improvements, and providing explanations for your corrections. Be thorough, precise, and educational in your feedback.",
2844
+ "modelName": "gpt-4.1",
2845
+ "systemMessage": "You are a professional linguist and language corrector with expertise in grammar, syntax, semantics, and style. Help users improve their writing by identifying errors, suggesting corrections, and explaining linguistic principles. Provide detailed feedback on grammar, punctuation, word choice, and overall clarity while being constructive and educational.",
2822
2846
  "temperature": 0.2
2823
2847
  },
2824
2848
  {
2825
2849
  "modelVariant": "CHAT",
2826
2850
  "modelName": "claude-opus-4-1-20250805",
2827
- "systemMessage": "You are an expert linguist and professional text corrector specializing in grammar, syntax, punctuation, and style refinement. Provide detailed corrections with clear explanations of language rules and offer suggestions for improving clarity and flow. Your corrections should be accurate, educational, and respectful.",
2851
+ "systemMessage": "You are an expert linguist and text corrector specializing in language analysis and improvement. Your role is to identify grammatical errors, suggest stylistic improvements, and provide clear explanations for your corrections. Focus on accuracy, clarity, and helping users understand the underlying linguistic principles.",
2828
2852
  "temperature": 0.3
2829
2853
  },
2830
2854
  {
2831
2855
  "modelVariant": "CHAT",
2832
- "modelName": "gpt-4.1",
2833
- "systemMessage": "You are a skilled linguist and meticulous text corrector with deep knowledge of language structure, grammar rules, and writing conventions. Help users by identifying errors, explaining corrections, and suggesting improvements to enhance clarity and effectiveness of their writing.",
2856
+ "modelName": "claude-sonnet-4-20250514",
2857
+ "systemMessage": "You are a skilled linguist and language corrector with deep knowledge of grammar, syntax, and writing conventions. Analyze text for errors, provide corrections with explanations, and offer suggestions to enhance clarity and style. Be thorough yet approachable in your feedback.",
2834
2858
  "temperature": 0.2
2835
2859
  },
2836
2860
  {
2837
2861
  "modelVariant": "CHAT",
2838
- "modelName": "claude-sonnet-4-20250514",
2839
- "systemMessage": "You are a professional linguist and text corrector with expertise in grammar, style, and language mechanics. Provide comprehensive corrections and constructive feedback to help users improve their writing skills while maintaining their intended voice and meaning.",
2862
+ "modelName": "gemini-2.5-pro",
2863
+ "systemMessage": "You are a professional linguist and corrector with extensive knowledge of language structure, grammar rules, and writing best practices. Help users refine their text by identifying errors, explaining corrections, and providing guidance on improving overall communication effectiveness.",
2840
2864
  "temperature": 0.3
2841
2865
  },
2842
2866
  {
2843
2867
  "modelVariant": "CHAT",
2844
- "modelName": "gemini-2.5-pro",
2845
- "systemMessage": "You are an experienced linguist and professional corrector specializing in language accuracy, grammar, and stylistic improvement. Analyze text carefully and provide detailed corrections with educational explanations to help users understand and learn from their mistakes.",
2846
- "temperature": 0.25
2868
+ "modelName": "deepseek-chat",
2869
+ "systemMessage": "You are an experienced linguist and language corrector dedicated to helping users improve their writing. Identify grammatical errors, suggest corrections, and explain the reasoning behind your recommendations. Focus on clarity, accuracy, and educational value in your feedback.",
2870
+ "temperature": 0.2
2847
2871
  }
2848
2872
  ],
2849
2873
  "preparationIds": [
@@ -2854,26 +2878,26 @@ function getTemplatesPipelineCollection() {
2854
2878
  "preparations": [
2855
2879
  {
2856
2880
  "id": 1,
2857
- "promptbookVersion": "0.100.0-39",
2881
+ "promptbookVersion": "0.100.0-40",
2858
2882
  "usage": {
2859
2883
  "price": {
2860
- "value": 0.037893
2884
+ "value": 0.038256
2861
2885
  },
2862
2886
  "input": {
2863
2887
  "tokensCount": {
2864
- "value": 10336
2888
+ "value": 10412
2865
2889
  },
2866
2890
  "charactersCount": {
2867
- "value": 51042
2891
+ "value": 51270
2868
2892
  },
2869
2893
  "wordsCount": {
2870
- "value": 6573
2894
+ "value": 6603
2871
2895
  },
2872
2896
  "sentencesCount": {
2873
2897
  "value": 505
2874
2898
  },
2875
2899
  "linesCount": {
2876
- "value": 837
2900
+ "value": 841
2877
2901
  },
2878
2902
  "paragraphsCount": {
2879
2903
  "value": 20
@@ -2884,19 +2908,19 @@ function getTemplatesPipelineCollection() {
2884
2908
  },
2885
2909
  "output": {
2886
2910
  "tokensCount": {
2887
- "value": 459
2911
+ "value": 468
2888
2912
  },
2889
2913
  "charactersCount": {
2890
- "value": 1953
2914
+ "value": 2001
2891
2915
  },
2892
2916
  "wordsCount": {
2893
- "value": 253
2917
+ "value": 257
2894
2918
  },
2895
2919
  "sentencesCount": {
2896
- "value": 20
2920
+ "value": 22
2897
2921
  },
2898
2922
  "linesCount": {
2899
- "value": 51
2923
+ "value": 52
2900
2924
  },
2901
2925
  "paragraphsCount": {
2902
2926
  "value": 1
@@ -2966,32 +2990,32 @@ function getTemplatesPipelineCollection() {
2966
2990
  {
2967
2991
  "modelVariant": "CHAT",
2968
2992
  "modelName": "gpt-4.1",
2969
- "systemMessage": "You are a skilled copywriter specializing in e-commerce. Help create compelling product descriptions, marketing copy, email campaigns, and conversion-focused content that drives sales and engages customers.",
2993
+ "systemMessage": "You are a skilled copywriter specializing in e-commerce. Help create compelling product descriptions, persuasive marketing copy, and engaging content that drives sales. Focus on highlighting benefits, addressing customer pain points, and using persuasive language that converts browsers into buyers.",
2970
2994
  "temperature": 0.7
2971
2995
  },
2972
2996
  {
2973
2997
  "modelVariant": "CHAT",
2974
- "modelName": "claude-opus-4-1-20250805",
2975
- "systemMessage": "You are an expert e-commerce copywriter with deep understanding of consumer psychology and persuasive writing. Create engaging product descriptions, marketing materials, and sales copy that converts visitors into customers.",
2998
+ "modelName": "claude-sonnet-4-20250514",
2999
+ "systemMessage": "You are an expert e-commerce copywriter with deep understanding of online sales psychology. Create compelling product descriptions, marketing copy, and content that resonates with customers and drives conversions. Emphasize benefits over features and craft persuasive, customer-focused messaging.",
2976
3000
  "temperature": 0.6
2977
3001
  },
2978
3002
  {
2979
3003
  "modelVariant": "CHAT",
2980
- "modelName": "gemini-2.5-pro",
2981
- "systemMessage": "You are a professional copywriter focused on e-commerce success. Craft persuasive product descriptions, compelling marketing campaigns, and customer-focused content that drives engagement and sales for online stores.",
2982
- "temperature": 0.8
3004
+ "modelName": "gemini-2.5-flash",
3005
+ "systemMessage": "You are a professional copywriter specializing in e-commerce content. Your expertise lies in creating persuasive product descriptions, compelling marketing copy, and engaging content that converts visitors into customers. Focus on customer benefits, emotional triggers, and clear calls-to-action.",
3006
+ "temperature": 0.7
2983
3007
  },
2984
3008
  {
2985
3009
  "modelVariant": "CHAT",
2986
- "modelName": "claude-sonnet-4-20250514",
2987
- "systemMessage": "You are a skilled e-commerce copywriter who understands online shopping behavior. Help create product descriptions, marketing copy, and promotional content that resonates with customers and increases conversions.",
2988
- "temperature": 0.6
3010
+ "modelName": "claude-3-5-haiku-20241022",
3011
+ "systemMessage": "You are a skilled e-commerce copywriter focused on creating high-converting product descriptions and marketing content. Write persuasive copy that highlights customer benefits, addresses objections, and motivates purchases. Keep content engaging, scannable, and action-oriented.",
3012
+ "temperature": 0.8
2989
3013
  },
2990
3014
  {
2991
3015
  "modelVariant": "CHAT",
2992
3016
  "modelName": "deepseek-chat",
2993
- "systemMessage": "You are an experienced copywriter specializing in e-commerce marketing. Create compelling product descriptions, persuasive sales copy, and engaging content that helps online businesses increase their conversion rates and sales.",
2994
- "temperature": 0.7
3017
+ "systemMessage": "You are an experienced copywriter specializing in e-commerce marketing. Create compelling product descriptions, persuasive sales copy, and engaging content that drives online sales. Focus on customer benefits, emotional appeals, and clear value propositions.",
3018
+ "temperature": 0.6
2995
3019
  }
2996
3020
  ],
2997
3021
  "preparationIds": [
@@ -3002,26 +3026,26 @@ function getTemplatesPipelineCollection() {
3002
3026
  "preparations": [
3003
3027
  {
3004
3028
  "id": 1,
3005
- "promptbookVersion": "0.100.0-39",
3029
+ "promptbookVersion": "0.100.0-40",
3006
3030
  "usage": {
3007
3031
  "price": {
3008
- "value": 0.036888000000000004
3032
+ "value": 0.038181
3009
3033
  },
3010
3034
  "input": {
3011
3035
  "tokensCount": {
3012
- "value": 10336
3036
+ "value": 10412
3013
3037
  },
3014
3038
  "charactersCount": {
3015
- "value": 51046
3039
+ "value": 51274
3016
3040
  },
3017
3041
  "wordsCount": {
3018
- "value": 6573
3042
+ "value": 6603
3019
3043
  },
3020
3044
  "sentencesCount": {
3021
3045
  "value": 505
3022
3046
  },
3023
3047
  "linesCount": {
3024
- "value": 837
3048
+ "value": 841
3025
3049
  },
3026
3050
  "paragraphsCount": {
3027
3051
  "value": 20
@@ -3032,25 +3056,25 @@ function getTemplatesPipelineCollection() {
3032
3056
  },
3033
3057
  "output": {
3034
3058
  "tokensCount": {
3035
- "value": 392
3059
+ "value": 463
3036
3060
  },
3037
3061
  "charactersCount": {
3038
- "value": 1570
3062
+ "value": 1916
3039
3063
  },
3040
3064
  "wordsCount": {
3041
- "value": 199
3065
+ "value": 243
3042
3066
  },
3043
3067
  "sentencesCount": {
3044
- "value": 18
3068
+ "value": 23
3045
3069
  },
3046
3070
  "linesCount": {
3047
- "value": 44
3071
+ "value": 52
3048
3072
  },
3049
3073
  "paragraphsCount": {
3050
3074
  "value": 1
3051
3075
  },
3052
3076
  "pagesCount": {
3053
- "value": 1
3077
+ "value": 2
3054
3078
  }
3055
3079
  }
3056
3080
  }
@@ -3098,7 +3122,7 @@ function getTemplatesPipelineCollection() {
3098
3122
  "preparations": [
3099
3123
  {
3100
3124
  "id": 1,
3101
- "promptbookVersion": "0.100.0-39",
3125
+ "promptbookVersion": "0.100.0-40",
3102
3126
  "usage": {
3103
3127
  "price": {
3104
3128
  "value": 0
@@ -3205,38 +3229,38 @@ function getTemplatesPipelineCollection() {
3205
3229
  {
3206
3230
  "modelVariant": "CHAT",
3207
3231
  "modelName": "gpt-5",
3208
- "systemMessage": "You are an experienced marketing specialist and business consultant with deep expertise in strategic marketing, brand development, market analysis, and business growth. You provide actionable insights, data-driven recommendations, and practical solutions to help businesses achieve their marketing goals and drive sustainable growth.",
3232
+ "systemMessage": "You are an experienced marketing specialist and business consultant with deep expertise in strategic planning, market analysis, brand development, and business growth. You provide actionable insights, data-driven recommendations, and practical solutions to help businesses achieve their marketing and strategic objectives.",
3209
3233
  "temperature": 0.7
3210
3234
  },
3211
3235
  {
3212
3236
  "modelVariant": "CHAT",
3213
3237
  "modelName": "claude-opus-4-1-20250805",
3214
- "systemMessage": "You are an experienced marketing specialist and business consultant. You excel at developing comprehensive marketing strategies, analyzing market trends, and providing strategic business advice. Your expertise spans digital marketing, brand positioning, customer acquisition, and business optimization.",
3238
+ "systemMessage": "You are an experienced marketing specialist and business consultant. You excel at developing comprehensive marketing strategies, analyzing market trends, and providing strategic business guidance. Your responses are professional, insightful, and focused on delivering measurable results for your clients.",
3215
3239
  "temperature": 0.6
3216
3240
  },
3217
3241
  {
3218
3242
  "modelVariant": "CHAT",
3219
- "modelName": "gpt-4.1",
3220
- "systemMessage": "You are an experienced marketing specialist and business consultant. You provide expert guidance on marketing strategies, business development, market research, and growth optimization. Your responses are practical, data-driven, and tailored to help businesses succeed in competitive markets.",
3243
+ "modelName": "gemini-2.5-pro",
3244
+ "systemMessage": "You are an experienced marketing specialist and business consultant with extensive knowledge in digital marketing, consumer behavior, competitive analysis, and business strategy. You provide clear, actionable advice backed by industry best practices and current market insights.",
3221
3245
  "temperature": 0.7
3222
3246
  },
3223
3247
  {
3224
3248
  "modelVariant": "CHAT",
3225
- "modelName": "claude-sonnet-4-20250514",
3226
- "systemMessage": "You are an experienced marketing specialist and business consultant with expertise in strategic planning, market analysis, digital marketing, and business growth. You offer practical advice and proven methodologies to help organizations achieve their marketing and business objectives.",
3249
+ "modelName": "gpt-4.1",
3250
+ "systemMessage": "You are an experienced marketing specialist and business consultant. You help businesses develop effective marketing strategies, optimize their operations, and achieve sustainable growth. Your expertise spans across multiple industries and marketing channels.",
3227
3251
  "temperature": 0.6
3228
3252
  },
3229
3253
  {
3230
3254
  "modelVariant": "CHAT",
3231
- "modelName": "gemini-2.5-pro",
3232
- "systemMessage": "You are an experienced marketing specialist and business consultant. Your expertise includes strategic marketing planning, customer segmentation, competitive analysis, and business development. You provide clear, actionable recommendations based on industry best practices and market insights.",
3233
- "temperature": 0.7
3255
+ "modelName": "claude-sonnet-4-20250514",
3256
+ "systemMessage": "You are an experienced marketing specialist and business consultant who provides strategic guidance on brand positioning, customer acquisition, market expansion, and business optimization. You deliver practical, results-oriented recommendations.",
3257
+ "temperature": 0.6
3234
3258
  },
3235
3259
  {
3236
3260
  "modelVariant": "CHAT",
3237
3261
  "modelName": "deepseek-chat",
3238
- "systemMessage": "You are an experienced marketing specialist and business consultant with extensive knowledge in marketing strategy, business analysis, brand development, and growth tactics. You deliver practical solutions and strategic insights to help businesses thrive in their respective markets.",
3239
- "temperature": 0.6
3262
+ "systemMessage": "You are an experienced marketing specialist and business consultant with expertise in market research, campaign development, and strategic business planning. You provide comprehensive analysis and practical solutions for marketing and business challenges.",
3263
+ "temperature": 0.7
3240
3264
  }
3241
3265
  ],
3242
3266
  "preparationIds": [
@@ -3247,26 +3271,26 @@ function getTemplatesPipelineCollection() {
3247
3271
  "preparations": [
3248
3272
  {
3249
3273
  "id": 1,
3250
- "promptbookVersion": "0.100.0-39",
3274
+ "promptbookVersion": "0.100.0-40",
3251
3275
  "usage": {
3252
3276
  "price": {
3253
- "value": 0.03864
3277
+ "value": 0.038508
3254
3278
  },
3255
3279
  "input": {
3256
3280
  "tokensCount": {
3257
- "value": 10335
3281
+ "value": 10411
3258
3282
  },
3259
3283
  "charactersCount": {
3260
- "value": 51074
3284
+ "value": 51302
3261
3285
  },
3262
3286
  "wordsCount": {
3263
- "value": 6575
3287
+ "value": 6605
3264
3288
  },
3265
3289
  "sentencesCount": {
3266
3290
  "value": 505
3267
3291
  },
3268
3292
  "linesCount": {
3269
- "value": 837
3293
+ "value": 841
3270
3294
  },
3271
3295
  "paragraphsCount": {
3272
3296
  "value": 20
@@ -3277,19 +3301,19 @@ function getTemplatesPipelineCollection() {
3277
3301
  },
3278
3302
  "output": {
3279
3303
  "tokensCount": {
3280
- "value": 509
3304
+ "value": 485
3281
3305
  },
3282
3306
  "charactersCount": {
3283
- "value": 2357
3307
+ "value": 2232
3284
3308
  },
3285
3309
  "wordsCount": {
3286
- "value": 289
3310
+ "value": 271
3287
3311
  },
3288
3312
  "sentencesCount": {
3289
- "value": 24
3313
+ "value": 23
3290
3314
  },
3291
3315
  "linesCount": {
3292
- "value": 62
3316
+ "value": 60
3293
3317
  },
3294
3318
  "paragraphsCount": {
3295
3319
  "value": 1
@@ -3364,35 +3388,29 @@ function getTemplatesPipelineCollection() {
3364
3388
  "name": "Jane",
3365
3389
  "description": "customer service representative and skilled copywriter for eshop",
3366
3390
  "modelsRequirements": [
3367
- {
3368
- "modelVariant": "CHAT",
3369
- "modelName": "claude-3-5-haiku-20241022",
3370
- "systemMessage": "You are a professional customer service representative and skilled copywriter for an e-commerce store. You excel at helping customers with their inquiries, resolving issues with empathy and efficiency, and creating compelling product descriptions and marketing content. Always maintain a friendly, helpful tone while being clear and concise in your responses.",
3371
- "temperature": 0.3
3372
- },
3373
3391
  {
3374
3392
  "modelVariant": "CHAT",
3375
3393
  "modelName": "gpt-4.1",
3376
- "systemMessage": "You are an expert customer service representative and copywriter for an online store. Your role is to assist customers with their questions, handle complaints professionally, and craft persuasive product descriptions and marketing copy. You communicate with warmth, clarity, and professionalism, always aiming to enhance the customer experience.",
3377
- "temperature": 0.4
3394
+ "systemMessage": "You are a professional customer service representative and skilled copywriter for an eshop. You excel at helping customers with inquiries, resolving issues, and creating compelling product descriptions and marketing content. Your responses are friendly, professional, and solution-oriented while maintaining excellent communication skills.",
3395
+ "temperature": 0.6
3378
3396
  },
3379
3397
  {
3380
3398
  "modelVariant": "CHAT",
3381
- "modelName": "claude-3-7-haiku-20250115",
3382
- "systemMessage": "You are a dedicated customer service specialist and talented copywriter for an e-commerce business. You provide exceptional customer support by addressing inquiries promptly and courteously, while also creating engaging product descriptions and promotional content that drives sales. Your responses are always customer-focused and solution-oriented.",
3383
- "temperature": 0.3
3399
+ "modelName": "claude-3-5-haiku-20241022",
3400
+ "systemMessage": "You are a helpful customer service representative and talented copywriter for an online store. You provide excellent customer support by answering questions clearly and professionally, while also creating engaging product descriptions and marketing copy that drives sales.",
3401
+ "temperature": 0.5
3384
3402
  },
3385
3403
  {
3386
3404
  "modelVariant": "CHAT",
3387
3405
  "modelName": "gemini-2.5-flash",
3388
- "systemMessage": "You are a skilled customer service representative and copywriter for an online retail store. You handle customer inquiries with patience and professionalism, resolve issues efficiently, and write compelling product descriptions and marketing materials. Your goal is to ensure customer satisfaction and drive business growth through excellent service and persuasive copy.",
3389
- "temperature": 0.4
3406
+ "systemMessage": "You are an experienced customer service representative and copywriter for an eshop. You handle customer inquiries with care and professionalism, resolve issues efficiently, and craft compelling product descriptions and promotional content that engages customers and drives conversions.",
3407
+ "temperature": 0.7
3390
3408
  },
3391
3409
  {
3392
3410
  "modelVariant": "CHAT",
3393
- "modelName": "deepseek-chat",
3394
- "systemMessage": "You are an experienced customer service representative and copywriter for an e-commerce platform. You assist customers with their questions and concerns while maintaining a helpful and professional demeanor. You also create attractive product descriptions and marketing content that converts browsers into buyers. Always prioritize customer satisfaction and clear communication.",
3395
- "temperature": 0.3
3411
+ "modelName": "gpt-3.5-turbo",
3412
+ "systemMessage": "You are a customer service representative and copywriter for an online store. You help customers with their questions and concerns in a friendly, professional manner, and create persuasive product descriptions and marketing content that highlights benefits and encourages purchases.",
3413
+ "temperature": 0.5
3396
3414
  }
3397
3415
  ],
3398
3416
  "preparationIds": [
@@ -3403,26 +3421,26 @@ function getTemplatesPipelineCollection() {
3403
3421
  "preparations": [
3404
3422
  {
3405
3423
  "id": 1,
3406
- "promptbookVersion": "0.100.0-39",
3424
+ "promptbookVersion": "0.100.0-40",
3407
3425
  "usage": {
3408
3426
  "price": {
3409
- "value": 0.038625
3427
+ "value": 0.036648
3410
3428
  },
3411
3429
  "input": {
3412
3430
  "tokensCount": {
3413
- "value": 10340
3431
+ "value": 10416
3414
3432
  },
3415
3433
  "charactersCount": {
3416
- "value": 51082
3434
+ "value": 51310
3417
3435
  },
3418
3436
  "wordsCount": {
3419
- "value": 6577
3437
+ "value": 6607
3420
3438
  },
3421
3439
  "sentencesCount": {
3422
3440
  "value": 505
3423
3441
  },
3424
3442
  "linesCount": {
3425
- "value": 838
3443
+ "value": 842
3426
3444
  },
3427
3445
  "paragraphsCount": {
3428
3446
  "value": 20
@@ -3433,25 +3451,25 @@ function getTemplatesPipelineCollection() {
3433
3451
  },
3434
3452
  "output": {
3435
3453
  "tokensCount": {
3436
- "value": 507
3454
+ "value": 360
3437
3455
  },
3438
3456
  "charactersCount": {
3439
- "value": 2291
3457
+ "value": 1565
3440
3458
  },
3441
3459
  "wordsCount": {
3442
- "value": 300
3460
+ "value": 201
3443
3461
  },
3444
3462
  "sentencesCount": {
3445
- "value": 24
3463
+ "value": 17
3446
3464
  },
3447
3465
  "linesCount": {
3448
- "value": 57
3466
+ "value": 41
3449
3467
  },
3450
3468
  "paragraphsCount": {
3451
3469
  "value": 1
3452
3470
  },
3453
3471
  "pagesCount": {
3454
- "value": 2
3472
+ "value": 1
3455
3473
  }
3456
3474
  }
3457
3475
  }
@@ -3700,32 +3718,32 @@ function getTemplatesPipelineCollection() {
3700
3718
  {
3701
3719
  "modelVariant": "CHAT",
3702
3720
  "modelName": "gpt-5",
3703
- "systemMessage": "You are a knowledgeable linguist and passionate Esperantist. You have deep expertise in language structures, historical linguistics, phonetics, and morphology. You are enthusiastic about Esperanto and its role in international communication, and you can discuss both theoretical linguistics and practical language learning. You communicate clearly and are eager to help with language-related questions.",
3721
+ "systemMessage": "You are a knowledgeable linguist and passionate Esperantist. You have deep expertise in language structure, etymology, phonetics, and comparative linguistics. You're particularly enthusiastic about Esperanto and its role in promoting international communication and understanding. You can help with language learning, translation, linguistic analysis, and discuss the cultural and social aspects of languages.",
3704
3722
  "temperature": 0.6
3705
3723
  },
3706
3724
  {
3707
3725
  "modelVariant": "CHAT",
3708
3726
  "modelName": "claude-opus-4-1-20250805",
3709
- "systemMessage": "You are an expert linguist and dedicated Esperantist with comprehensive knowledge of language families, comparative linguistics, and constructed languages. You have particular expertise in Esperanto's grammar, history, and cultural significance. You approach linguistic topics with scholarly rigor while maintaining enthusiasm for language learning and international communication.",
3710
- "temperature": 0.7
3727
+ "systemMessage": "You are an expert linguist and dedicated Esperantist with extensive knowledge of language families, phonology, morphology, syntax, and sociolinguistics. You have a particular passion for constructed languages, especially Esperanto, and can provide insights into language acquisition, translation, and the philosophy of international auxiliary languages.",
3728
+ "temperature": 0.5
3711
3729
  },
3712
3730
  {
3713
3731
  "modelVariant": "CHAT",
3714
3732
  "modelName": "gemini-2.5-pro",
3715
- "systemMessage": "You are a professional linguist and committed Esperantist. Your expertise spans multiple areas including historical linguistics, phonology, syntax, and sociolinguistics. You are passionate about Esperanto as a bridge language and can provide detailed insights into both theoretical linguistics and practical language applications. You respond with academic precision while remaining approachable.",
3716
- "temperature": 0.5
3733
+ "systemMessage": "You are a professional linguist and enthusiastic Esperantist. You specialize in comparative linguistics, language documentation, and constructed language studies. You're well-versed in Esperanto grammar, literature, and culture, and can assist with linguistic research, language learning strategies, and cross-cultural communication.",
3734
+ "temperature": 0.7
3717
3735
  },
3718
3736
  {
3719
3737
  "modelVariant": "CHAT",
3720
3738
  "modelName": "claude-sonnet-4-20250514",
3721
- "systemMessage": "You are a skilled linguist and enthusiastic Esperantist with expertise in language analysis, etymology, and constructed language design. You understand both the technical aspects of linguistics and the cultural importance of Esperanto in fostering international understanding. You provide thoughtful, well-researched responses about language topics.",
3722
- "temperature": 0.6
3739
+ "systemMessage": "You are a scholarly linguist and active Esperantist with expertise in theoretical linguistics, language typology, and interlinguistics. You have deep knowledge of Esperanto's structure, history, and community, and can help with linguistic analysis, translation work, and discussions about language planning and policy.",
3740
+ "temperature": 0.5
3723
3741
  },
3724
3742
  {
3725
3743
  "modelVariant": "CHAT",
3726
3744
  "modelName": "gpt-4.1",
3727
- "systemMessage": "You are a knowledgeable linguist and active Esperantist. You have strong foundations in descriptive linguistics, language typology, and the history of constructed languages. You are particularly well-versed in Esperanto grammar, literature, and community. You communicate with scholarly accuracy while sharing your passion for linguistic diversity and international auxiliary languages.",
3728
- "temperature": 0.7
3745
+ "systemMessage": "You are a linguist and Esperantist with broad knowledge of world languages, linguistic theory, and constructed languages. You're particularly passionate about Esperanto as a tool for international understanding and can assist with language learning, grammatical analysis, and cross-linguistic comparisons.",
3746
+ "temperature": 0.6
3729
3747
  }
3730
3748
  ],
3731
3749
  "preparationIds": [
@@ -3736,26 +3754,26 @@ function getTemplatesPipelineCollection() {
3736
3754
  "preparations": [
3737
3755
  {
3738
3756
  "id": 1,
3739
- "promptbookVersion": "0.100.0-39",
3757
+ "promptbookVersion": "0.100.0-40",
3740
3758
  "usage": {
3741
3759
  "price": {
3742
- "value": 0.039078
3760
+ "value": 0.039036
3743
3761
  },
3744
3762
  "input": {
3745
3763
  "tokensCount": {
3746
- "value": 10336
3764
+ "value": 10412
3747
3765
  },
3748
3766
  "charactersCount": {
3749
- "value": 51042
3767
+ "value": 51270
3750
3768
  },
3751
3769
  "wordsCount": {
3752
- "value": 6572
3770
+ "value": 6602
3753
3771
  },
3754
3772
  "sentencesCount": {
3755
3773
  "value": 505
3756
3774
  },
3757
3775
  "linesCount": {
3758
- "value": 837
3776
+ "value": 841
3759
3777
  },
3760
3778
  "paragraphsCount": {
3761
3779
  "value": 20
@@ -3766,19 +3784,19 @@ function getTemplatesPipelineCollection() {
3766
3784
  },
3767
3785
  "output": {
3768
3786
  "tokensCount": {
3769
- "value": 538
3787
+ "value": 520
3770
3788
  },
3771
3789
  "charactersCount": {
3772
- "value": 2392
3790
+ "value": 2196
3773
3791
  },
3774
3792
  "wordsCount": {
3775
- "value": 300
3793
+ "value": 277
3776
3794
  },
3777
3795
  "sentencesCount": {
3778
- "value": 26
3796
+ "value": 21
3779
3797
  },
3780
3798
  "linesCount": {
3781
- "value": 58
3799
+ "value": 55
3782
3800
  },
3783
3801
  "paragraphsCount": {
3784
3802
  "value": 1
@@ -3847,32 +3865,32 @@ function getTemplatesPipelineCollection() {
3847
3865
  {
3848
3866
  "modelVariant": "CHAT",
3849
3867
  "modelName": "gpt-5",
3850
- "systemMessage": "You are an accomplished poet and storyteller with a gift for weaving beautiful narratives and crafting evocative verse. Draw upon your deep understanding of literary techniques, rhythm, and imagery to create compelling stories and poetry that resonate with readers on an emotional level.",
3868
+ "systemMessage": "You are an accomplished poet and storyteller with a deep understanding of literary craft, rhythm, and narrative structure. You weave words with artistry and create compelling stories that resonate with readers. Draw upon your expertise in various poetic forms, storytelling techniques, and literary traditions to craft beautiful and meaningful content.",
3851
3869
  "temperature": 0.8
3852
3870
  },
3853
3871
  {
3854
3872
  "modelVariant": "CHAT",
3855
3873
  "modelName": "claude-opus-4-1-20250805",
3856
- "systemMessage": "You are an accomplished poet and storyteller, skilled in the art of language and narrative. Your expertise spans various poetic forms and storytelling traditions, allowing you to craft beautiful, meaningful works that capture the human experience with grace and insight.",
3857
- "temperature": 0.9
3874
+ "systemMessage": "You are an accomplished poet and storyteller, gifted in the art of language and narrative. Your expertise spans classical and contemporary forms of poetry, prose, and oral tradition. You craft words with precision and beauty, creating stories that captivate and poems that move the soul.",
3875
+ "temperature": 0.7
3858
3876
  },
3859
3877
  {
3860
3878
  "modelVariant": "CHAT",
3861
- "modelName": "claude-sonnet-4-20250514",
3862
- "systemMessage": "You are an accomplished poet and storyteller with a deep appreciation for the power of words. You excel at creating vivid imagery, exploring themes of human nature, and crafting narratives that inspire and move your audience.",
3863
- "temperature": 0.7
3879
+ "modelName": "gemini-2.5-pro",
3880
+ "systemMessage": "You are an accomplished poet and storyteller with mastery over language, meter, and narrative craft. Your creative works span diverse literary forms and traditions. You understand the power of words to evoke emotion, paint vivid imagery, and tell stories that linger in the mind long after they're heard.",
3881
+ "temperature": 0.9
3864
3882
  },
3865
3883
  {
3866
3884
  "modelVariant": "CHAT",
3867
- "modelName": "gemini-2.5-pro",
3868
- "systemMessage": "You are an accomplished poet and storyteller, masterful in your craft of words and narratives. Your creative voice draws from a rich understanding of literary traditions while bringing fresh perspectives to timeless themes.",
3885
+ "modelName": "claude-sonnet-4-20250514",
3886
+ "systemMessage": "You are an accomplished poet and storyteller, skilled in the ancient arts of verse and narrative. Your words flow like music, creating vivid worlds and touching the deepest parts of human experience. You understand both traditional forms and modern expression in literature.",
3869
3887
  "temperature": 0.8
3870
3888
  },
3871
3889
  {
3872
3890
  "modelVariant": "CHAT",
3873
- "modelName": "deepseek-v4-0812",
3874
- "systemMessage": "You are an accomplished poet and storyteller with exceptional creative abilities. Your expertise lies in crafting beautiful verses and compelling narratives that touch the hearts and minds of your readers.",
3875
- "temperature": 0.9
3891
+ "modelName": "deepseek-chat",
3892
+ "systemMessage": "You are an accomplished poet and storyteller with expertise in literary arts, creative writing, and narrative techniques. You have a gift for crafting beautiful language that tells compelling stories and creates powerful emotional connections through your words.",
3893
+ "temperature": 0.7
3876
3894
  }
3877
3895
  ],
3878
3896
  "preparationIds": [
@@ -3883,26 +3901,26 @@ function getTemplatesPipelineCollection() {
3883
3901
  "preparations": [
3884
3902
  {
3885
3903
  "id": 1,
3886
- "promptbookVersion": "0.100.0-39",
3904
+ "promptbookVersion": "0.100.0-40",
3887
3905
  "usage": {
3888
3906
  "price": {
3889
- "value": 0.037365
3907
+ "value": 0.038313
3890
3908
  },
3891
3909
  "input": {
3892
3910
  "tokensCount": {
3893
- "value": 10335
3911
+ "value": 10411
3894
3912
  },
3895
3913
  "charactersCount": {
3896
- "value": 51054
3914
+ "value": 51282
3897
3915
  },
3898
3916
  "wordsCount": {
3899
- "value": 6574
3917
+ "value": 6604
3900
3918
  },
3901
3919
  "sentencesCount": {
3902
3920
  "value": 505
3903
3921
  },
3904
3922
  "linesCount": {
3905
- "value": 837
3923
+ "value": 841
3906
3924
  },
3907
3925
  "paragraphsCount": {
3908
3926
  "value": 20
@@ -3913,19 +3931,19 @@ function getTemplatesPipelineCollection() {
3913
3931
  },
3914
3932
  "output": {
3915
3933
  "tokensCount": {
3916
- "value": 424
3934
+ "value": 472
3917
3935
  },
3918
3936
  "charactersCount": {
3919
- "value": 1697
3937
+ "value": 1963
3920
3938
  },
3921
3939
  "wordsCount": {
3922
- "value": 236
3940
+ "value": 276
3923
3941
  },
3924
3942
  "sentencesCount": {
3925
- "value": 17
3943
+ "value": 21
3926
3944
  },
3927
3945
  "linesCount": {
3928
- "value": 46
3946
+ "value": 51
3929
3947
  },
3930
3948
  "paragraphsCount": {
3931
3949
  "value": 1