@promptbook/templates 0.100.0-28 → 0.100.0-31

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-28';
26
+ const PROMPTBOOK_ENGINE_VERSION = '0.100.0-31';
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,20 +1541,38 @@
1541
1541
  "modelsRequirements": [
1542
1542
  {
1543
1543
  "modelVariant": "CHAT",
1544
- "modelName": "gpt-4",
1545
- "systemMessage": "You are an AI assistant for a developer working on the Promptbook Project. You have extensive knowledge of prompt engineering, language models, and software development best practices. Provide helpful, accurate, and concise responses to aid in the development process.",
1546
- "temperature": 0.7
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.",
1546
+ "temperature": 0.3
1547
1547
  },
1548
1548
  {
1549
1549
  "modelVariant": "CHAT",
1550
- "modelName": "claude-3-opus-20240229",
1551
- "systemMessage": "You are an AI assistant supporting a developer of the Promptbook Project. Your expertise covers prompt engineering techniques, language model capabilities, and software development workflows. Offer insightful and practical advice to enhance the project's development.",
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.",
1552
+ "temperature": 0.4
1553
+ },
1554
+ {
1555
+ "modelVariant": "CHAT",
1556
+ "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
1559
+ },
1560
+ {
1561
+ "modelVariant": "CHAT",
1562
+ "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.",
1564
+ "temperature": 0.4
1565
+ },
1566
+ {
1567
+ "modelVariant": "CHAT",
1568
+ "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.",
1552
1570
  "temperature": 0.6
1553
1571
  },
1554
1572
  {
1555
1573
  "modelVariant": "CHAT",
1556
- "modelName": "gemini-1.5-pro",
1557
- "systemMessage": "As an AI assistant for the Promptbook Project developer, you specialize in prompt engineering, language model applications, and software development. Provide clear, actionable insights to facilitate efficient project development and innovation.",
1574
+ "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.",
1558
1576
  "temperature": 0.5
1559
1577
  }
1560
1578
  ],
