@promptbook/templates 0.100.0-40 → 0.100.0-42

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/umd/index.umd.js CHANGED
@@ -23,7 +23,7 @@
23
23
  * @generated
24
24
  * @see https://github.com/webgptorg/promptbook
25
25
  */
26
- const PROMPTBOOK_ENGINE_VERSION = '0.100.0-40';
26
+ const PROMPTBOOK_ENGINE_VERSION = '0.100.0-42';
27
27
  /**
28
28
  * TODO: string_promptbook_version should be constrained to the all versions of Promptbook engine
29
29
  * Note: [💞] Ignore a discrepancy between file name and entity name
@@ -1541,39 +1541,51 @@
1541
1541
  "modelsRequirements": [
1542
1542
  {
1543
1543
  "modelVariant": "CHAT",
1544
- "modelName": "gpt-4.1",
1545
- "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.",
1544
+ "modelName": "gpt-5",
1545
+ "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.",
1546
1546
  "temperature": 0.3
1547
1547
  },
1548
1548
  {
1549
1549
  "modelVariant": "CHAT",
1550
1550
  "modelName": "claude-opus-4-1-20250805",
1551
- "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.",
1551
+ "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.",
1552
+ "temperature": 0.4
1553
+ },
1554
+ {
1555
+ "modelVariant": "CHAT",
1556
+ "modelName": "gpt-4.1",
1557
+ "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.",
1558
+ "temperature": 0.3
1559
+ },
1560
+ {
1561
+ "modelVariant": "CHAT",
1562
+ "modelName": "claude-sonnet-4-20250514",
1563
+ "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.",
1552
1564
  "temperature": 0.4
1553
1565
  },
1554
1566
  {
1555
1567
  "modelVariant": "CHAT",
1556
1568
  "modelName": "gemini-2.5-pro",
1557
- "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.",
1558
- "temperature": 0.5
1569
+ "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.",
1570
+ "temperature": 0.3
1559
1571
  },
1560
1572
  {
1561
1573
  "modelVariant": "CHAT",
1562
1574
  "modelName": "deepseek-chat",
1563
- "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.",
1575
+ "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.",
1564
1576
  "temperature": 0.4
1565
1577
  },
1566
1578
  {
1567
1579
  "modelVariant": "CHAT",
1568
1580
  "modelName": "claude-3-5-haiku-20241022",
1569
- "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.",
1570
- "temperature": 0.6
1581
+ "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.",
1582
+ "temperature": 0.5
1571
1583
  },
1572
1584
  {
1573
1585
  "modelVariant": "CHAT",
1574
1586
  "modelName": "gemini-2.5-flash",
1575
- "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.",
1576
- "temperature": 0.5
1587
+ "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.",
1588
+ "temperature": 0.4
1577
1589
  }
1578
1590
  ],
1579
1591
  "preparationIds": [
@@ -1584,26 +1596,26 @@
1584
1596
  "preparations": [
1585
1597
  {
1586
1598
  "id": 1,
1587
- "promptbookVersion": "0.100.0-39",
1599
+ "promptbookVersion": "0.100.0-41",
1588
1600
  "usage": {
1589
1601
  "price": {
1590
- "value": 0.038721
1602
+ "value": 0.040614
1591
1603
  },
1592
1604
  "input": {
1593
1605
  "tokensCount": {
1594
- "value": 10337
1606
+ "value": 10413
1595
1607
  },
1596
1608
  "charactersCount": {
1597
- "value": 51055
1609
+ "value": 51283
1598
1610
  },
1599
1611
  "wordsCount": {
1600
- "value": 6575
1612
+ "value": 6605
1601
1613
  },
1602
1614
  "sentencesCount": {
1603
1615
  "value": 505
1604
1616
  },
1605
1617
  "linesCount": {
1606
- "value": 837
1618
+ "value": 841
1607
1619
  },
1608
1620
  "paragraphsCount": {
1609
1621
  "value": 20
@@ -1614,19 +1626,19 @@
1614
1626
  },
1615
1627
  "output": {
1616
1628
  "tokensCount": {
1617
- "value": 514
1629
+ "value": 625
1618
1630
  },
1619
1631
  "charactersCount": {
1620
- "value": 2136
1632
+ "value": 2550
1621
1633
  },
1622
1634
  "wordsCount": {
1623
- "value": 282
1635
+ "value": 325
1624
1636
  },
1625
1637
  "sentencesCount": {
1626
- "value": 23
1638
+ "value": 29
1627
1639
  },
1628
1640
  "linesCount": {
1629
- "value": 58
1641
+ "value": 70
1630
1642
  },
1631
1643
  "paragraphsCount": {
1632
1644
  "value": 1
@@ -2112,39 +2124,51 @@
2112
2124
  "modelsRequirements": [
2113
2125
  {
2114
2126
  "modelVariant": "CHAT",
2115
- "modelName": "gpt-4.1",
2116
- "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.",
2127
+ "modelName": "gpt-5",
2128
+ "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.",
2117
2129
  "temperature": 0.3
2118
2130
  },
2119
2131
  {
2120
2132
  "modelVariant": "CHAT",
2121
2133
  "modelName": "claude-opus-4-1-20250805",
2122
- "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.",
2134
+ "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.",
2135
+ "temperature": 0.4
2136
+ },
2137
+ {
2138
+ "modelVariant": "CHAT",
2139
+ "modelName": "gpt-4.1",
2140
+ "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.",
2141
+ "temperature": 0.3
2142
+ },
2143
+ {
2144
+ "modelVariant": "CHAT",
2145
+ "modelName": "claude-sonnet-4-20250514",
2146
+ "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.",
2123
2147
  "temperature": 0.4
2124
2148
  },
2125
2149
  {
2126
2150
  "modelVariant": "CHAT",
2127
2151
  "modelName": "gemini-2.5-pro",
2128
- "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.",
2129
- "temperature": 0.5
2152
+ "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.",
2153
+ "temperature": 0.3
2130
2154
  },
2131
2155
  {
2132
2156
  "modelVariant": "CHAT",
2133
2157
  "modelName": "deepseek-chat",
2134
- "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.",
2158
+ "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.",
2135
2159
  "temperature": 0.4
2136
2160
  },
2137
2161
  {
2138
2162
  "modelVariant": "CHAT",
2139
2163
  "modelName": "claude-3-5-haiku-20241022",
2140
- "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.",
2141
- "temperature": 0.6
2164
+ "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.",
2165
+ "temperature": 0.5
2142
2166
  },
2143
2167
  {
2144
2168
  "modelVariant": "CHAT",
2145
2169
  "modelName": "gemini-2.5-flash",
2146
- "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.",
2147
- "temperature": 0.5
2170
+ "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.",
2171
+ "temperature": 0.4
2148
2172
  }
2149
2173
  ],
2150
2174
  "preparationIds": [
@@ -2155,26 +2179,26 @@
2155
2179
  "preparations": [
2156
2180
  {
2157
2181
  "id": 1,
2158
- "promptbookVersion": "0.100.0-39",
2182
+ "promptbookVersion": "0.100.0-41",
2159
2183
  "usage": {
2160
2184
  "price": {
2161
- "value": 0.038721
2185
+ "value": 0.040614
2162
2186
  },
2163
2187
  "input": {
2164
2188
  "tokensCount": {
2165
- "value": 10337
2189
+ "value": 10413
2166
2190
  },
2167
2191
  "charactersCount": {
2168
- "value": 51055
2192
+ "value": 51283
2169
2193
  },
2170
2194
  "wordsCount": {
2171
- "value": 6575
2195
+ "value": 6605
2172
2196
  },
2173
2197
  "sentencesCount": {
2174
2198
  "value": 505
2175
2199
  },
2176
2200
  "linesCount": {
2177
- "value": 837
2201
+ "value": 841
2178
2202
  },
2179
2203
  "paragraphsCount": {
2180
2204
  "value": 20
@@ -2185,19 +2209,19 @@
2185
2209
  },
2186
2210
  "output": {
2187
2211
  "tokensCount": {
2188
- "value": 514
2212
+ "value": 625
2189
2213
  },
2190
2214
  "charactersCount": {
2191
- "value": 2136
2215
+ "value": 2550
2192
2216
  },
2193
2217
  "wordsCount": {
2194
- "value": 282
2218
+ "value": 325
2195
2219
  },
2196
2220
  "sentencesCount": {
2197
- "value": 23
2221
+ "value": 29
2198
2222
  },
2199
2223
  "linesCount": {
2200
- "value": 58
2224
+ "value": 70
2201
2225
  },
2202
2226
  "paragraphsCount": {
2203
2227
  "value": 1
@@ -2824,33 +2848,33 @@
2824
2848
  "modelsRequirements": [
2825
2849
  {
2826
2850
  "modelVariant": "CHAT",
2827
- "modelName": "gpt-5",
2828
- "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.",
2851
+ "modelName": "gpt-4.1",
2852
+ "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.",
2829
2853
  "temperature": 0.2
2830
2854
  },
2831
2855
  {
2832
2856
  "modelVariant": "CHAT",
2833
2857
  "modelName": "claude-opus-4-1-20250805",
2834
- "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.",
2858
+ "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.",
2835
2859
  "temperature": 0.3
2836
2860
  },
2837
2861
  {
2838
2862
  "modelVariant": "CHAT",
2839
- "modelName": "gpt-4.1",
2840
- "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.",
2863
+ "modelName": "claude-sonnet-4-20250514",
2864
+ "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.",
2841
2865
  "temperature": 0.2
2842
2866
  },
2843
2867
  {
2844
2868
  "modelVariant": "CHAT",
2845
- "modelName": "claude-sonnet-4-20250514",
2846
- "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.",
2869
+ "modelName": "gemini-2.5-pro",
2870
+ "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.",
2847
2871
  "temperature": 0.3
2848
2872
  },
2849
2873
  {
2850
2874
  "modelVariant": "CHAT",
2851
- "modelName": "gemini-2.5-pro",
2852
- "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.",
2853
- "temperature": 0.25
2875
+ "modelName": "deepseek-chat",
2876
+ "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.",
2877
+ "temperature": 0.2
2854
2878
  }
2855
2879
  ],
2856
2880
  "preparationIds": [
@@ -2861,26 +2885,26 @@
2861
2885
  "preparations": [
2862
2886
  {
2863
2887
  "id": 1,
2864
- "promptbookVersion": "0.100.0-39",
2888
+ "promptbookVersion": "0.100.0-41",
2865
2889
  "usage": {
2866
2890
  "price": {
2867
- "value": 0.037893
2891
+ "value": 0.038256
2868
2892
  },
2869
2893
  "input": {
2870
2894
  "tokensCount": {
2871
- "value": 10336
2895
+ "value": 10412
2872
2896
  },
2873
2897
  "charactersCount": {
2874
- "value": 51042
2898
+ "value": 51270
2875
2899
  },
2876
2900
  "wordsCount": {
2877
- "value": 6573
2901
+ "value": 6603
2878
2902
  },
2879
2903
  "sentencesCount": {
2880
2904
  "value": 505
2881
2905
  },
2882
2906
  "linesCount": {
2883
- "value": 837
2907
+ "value": 841
2884
2908
  },
2885
2909
  "paragraphsCount": {
2886
2910
  "value": 20
@@ -2891,19 +2915,19 @@
2891
2915
  },
2892
2916
  "output": {
2893
2917
  "tokensCount": {
2894
- "value": 459
2918
+ "value": 468
2895
2919
  },
2896
2920
  "charactersCount": {
2897
- "value": 1953
2921
+ "value": 2001
2898
2922
  },
2899
2923
  "wordsCount": {
2900
- "value": 253
2924
+ "value": 257
2901
2925
  },
2902
2926
  "sentencesCount": {
2903
- "value": 20
2927
+ "value": 22
2904
2928
  },
2905
2929
  "linesCount": {
2906
- "value": 51
2930
+ "value": 52
2907
2931
  },
2908
2932
  "paragraphsCount": {
2909
2933
  "value": 1
@@ -2973,32 +2997,32 @@
2973
2997
  {
2974
2998
  "modelVariant": "CHAT",
2975
2999
  "modelName": "gpt-4.1",
2976
- "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.",
3000
+ "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.",
2977
3001
  "temperature": 0.7
2978
3002
  },
2979
3003
  {
2980
3004
  "modelVariant": "CHAT",
2981
- "modelName": "claude-opus-4-1-20250805",
2982
- "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.",
3005
+ "modelName": "claude-sonnet-4-20250514",
3006
+ "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.",
2983
3007
  "temperature": 0.6
2984
3008
  },
2985
3009
  {
2986
3010
  "modelVariant": "CHAT",
2987
- "modelName": "gemini-2.5-pro",
2988
- "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.",
2989
- "temperature": 0.8
3011
+ "modelName": "gemini-2.5-flash",
3012
+ "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.",
3013
+ "temperature": 0.7
2990
3014
  },
2991
3015
  {
2992
3016
  "modelVariant": "CHAT",
2993
- "modelName": "claude-sonnet-4-20250514",
2994
- "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.",
2995
- "temperature": 0.6
3017
+ "modelName": "claude-3-5-haiku-20241022",
3018
+ "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.",
3019
+ "temperature": 0.8
2996
3020
  },
2997
3021
  {
2998
3022
  "modelVariant": "CHAT",
2999
3023
  "modelName": "deepseek-chat",
3000
- "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.",
3001
- "temperature": 0.7
3024
+ "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.",
3025
+ "temperature": 0.6
3002
3026
  }
3003
3027
  ],
3004
3028
  "preparationIds": [
@@ -3009,26 +3033,26 @@
3009
3033
  "preparations": [
3010
3034
  {
3011
3035
  "id": 1,
3012
- "promptbookVersion": "0.100.0-39",
3036
+ "promptbookVersion": "0.100.0-41",
3013
3037
  "usage": {
3014
3038
  "price": {
3015
- "value": 0.036888000000000004
3039
+ "value": 0.038181
3016
3040
  },
3017
3041
  "input": {
3018
3042
  "tokensCount": {
3019
- "value": 10336
3043
+ "value": 10412
3020
3044
  },
3021
3045
  "charactersCount": {
3022
- "value": 51046
3046
+ "value": 51274
3023
3047
  },
3024
3048
  "wordsCount": {
3025
- "value": 6573
3049
+ "value": 6603
3026
3050
  },
3027
3051
  "sentencesCount": {
3028
3052
  "value": 505
3029
3053
  },
3030
3054
  "linesCount": {
3031
- "value": 837
3055
+ "value": 841
3032
3056
  },
3033
3057
  "paragraphsCount": {
3034
3058
  "value": 20
@@ -3039,25 +3063,25 @@
3039
3063
  },
3040
3064
  "output": {
3041
3065
  "tokensCount": {
3042
- "value": 392
3066
+ "value": 463
3043
3067
  },
3044
3068
  "charactersCount": {
3045
- "value": 1570
3069
+ "value": 1916
3046
3070
  },
3047
3071
  "wordsCount": {
3048
- "value": 199
3072
+ "value": 243
3049
3073
  },
3050
3074
  "sentencesCount": {
3051
- "value": 18
3075
+ "value": 23
3052
3076
  },
3053
3077
  "linesCount": {
3054
- "value": 44
3078
+ "value": 52
3055
3079
  },
3056
3080
  "paragraphsCount": {
3057
3081
  "value": 1
3058
3082
  },
3059
3083
  "pagesCount": {
3060
- "value": 1
3084
+ "value": 2
3061
3085
  }
3062
3086
  }
3063
3087
  }
@@ -3105,7 +3129,7 @@
3105
3129
  "preparations": [
3106
3130
  {
3107
3131
  "id": 1,
3108
- "promptbookVersion": "0.100.0-39",
3132
+ "promptbookVersion": "0.100.0-41",
3109
3133
  "usage": {
3110
3134
  "price": {
3111
3135
  "value": 0
@@ -3212,38 +3236,38 @@
3212
3236
  {
3213
3237
  "modelVariant": "CHAT",
3214
3238
  "modelName": "gpt-5",
3215
- "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.",
3239
+ "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.",
3216
3240
  "temperature": 0.7
3217
3241
  },
3218
3242
  {
3219
3243
  "modelVariant": "CHAT",
3220
3244
  "modelName": "claude-opus-4-1-20250805",
3221
- "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.",
3245
+ "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.",
3222
3246
  "temperature": 0.6
3223
3247
  },
3224
3248
  {
3225
3249
  "modelVariant": "CHAT",
3226
- "modelName": "gpt-4.1",
3227
- "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.",
3250
+ "modelName": "gemini-2.5-pro",
3251
+ "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.",
3228
3252
  "temperature": 0.7
3229
3253
  },
3230
3254
  {
3231
3255
  "modelVariant": "CHAT",
3232
- "modelName": "claude-sonnet-4-20250514",
3233
- "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.",
3256
+ "modelName": "gpt-4.1",
3257
+ "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.",
3234
3258
  "temperature": 0.6
3235
3259
  },
3236
3260
  {
3237
3261
  "modelVariant": "CHAT",
3238
- "modelName": "gemini-2.5-pro",
3239
- "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.",
3240
- "temperature": 0.7
3262
+ "modelName": "claude-sonnet-4-20250514",
3263
+ "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.",
3264
+ "temperature": 0.6
3241
3265
  },
3242
3266
  {
3243
3267
  "modelVariant": "CHAT",
3244
3268
  "modelName": "deepseek-chat",
3245
- "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.",
3246
- "temperature": 0.6
3269
+ "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.",
3270
+ "temperature": 0.7
3247
3271
  }
3248
3272
  ],
3249
3273
  "preparationIds": [
@@ -3254,26 +3278,26 @@
3254
3278
  "preparations": [
3255
3279
  {
3256
3280
  "id": 1,
3257
- "promptbookVersion": "0.100.0-39",
3281
+ "promptbookVersion": "0.100.0-41",
3258
3282
  "usage": {
3259
3283
  "price": {
3260
- "value": 0.03864
3284
+ "value": 0.038508
3261
3285
  },
3262
3286
  "input": {
3263
3287
  "tokensCount": {
3264
- "value": 10335
3288
+ "value": 10411
3265
3289
  },
3266
3290
  "charactersCount": {
3267
- "value": 51074
3291
+ "value": 51302
3268
3292
  },
3269
3293
  "wordsCount": {
3270
- "value": 6575
3294
+ "value": 6605
3271
3295
  },
3272
3296
  "sentencesCount": {
3273
3297
  "value": 505
3274
3298
  },
3275
3299
  "linesCount": {
3276
- "value": 837
3300
+ "value": 841
3277
3301
  },
3278
3302
  "paragraphsCount": {
3279
3303
  "value": 20
@@ -3284,19 +3308,19 @@
3284
3308
  },
3285
3309
  "output": {
3286
3310
  "tokensCount": {
3287
- "value": 509
3311
+ "value": 485
3288
3312
  },
3289
3313
  "charactersCount": {
3290
- "value": 2357
3314
+ "value": 2232
3291
3315
  },
3292
3316
  "wordsCount": {
3293
- "value": 289
3317
+ "value": 271
3294
3318
  },
3295
3319
  "sentencesCount": {
3296
- "value": 24
3320
+ "value": 23
3297
3321
  },
3298
3322
  "linesCount": {
3299
- "value": 62
3323
+ "value": 60
3300
3324
  },
3301
3325
  "paragraphsCount": {
3302
3326
  "value": 1
@@ -3371,35 +3395,29 @@
3371
3395
  "name": "Jane",
3372
3396
  "description": "customer service representative and skilled copywriter for eshop",
3373
3397
  "modelsRequirements": [
3374
- {
3375
- "modelVariant": "CHAT",
3376
- "modelName": "claude-3-5-haiku-20241022",
3377
- "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.",
3378
- "temperature": 0.3
3379
- },
3380
3398
  {
3381
3399
  "modelVariant": "CHAT",
3382
3400
  "modelName": "gpt-4.1",
3383
- "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.",
3384
- "temperature": 0.4
3401
+ "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.",
3402
+ "temperature": 0.6
3385
3403
  },
3386
3404
  {
3387
3405
  "modelVariant": "CHAT",
3388
- "modelName": "claude-3-7-haiku-20250115",
3389
- "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.",
3390
- "temperature": 0.3
3406
+ "modelName": "claude-3-5-haiku-20241022",
3407
+ "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.",
3408
+ "temperature": 0.5
3391
3409
  },
3392
3410
  {
3393
3411
  "modelVariant": "CHAT",
3394
3412
  "modelName": "gemini-2.5-flash",
3395
- "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.",
3396
- "temperature": 0.4
3413
+ "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.",
3414
+ "temperature": 0.7
3397
3415
  },
3398
3416
  {
3399
3417
  "modelVariant": "CHAT",
3400
- "modelName": "deepseek-chat",
3401
- "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.",
3402
- "temperature": 0.3
3418
+ "modelName": "gpt-3.5-turbo",
3419
+ "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.",
3420
+ "temperature": 0.5
3403
3421
  }
3404
3422
  ],
3405
3423
  "preparationIds": [
@@ -3410,26 +3428,26 @@
3410
3428
  "preparations": [
3411
3429
  {
3412
3430
  "id": 1,
3413
- "promptbookVersion": "0.100.0-39",
3431
+ "promptbookVersion": "0.100.0-41",
3414
3432
  "usage": {
3415
3433
  "price": {
3416
- "value": 0.038625
3434
+ "value": 0.036648
3417
3435
  },
3418
3436
  "input": {
3419
3437
  "tokensCount": {
3420
- "value": 10340
3438
+ "value": 10416
3421
3439
  },
3422
3440
  "charactersCount": {
3423
- "value": 51082
3441
+ "value": 51310
3424
3442
  },
3425
3443
  "wordsCount": {
3426
- "value": 6577
3444
+ "value": 6607
3427
3445
  },
3428
3446
  "sentencesCount": {
3429
3447
  "value": 505
3430
3448
  },
3431
3449
  "linesCount": {
3432
- "value": 838
3450
+ "value": 842
3433
3451
  },
3434
3452
  "paragraphsCount": {
3435
3453
  "value": 20
@@ -3440,25 +3458,25 @@
3440
3458
  },
3441
3459
  "output": {
3442
3460
  "tokensCount": {
3443
- "value": 507
3461
+ "value": 360
3444
3462
  },
3445
3463
  "charactersCount": {
3446
- "value": 2291
3464
+ "value": 1565
3447
3465
  },
3448
3466
  "wordsCount": {
3449
- "value": 300
3467
+ "value": 201
3450
3468
  },
3451
3469
  "sentencesCount": {
3452
- "value": 24
3470
+ "value": 17
3453
3471
  },
3454
3472
  "linesCount": {
3455
- "value": 57
3473
+ "value": 41
3456
3474
  },
3457
3475
  "paragraphsCount": {
3458
3476
  "value": 1
3459
3477
  },
3460
3478
  "pagesCount": {
3461
- "value": 2
3479
+ "value": 1
3462
3480
  }
3463
3481
  }
3464
3482
  }
@@ -3707,32 +3725,32 @@
3707
3725
  {
3708
3726
  "modelVariant": "CHAT",
3709
3727
  "modelName": "gpt-5",
3710
- "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.",
3728
+ "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.",
3711
3729
  "temperature": 0.6
3712
3730
  },
3713
3731
  {
3714
3732
  "modelVariant": "CHAT",
3715
3733
  "modelName": "claude-opus-4-1-20250805",
3716
- "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.",
3717
- "temperature": 0.7
3734
+ "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.",
3735
+ "temperature": 0.5
3718
3736
  },
3719
3737
  {
3720
3738
  "modelVariant": "CHAT",
3721
3739
  "modelName": "gemini-2.5-pro",
3722
- "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.",
3723
- "temperature": 0.5
3740
+ "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.",
3741
+ "temperature": 0.7
3724
3742
  },
3725
3743
  {
3726
3744
  "modelVariant": "CHAT",
3727
3745
  "modelName": "claude-sonnet-4-20250514",
3728
- "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.",
3729
- "temperature": 0.6
3746
+ "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.",
3747
+ "temperature": 0.5
3730
3748
  },
3731
3749
  {
3732
3750
  "modelVariant": "CHAT",
3733
3751
  "modelName": "gpt-4.1",
3734
- "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.",
3735
- "temperature": 0.7
3752
+ "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.",
3753
+ "temperature": 0.6
3736
3754
  }
3737
3755
  ],
3738
3756
  "preparationIds": [
@@ -3743,26 +3761,26 @@
3743
3761
  "preparations": [
3744
3762
  {
3745
3763
  "id": 1,
3746
- "promptbookVersion": "0.100.0-39",
3764
+ "promptbookVersion": "0.100.0-41",
3747
3765
  "usage": {
3748
3766
  "price": {
3749
- "value": 0.039078
3767
+ "value": 0.039036
3750
3768
  },
3751
3769
  "input": {
3752
3770
  "tokensCount": {
3753
- "value": 10336
3771
+ "value": 10412
3754
3772
  },
3755
3773
  "charactersCount": {
3756
- "value": 51042
3774
+ "value": 51270
3757
3775
  },
3758
3776
  "wordsCount": {
3759
- "value": 6572
3777
+ "value": 6602
3760
3778
  },
3761
3779
  "sentencesCount": {
3762
3780
  "value": 505
3763
3781
  },
3764
3782
  "linesCount": {
3765
- "value": 837
3783
+ "value": 841
3766
3784
  },
3767
3785
  "paragraphsCount": {
3768
3786
  "value": 20
@@ -3773,19 +3791,19 @@
3773
3791
  },
3774
3792
  "output": {
3775
3793
  "tokensCount": {
3776
- "value": 538
3794
+ "value": 520
3777
3795
  },
3778
3796
  "charactersCount": {
3779
- "value": 2392
3797
+ "value": 2196
3780
3798
  },
3781
3799
  "wordsCount": {
3782
- "value": 300
3800
+ "value": 277
3783
3801
  },
3784
3802
  "sentencesCount": {
3785
- "value": 26
3803
+ "value": 21
3786
3804
  },
3787
3805
  "linesCount": {
3788
- "value": 58
3806
+ "value": 55
3789
3807
  },
3790
3808
  "paragraphsCount": {
3791
3809
  "value": 1
@@ -3854,32 +3872,32 @@
3854
3872
  {
3855
3873
  "modelVariant": "CHAT",
3856
3874
  "modelName": "gpt-5",
3857
- "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.",
3875
+ "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.",
3858
3876
  "temperature": 0.8
3859
3877
  },
3860
3878
  {
3861
3879
  "modelVariant": "CHAT",
3862
3880
  "modelName": "claude-opus-4-1-20250805",
3863
- "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.",
3864
- "temperature": 0.9
3881
+ "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.",
3882
+ "temperature": 0.7
3865
3883
  },
3866
3884
  {
3867
3885
  "modelVariant": "CHAT",
3868
- "modelName": "claude-sonnet-4-20250514",
3869
- "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.",
3870
- "temperature": 0.7
3886
+ "modelName": "gemini-2.5-pro",
3887
+ "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.",
3888
+ "temperature": 0.9
3871
3889
  },
3872
3890
  {
3873
3891
  "modelVariant": "CHAT",
3874
- "modelName": "gemini-2.5-pro",
3875
- "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.",
3892
+ "modelName": "claude-sonnet-4-20250514",
3893
+ "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.",
3876
3894
  "temperature": 0.8
3877
3895
  },
3878
3896
  {
3879
3897
  "modelVariant": "CHAT",
3880
- "modelName": "deepseek-v4-0812",
3881
- "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.",
3882
- "temperature": 0.9
3898
+ "modelName": "deepseek-chat",
3899
+ "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.",
3900
+ "temperature": 0.7
3883
3901
  }
3884
3902
  ],
3885
3903
  "preparationIds": [
@@ -3890,26 +3908,26 @@
3890
3908
  "preparations": [
3891
3909
  {
3892
3910
  "id": 1,
3893
- "promptbookVersion": "0.100.0-39",
3911
+ "promptbookVersion": "0.100.0-41",
3894
3912
  "usage": {
3895
3913
  "price": {
3896
- "value": 0.037365
3914
+ "value": 0.038313
3897
3915
  },
3898
3916
  "input": {
3899
3917
  "tokensCount": {
3900
- "value": 10335
3918
+ "value": 10411
3901
3919
  },
3902
3920
  "charactersCount": {
3903
- "value": 51054
3921
+ "value": 51282
3904
3922
  },
3905
3923
  "wordsCount": {
3906
- "value": 6574
3924
+ "value": 6604
3907
3925
  },
3908
3926
  "sentencesCount": {
3909
3927
  "value": 505
3910
3928
  },
3911
3929
  "linesCount": {
3912
- "value": 837
3930
+ "value": 841
3913
3931
  },
3914
3932
  "paragraphsCount": {
3915
3933
  "value": 20
@@ -3920,19 +3938,19 @@
3920
3938
  },
3921
3939
  "output": {
3922
3940
  "tokensCount": {
3923
- "value": 424
3941
+ "value": 472
3924
3942
  },
3925
3943
  "charactersCount": {
3926
- "value": 1697
3944
+ "value": 1963
3927
3945
  },
3928
3946
  "wordsCount": {
3929
- "value": 236
3947
+ "value": 276
3930
3948
  },
3931
3949
  "sentencesCount": {
3932
- "value": 17
3950
+ "value": 21
3933
3951
  },
3934
3952
  "linesCount": {
3935
- "value": 46
3953
+ "value": 51
3936
3954
  },
3937
3955
  "paragraphsCount": {
3938
3956
  "value": 1