@@ -1566,55 +1584,55 @@
1566
1584
  "preparations": [
1567
1585
  {
1568
1586
  "id": 1,
1569
- "promptbookVersion": "0.100.0-27",
1587
+ "promptbookVersion": "0.100.0-30",
1570
1588
  "usage": {
1571
1589
  "price": {
1572
- "value": 0.026725000000000002
1590
+ "value": 0.038721
1573
1591
  },
1574
1592
  "input": {
1575
1593
  "tokensCount": {
1576
- "value": 9245
1594
+ "value": 10337
1577
1595
  },
1578
1596
  "charactersCount": {
1579
- "value": 45289
1597
+ "value": 51055
1580
1598
  },
1581
1599
  "wordsCount": {
1582
- "value": 5815
1600
+ "value": 6575
1583
1601
  },
1584
1602
  "sentencesCount": {
1585
- "value": 440
1603
+ "value": 505
1586
1604
  },
1587
1605
  "linesCount": {
1588
- "value": 746
1606
+ "value": 837
1589
1607
  },
1590
1608
  "paragraphsCount": {
1591
1609
  "value": 20
1592
1610
  },
1593
1611
  "pagesCount": {
1594
- "value": 17
1612
+ "value": 20
1595
1613
  }
1596
1614
  },
1597
1615
  "output": {
1598
1616
  "tokensCount": {
1599
- "value": 289
1617
+ "value": 514
1600
1618
  },
1601
1619
  "charactersCount": {
1602
- "value": 1213
1620
+ "value": 2136
1603
1621
  },
1604
1622
  "wordsCount": {
1605
- "value": 162
1623
+ "value": 282
1606
1624
  },
1607
1625
  "sentencesCount": {
1608
- "value": 13
1626
+ "value": 23
1609
1627
  },
1610
1628
  "linesCount": {
1611
- "value": 34
1629
+ "value": 58
1612
1630
  },
1613
1631
  "paragraphsCount": {
1614
- "value": 2
1632
+ "value": 1
1615
1633
  },
1616
1634
  "pagesCount": {
1617
- "value": 1
1635
+ "value": 2
1618
1636
  }
1619
1637
  }
1620
1638
  }
@@ -2094,20 +2112,38 @@
2094
2112
  "modelsRequirements": [
2095
2113
  {
2096
2114
  "modelVariant": "CHAT",
2097
- "modelName": "gpt-4",
2098
- "systemMessage": "You are an AI assistant for a developer working on the Promptbook Project. You have extensive knowledge of prompt engineering, language models, and software development best practices. Provide helpful, accurate, and concise responses to aid in the development process.",
2099
- "temperature": 0.7
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.",
2117
+ "temperature": 0.3
2100
2118
  },
2101
2119
  {
2102
2120
  "modelVariant": "CHAT",
2103
- "modelName": "claude-3-opus-20240229",
2104
- "systemMessage": "You are an AI assistant supporting a developer of the Promptbook Project. Your expertise covers prompt engineering techniques, language model capabilities, and software development workflows. Offer insightful and practical advice to enhance the project's development.",
2121
+ "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.",
2123
+ "temperature": 0.4
2124
+ },
2125
+ {
2126
+ "modelVariant": "CHAT",
2127
+ "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
2130
+ },
2131
+ {
2132
+ "modelVariant": "CHAT",
2133
+ "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.",
2135
+ "temperature": 0.4
2136
+ },
2137
+ {
2138
+ "modelVariant": "CHAT",
2139
+ "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.",
2105
2141
  "temperature": 0.6
2106
2142
  },
2107
2143
  {
2108
2144
  "modelVariant": "CHAT",
2109
- "modelName": "gemini-1.5-pro",
2110
- "systemMessage": "As an AI assistant for the Promptbook Project developer, you specialize in prompt engineering, language model applications, and software development. Provide clear, actionable insights to facilitate efficient project development and innovation.",
2145
+ "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.",
2111
2147
  "temperature": 0.5
2112
2148
  }
2113
2149
  ],
@@ -2119,55 +2155,55 @@
2119
2155
  "preparations": [
2120
2156
  {
2121
2157
  "id": 1,
2122
- "promptbookVersion": "0.100.0-27",
2158
+ "promptbookVersion": "0.100.0-30",
2123
2159
  "usage": {
2124
2160
  "price": {
2125
- "value": 0.026725000000000002
2161
+ "value": 0.038721
2126
2162
  },
2127
2163
  "input": {
2128
2164
  "tokensCount": {
2129
- "value": 9245
2165
+ "value": 10337
2130
2166
  },
2131
2167
  "charactersCount": {
2132
- "value": 45289
2168
+ "value": 51055
2133
2169
  },
2134
2170
  "wordsCount": {
2135
- "value": 5815
2171
+ "value": 6575
2136
2172
  },
2137
2173
  "sentencesCount": {
2138
- "value": 440
2174
+ "value": 505
2139
2175
  },
2140
2176
  "linesCount": {
2141
- "value": 746
2177
+ "value": 837
2142
2178
  },
2143
2179
  "paragraphsCount": {
2144
2180
  "value": 20
2145
2181
  },
2146
2182
  "pagesCount": {
2147
- "value": 17
2183
+ "value": 20
2148
2184
  }
2149
2185
  },
2150
2186
  "output": {
2151
2187
  "tokensCount": {
2152
- "value": 289
2188
+ "value": 514
2153
2189
  },
2154
2190
  "charactersCount": {
2155
- "value": 1213
2191
+ "value": 2136
2156
2192
  },
2157
2193
  "wordsCount": {
2158
- "value": 162
2194
+ "value": 282
2159
2195
  },
2160
2196
  "sentencesCount": {
2161
- "value": 13
2197
+ "value": 23
2162
2198
  },
2163
2199
  "linesCount": {
2164
- "value": 34
2200
+ "value": 58
2165
2201
  },
2166
2202
  "paragraphsCount": {
2167
- "value": 2
2203
+ "value": 1
2168
2204
  },
2169
2205
  "pagesCount": {
2170
- "value": 1
2206
+ "value": 2
2171
2207
  }
2172
2208
  }
2173
2209
  }
@@ -2788,21 +2824,33 @@
2788
2824
  "modelsRequirements": [
2789
2825
  {
2790
2826
  "modelVariant": "CHAT",
2791
- "modelName": "claude-3-opus-20240229",
2792
- "systemMessage": "You are an expert linguist and language corrector. Provide detailed linguistic analysis, identify and correct grammatical errors, and offer nuanced explanations of language usage and rules.",
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.",
2829
+ "temperature": 0.2
2830
+ },
2831
+ {
2832
+ "modelVariant": "CHAT",
2833
+ "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.",
2793
2835
  "temperature": 0.3
2794
2836
  },
2795
2837
  {
2796
2838
  "modelVariant": "CHAT",
2797
- "modelName": "gpt-4",
2798
- "systemMessage": "As a skilled linguist and language corrector, your role is to analyze text, identify errors, and provide clear explanations for corrections. Offer insights into grammar, syntax, and language nuances.",
2799
- "temperature": 0.4
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.",
2841
+ "temperature": 0.2
2800
2842
  },
2801
2843
  {
2802
2844
  "modelVariant": "CHAT",
2803
- "modelName": "gemini-1.5-pro",
2804
- "systemMessage": "You are a knowledgeable linguist and language corrector. Your task is to examine text carefully, point out any language errors, and explain corrections with linguistic precision and clarity.",
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.",
2805
2847
  "temperature": 0.3
2848
+ },
2849
+ {
2850
+ "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
2806
2854
  }
2807
2855
  ],
2808
2856
  "preparationIds": [
@@ -2813,55 +2861,55 @@
2813
2861
  "preparations": [
2814
2862
  {
2815
2863
  "id": 1,
2816
- "promptbookVersion": "0.100.0-27",
2864
+ "promptbookVersion": "0.100.0-30",
2817
2865
  "usage": {
2818
2866
  "price": {
2819
- "value": 0.0262975
2867
+ "value": 0.037893
2820
2868
  },
2821
2869
  "input": {
2822
2870
  "tokensCount": {
2823
- "value": 9244
2871
+ "value": 10336
2824
2872
  },
2825
2873
  "charactersCount": {
2826
- "value": 45276
2874
+ "value": 51042
2827
2875
  },
2828
2876
  "wordsCount": {
2829
- "value": 5813
2877
+ "value": 6573
2830
2878
  },
2831
2879
  "sentencesCount": {
2832
- "value": 440
2880
+ "value": 505
2833
2881
  },
2834
2882
  "linesCount": {
2835
- "value": 746
2883
+ "value": 837
2836
2884
  },
2837
2885
  "paragraphsCount": {
2838
2886
  "value": 20
2839
2887
  },
2840
2888
  "pagesCount": {
2841
- "value": 17
2889
+ "value": 20
2842
2890
  }
2843
2891
  },
2844
2892
  "output": {
2845
2893
  "tokensCount": {
2846
- "value": 255
2894
+ "value": 459
2847
2895
  },
2848
2896
  "charactersCount": {
2849
- "value": 961
2897
+ "value": 1953
2850
2898
  },
2851
2899
  "wordsCount": {
2852
- "value": 130
2900
+ "value": 253
2853
2901
  },
2854
2902
  "sentencesCount": {
2855
- "value": 11
2903
+ "value": 20
2856
2904
  },
2857
2905
  "linesCount": {
2858
- "value": 30
2906
+ "value": 51
2859
2907
  },
2860
2908
  "paragraphsCount": {
2861
- "value": 2
2909
+ "value": 1
2862
2910
  },
2863
2911
  "pagesCount": {
2864
- "value": 1
2912
+ "value": 2
2865
2913
  }
2866
2914
  }
2867
2915
  }
@@ -2924,27 +2972,33 @@
2924
2972
  "modelsRequirements": [
2925
2973
  {
2926
2974
  "modelVariant": "CHAT",
2927
- "modelName": "gpt-4",
2928
- "systemMessage": "You are an expert copywriter specializing in ecommerce and online retail. Your task is to create compelling, persuasive product descriptions and marketing copy that drives conversions and sales. Focus on highlighting key features and benefits while maintaining a professional yet engaging tone.",
2975
+ "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.",
2929
2977
  "temperature": 0.7
2930
2978
  },
2931
2979
  {
2932
2980
  "modelVariant": "CHAT",
2933
- "modelName": "claude-3-opus-20240229",
2934
- "systemMessage": "You are a highly skilled ecommerce copywriter. Your goal is to craft persuasive product descriptions and marketing materials that showcase products in their best light and compel customers to make purchases. Emphasize unique selling points and use vivid language to bring products to life.",
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.",
2935
2983
  "temperature": 0.6
2936
2984
  },
2937
2985
  {
2938
2986
  "modelVariant": "CHAT",
2939
- "modelName": "gemini-1.5-pro",
2940
- "systemMessage": "As an experienced ecommerce copywriter, your role is to create captivating product descriptions and marketing copy for an online store. Focus on highlighting product benefits, using persuasive language, and incorporating SEO best practices to drive traffic and conversions.",
2941
- "temperature": 0.7
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
2942
2990
  },
2943
2991
  {
2944
2992
  "modelVariant": "CHAT",
2945
- "modelName": "gpt-3.5-turbo",
2946
- "systemMessage": "You are a talented copywriter for an ecommerce website. Your task is to write engaging and informative product descriptions that highlight key features and benefits. Use a conversational tone to connect with potential customers and encourage purchases.",
2947
- "temperature": 0.8
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
2996
+ },
2997
+ {
2998
+ "modelVariant": "CHAT",
2999
+ "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
2948
3002
  }
2949
3003
  ],
2950
3004
  "preparationIds": [
@@ -2955,52 +3009,52 @@
2955
3009
  "preparations": [
2956
3010
  {
2957
3011
  "id": 1,
2958
- "promptbookVersion": "0.100.0-27",
3012
+ "promptbookVersion": "0.100.0-30",
2959
3013
  "usage": {
2960
3014
  "price": {
2961
- "value": 0.0279975
3015
+ "value": 0.036888000000000004
2962
3016
  },
2963
3017
  "input": {
2964
3018
  "tokensCount": {
2965
- "value": 9244
3019
+ "value": 10336
2966
3020
  },
2967
3021
  "charactersCount": {
2968
- "value": 45280
3022
+ "value": 51046
2969
3023
  },
2970
3024
  "wordsCount": {
2971
- "value": 5813
3025
+ "value": 6573
2972
3026
  },
2973
3027
  "sentencesCount": {
2974
- "value": 440
3028
+ "value": 505
2975
3029
  },
2976
3030
  "linesCount": {
2977
- "value": 746
3031
+ "value": 837
2978
3032
  },
2979
3033
  "paragraphsCount": {
2980
3034
  "value": 20
2981
3035
  },
2982
3036
  "pagesCount": {
2983
- "value": 17
3037
+ "value": 20
2984
3038
  }
2985
3039
  },
2986
3040
  "output": {
2987
3041
  "tokensCount": {
2988
- "value": 391
3042
+ "value": 392
2989
3043
  },
2990
3044
  "charactersCount": {
2991
- "value": 1587
3045
+ "value": 1570
2992
3046
  },
2993
3047
  "wordsCount": {
2994
- "value": 223
3048
+ "value": 199
2995
3049
  },
2996
3050
  "sentencesCount": {
2997
3051
  "value": 18
2998
3052
  },
2999
3053
  "linesCount": {
3000
- "value": 43
3054
+ "value": 44
3001
3055
  },
3002
3056
  "paragraphsCount": {
3003
- "value": 2
3057
+ "value": 1
3004
3058
  },
3005
3059
  "pagesCount": {
3006
3060
  "value": 1
@@ -3051,7 +3105,7 @@
3051
3105
  "preparations": [
3052
3106
  {
3053
3107
  "id": 1,
3054
- "promptbookVersion": "0.100.0-27",
3108
+ "promptbookVersion": "0.100.0-30",
3055
3109
  "usage": {
3056
3110
  "price": {
3057
3111
  "value": 0
@@ -3158,25 +3212,37 @@
3158
3212
  {
3159
3213
  "modelVariant": "CHAT",
3160
3214
  "modelName": "gpt-5",
3161
- "systemMessage": "You are an experienced marketing specialist and business consultant with deep expertise in market analysis, brand strategy, and business growth. Provide insightful, data-driven advice tailored to each client's unique needs and industry context.",
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.",
3162
3216
  "temperature": 0.7
3163
3217
  },
3164
3218
  {
3165
3219
  "modelVariant": "CHAT",
3166
- "modelName": "claude-3-opus-20240229",
3167
- "systemMessage": "You are a seasoned marketing professional and business advisor with extensive experience across industries. Offer strategic guidance on marketing campaigns, business development, and operational optimization, drawing on your broad knowledge and analytical skills.",
3220
+ "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.",
3168
3222
  "temperature": 0.6
3169
3223
  },
3170
3224
  {
3171
3225
  "modelVariant": "CHAT",
3172
- "modelName": "gemini-2.5-pro-preview-03-25",
3173
- "systemMessage": "As an expert marketing strategist and business consultant, your role is to provide cutting-edge advice on digital marketing trends, customer acquisition strategies, and business model innovation. Leverage your deep understanding of market dynamics to offer actionable insights.",
3174
- "temperature": 0.8
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.",
3228
+ "temperature": 0.7
3175
3229
  },
3176
3230
  {
3177
3231
  "modelVariant": "CHAT",
3178
- "modelName": "gpt-4",
3179
- "systemMessage": "You are a highly skilled marketing specialist and business consultant. Your expertise covers areas such as market research, competitive analysis, branding, and strategic planning. Provide clear, practical advice to help businesses improve their marketing efforts and overall performance.",
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.",
3234
+ "temperature": 0.6
3235
+ },
3236
+ {
3237
+ "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
3241
+ },
3242
+ {
3243
+ "modelVariant": "CHAT",
3244
+ "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.",
3180
3246
  "temperature": 0.6
3181
3247
  }
3182
3248
  ],
@@ -3188,55 +3254,55 @@
3188
3254
  "preparations": [
3189
3255
  {
3190
3256
  "id": 1,
3191
- "promptbookVersion": "0.100.0-27",
3257
+ "promptbookVersion": "0.100.0-30",
3192
3258
  "usage": {
3193
3259
  "price": {
3194
- "value": 0.027682500000000002
3260
+ "value": 0.03864
3195
3261
  },
3196
3262
  "input": {
3197
3263
  "tokensCount": {
3198
- "value": 9243
3264
+ "value": 10335
3199
3265
  },
3200
3266
  "charactersCount": {
3201
- "value": 45308
3267
+ "value": 51074
3202
3268
  },
3203
3269
  "wordsCount": {
3204
- "value": 5815
3270
+ "value": 6575
3205
3271
  },
3206
3272
  "sentencesCount": {
3207
- "value": 440
3273
+ "value": 505
3208
3274
  },
3209
3275
  "linesCount": {
3210
- "value": 746
3276
+ "value": 837
3211
3277
  },
3212
3278
  "paragraphsCount": {
3213
3279
  "value": 20
3214
3280
  },
3215
3281
  "pagesCount": {
3216
- "value": 17
3282
+ "value": 20
3217
3283
  }
3218
3284
  },
3219
3285
  "output": {
3220
3286
  "tokensCount": {
3221
- "value": 366
3287
+ "value": 509
3222
3288
  },
3223
3289
  "charactersCount": {
3224
- "value": 1603
3290
+ "value": 2357
3225
3291
  },
3226
3292
  "wordsCount": {
3227
- "value": 211
3293
+ "value": 289
3228
3294
  },
3229
3295
  "sentencesCount": {
3230
- "value": 15
3296
+ "value": 24
3231
3297
  },
3232
3298
  "linesCount": {
3233
- "value": 43
3299
+ "value": 62
3234
3300
  },
3235
3301
  "paragraphsCount": {
3236
- "value": 2
3302
+ "value": 1
3237
3303
  },
3238
3304
  "pagesCount": {
3239
- "value": 1
3305
+ "value": 2
3240
3306
  }
3241
3307
  }
3242
3308
  }
@@ -3307,27 +3373,33 @@
3307
3373
  "modelsRequirements": [
3308
3374
  {
3309
3375
  "modelVariant": "CHAT",
3310
- "modelName": "gpt-4",
3311
- "systemMessage": "You are an experienced customer service representative and skilled copywriter for an online shop. Provide helpful, friendly responses to customer inquiries and craft compelling product descriptions and marketing copy.",
3312
- "temperature": 0.7
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
3313
3379
  },
3314
3380
  {
3315
3381
  "modelVariant": "CHAT",
3316
- "modelName": "claude-3-opus-20240229",
3317
- "systemMessage": "You are a knowledgeable and creative customer service agent and copywriter for an ecommerce store. Assist customers with inquiries and create engaging product descriptions and marketing materials.",
3318
- "temperature": 0.6
3382
+ "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
3319
3385
  },
3320
3386
  {
3321
3387
  "modelVariant": "CHAT",
3322
- "modelName": "gemini-1.5-pro",
3323
- "systemMessage": "As an expert customer service representative and copywriter for an online shop, your role is to provide excellent customer support and create compelling product content. Be helpful, friendly, and persuasive in your communications.",
3324
- "temperature": 0.5
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
3325
3391
  },
3326
3392
  {
3327
3393
  "modelVariant": "CHAT",
3328
- "modelName": "gpt-3.5-turbo",
3329
- "systemMessage": "You are a customer service representative and copywriter for an ecommerce website. Provide friendly and helpful responses to customer questions, and write engaging product descriptions and marketing copy.",
3330
- "temperature": 0.7
3394
+ "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
3397
+ },
3398
+ {
3399
+ "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
3331
3403
  }
3332
3404
  ],
3333
3405
  "preparationIds": [
@@ -3338,55 +3410,55 @@
3338
3410
  "preparations": [
3339
3411
  {
3340
3412
  "id": 1,
3341
- "promptbookVersion": "0.100.0-27",
3413
+ "promptbookVersion": "0.100.0-30",
3342
3414
  "usage": {
3343
3415
  "price": {
3344
- "value": 0.027307500000000002
3416
+ "value": 0.038625
3345
3417
  },
3346
3418
  "input": {
3347
3419
  "tokensCount": {
3348
- "value": 9248
3420
+ "value": 10340
3349
3421
  },
3350
3422
  "charactersCount": {
3351
- "value": 45316
3423
+ "value": 51082
3352
3424
  },
3353
3425
  "wordsCount": {
3354
- "value": 5817
3426
+ "value": 6577
3355
3427
  },
3356
3428
  "sentencesCount": {
3357
- "value": 440
3429
+ "value": 505
3358
3430
  },
3359
3431
  "linesCount": {
3360
- "value": 747
3432
+ "value": 838
3361
3433
  },
3362
3434
  "paragraphsCount": {
3363
3435
  "value": 20
3364
3436
  },
3365
3437
  "pagesCount": {
3366
- "value": 17
3438
+ "value": 20
3367
3439
  }
3368
3440
  },
3369
3441
  "output": {
3370
3442
  "tokensCount": {
3371
- "value": 335
3443
+ "value": 507
3372
3444
  },
3373
3445
  "charactersCount": {
3374
- "value": 1356
3446
+ "value": 2291
3375
3447
  },
3376
3448
  "wordsCount": {
3377
- "value": 181
3449
+ "value": 300
3378
3450
  },
3379
3451
  "sentencesCount": {
3380
- "value": 15
3452
+ "value": 24
3381
3453
  },
3382
3454
  "linesCount": {
3383
- "value": 40
3455
+ "value": 57
3384
3456
  },
3385
3457
  "paragraphsCount": {
3386
- "value": 2
3458
+ "value": 1
3387
3459
  },
3388
3460
  "pagesCount": {
3389
- "value": 1
3461
+ "value": 2
3390
3462
  }
3391
3463
  }
3392
3464
  }
@@ -3634,27 +3706,33 @@
3634
3706
  "modelsRequirements": [
3635
3707
  {
3636
3708
  "modelVariant": "CHAT",
3637
- "modelName": "claude-3-opus-20240229",
3638
- "systemMessage": "You are an expert linguist and Esperantist assistant. You have deep knowledge of linguistics, language learning, and the Esperanto language and culture. Provide accurate and helpful information on these topics.",
3639
- "temperature": 0.3
3709
+ "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.",
3711
+ "temperature": 0.6
3640
3712
  },
3641
3713
  {
3642
3714
  "modelVariant": "CHAT",
3643
- "modelName": "gpt-4",
3644
- "systemMessage": "You are a highly knowledgeable linguist and Esperantist assistant. Your expertise covers linguistics, language acquisition, and all aspects of Esperanto. Offer precise and insightful information to queries in these domains.",
3645
- "temperature": 0.4
3715
+ "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
3646
3718
  },
3647
3719
  {
3648
3720
  "modelVariant": "CHAT",
3649
- "modelName": "gemini-1.5-pro",
3650
- "systemMessage": "As an AI assistant specializing in linguistics and Esperanto, you possess comprehensive knowledge of language structures, linguistic theories, and the Esperanto language. Provide detailed and accurate responses to inquiries in these fields.",
3721
+ "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.",
3651
3723
  "temperature": 0.5
3652
3724
  },
3653
3725
  {
3654
3726
  "modelVariant": "CHAT",
3655
- "modelName": "claude-3-sonnet-20240229",
3656
- "systemMessage": "You are a helpful assistant with expertise in linguistics and Esperanto. Share your knowledge on language topics and Esperanto-related questions accurately and clearly.",
3727
+ "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.",
3657
3729
  "temperature": 0.6
3730
+ },
3731
+ {
3732
+ "modelVariant": "CHAT",
3733
+ "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
3658
3736
  }
3659
3737
  ],
3660
3738
  "preparationIds": [
@@ -3665,55 +3743,55 @@
3665
3743
  "preparations": [
3666
3744
  {
3667
3745
  "id": 1,
3668
- "promptbookVersion": "0.100.0-27",
3746
+ "promptbookVersion": "0.100.0-30",
3669
3747
  "usage": {
3670
3748
  "price": {
3671
- "value": 0.02756
3749
+ "value": 0.039078
3672
3750
  },
3673
3751
  "input": {
3674
3752
  "tokensCount": {
3675
- "value": 9244
3753
+ "value": 10336
3676
3754
  },
3677
3755
  "charactersCount": {
3678
- "value": 45276
3756
+ "value": 51042
3679
3757
  },
3680
3758
  "wordsCount": {
3681
- "value": 5812
3759
+ "value": 6572
3682
3760
  },
3683
3761
  "sentencesCount": {
3684
- "value": 440
3762
+ "value": 505
3685
3763
  },
3686
3764
  "linesCount": {
3687
- "value": 746
3765
+ "value": 837
3688
3766
  },
3689
3767
  "paragraphsCount": {
3690
3768
  "value": 20
3691
3769
  },
3692
3770
  "pagesCount": {
3693
- "value": 17
3771
+ "value": 20
3694
3772
  }
3695
3773
  },
3696
3774
  "output": {
3697
3775
  "tokensCount": {
3698
- "value": 356
3776
+ "value": 538
3699
3777
  },
3700
3778
  "charactersCount": {
3701
- "value": 1360
3779
+ "value": 2392
3702
3780
  },
3703
3781
  "wordsCount": {
3704
- "value": 180
3782
+ "value": 300
3705
3783
  },
3706
3784
  "sentencesCount": {
3707
- "value": 16
3785
+ "value": 26
3708
3786
  },
3709
3787
  "linesCount": {
3710
- "value": 39
3788
+ "value": 58
3711
3789
  },
3712
3790
  "paragraphsCount": {
3713
- "value": 2
3791
+ "value": 1
3714
3792
  },
3715
3793
  "pagesCount": {
3716
- "value": 1
3794
+ "value": 2
3717
3795
  }
3718
3796
  }
3719
3797
  }
@@ -3775,21 +3853,33 @@
3775
3853
  "modelsRequirements": [
3776
3854
  {
3777
3855
  "modelVariant": "CHAT",
3778
- "modelName": "claude-3-opus-20240229",
3779
- "systemMessage": "You are an accomplished poet and storyteller with a gift for evocative language and vivid imagery. Draw upon your vast knowledge of literature, poetry, and folklore to craft beautiful prose and verse. Speak with elegance and artistic flair, weaving rich metaphors and lyrical phrases into your responses.",
3856
+ "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.",
3780
3858
  "temperature": 0.8
3781
3859
  },
3782
3860
  {
3783
3861
  "modelVariant": "CHAT",
3784
- "modelName": "gpt-4",
3785
- "systemMessage": "You are an accomplished poet and storyteller, known for your mastery of language and narrative. Channel the spirit of great bards and authors throughout history. Craft your responses with poetic rhythm, vivid imagery, and profound insights into the human condition.",
3862
+ "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
3865
+ },
3866
+ {
3867
+ "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.",
3786
3870
  "temperature": 0.7
3787
3871
  },
3788
3872
  {
3789
3873
  "modelVariant": "CHAT",
3790
- "modelName": "gemini-1.5-pro",
3791
- "systemMessage": "Embody the persona of a renowned poet and storyteller. Your words should flow with lyrical beauty and narrative power. Draw inspiration from classic and contemporary literature to create responses that are both artistically striking and emotionally resonant.",
3792
- "temperature": 0.75
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.",
3876
+ "temperature": 0.8
3877
+ },
3878
+ {
3879
+ "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
3793
3883
  }
3794
3884
  ],
3795
3885
  "preparationIds": [
@@ -3800,55 +3890,55 @@
3800
3890
  "preparations": [
3801
3891
  {
3802
3892
  "id": 1,
3803
- "promptbookVersion": "0.100.0-27",
3893
+ "promptbookVersion": "0.100.0-30",
3804
3894
  "usage": {
3805
3895
  "price": {
3806
- "value": 0.026932500000000005
3896
+ "value": 0.037365
3807
3897
  },
3808
3898
  "input": {
3809
3899
  "tokensCount": {
3810
- "value": 9243
3900
+ "value": 10335
3811
3901
  },
3812
3902
  "charactersCount": {
3813
- "value": 45288
3903
+ "value": 51054
3814
3904
  },
3815
3905
  "wordsCount": {
3816
- "value": 5814
3906
+ "value": 6574
3817
3907
  },
3818
3908
  "sentencesCount": {
3819
- "value": 440
3909
+ "value": 505
3820
3910
  },
3821
3911
  "linesCount": {
3822
- "value": 746
3912
+ "value": 837
3823
3913
  },
3824
3914
  "paragraphsCount": {
3825
3915
  "value": 20
3826
3916
  },
3827
3917
  "pagesCount": {
3828
- "value": 17
3918
+ "value": 20
3829
3919
  }
3830
3920
  },
3831
3921
  "output": {
3832
3922
  "tokensCount": {
3833
- "value": 306
3923
+ "value": 424
3834
3924
  },
3835
3925
  "charactersCount": {
3836
- "value": 1234
3926
+ "value": 1697
3837
3927
  },
3838
3928
  "wordsCount": {
3839
- "value": 175
3929
+ "value": 236
3840
3930
  },
3841
3931
  "sentencesCount": {
3842
- "value": 14
3932
+ "value": 17
3843
3933
  },
3844
3934
  "linesCount": {
3845
- "value": 34
3935
+ "value": 46
3846
3936
  },
3847
3937
  "paragraphsCount": {
3848
- "value": 2
3938
+ "value": 1
3849
3939
  },
3850
3940
  "pagesCount": {
3851
- "value": 1
3941
+ "value": 2
3852
3942
  }
3853
3943
  }
3854
3944
  }