@promptbook/templates 0.92.0-3 → 0.92.0-5

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.92.0-3';
19
+ const PROMPTBOOK_ENGINE_VERSION = '0.92.0-5';
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
@@ -1264,7 +1264,7 @@ function extractParameterNames(template) {
1264
1264
  */
1265
1265
  function unpreparePipeline(pipeline) {
1266
1266
  let { personas, knowledgeSources, tasks } = pipeline;
1267
- personas = personas.map((persona) => ({ ...persona, modelRequirements: undefined, preparationIds: undefined }));
1267
+ personas = personas.map((persona) => ({ ...persona, modelsRequirements: undefined, preparationIds: undefined }));
1268
1268
  knowledgeSources = knowledgeSources.map((knowledgeSource) => ({ ...knowledgeSource, preparationIds: undefined }));
1269
1269
  tasks = tasks.map((task) => {
1270
1270
  let { dependentParameterNames } = task;
@@ -1527,12 +1527,38 @@ function getTemplatesPipelineCollection() {
1527
1527
  {
1528
1528
  "name": "Paul",
1529
1529
  "description": "a developer of the Promptbook Project",
1530
- "modelRequirements": {
1531
- "modelVariant": "CHAT",
1532
- "modelName": "gpt-4-turbo-2024-04-09",
1533
- "systemMessage": "You are an experienced AI engineer and a developer of the Promptbook Project. Your role is to assist users with questions about prompt engineering, AI development, and the Promptbook Project specifically. Provide detailed, technical answers when appropriate, but also be able to explain concepts in simpler terms for less experienced users. Be helpful, patient, and enthusiastic about sharing your knowledge of AI and the Promptbook Project.",
1534
- "temperature": 0.7
1535
- },
1530
+ "modelsRequirements": [
1531
+ {
1532
+ "modelVariant": "CHAT",
1533
+ "modelName": "claude-3-opus-20240229",
1534
+ "systemMessage": "You are an expert AI assistant specializing in prompt engineering and natural language processing. As a developer of the Promptbook Project, your role is to provide detailed technical guidance on prompt design, model selection, and NLP techniques.",
1535
+ "temperature": 0.7
1536
+ },
1537
+ {
1538
+ "modelVariant": "CHAT",
1539
+ "modelName": "gpt-4-turbo-2024-04-09",
1540
+ "systemMessage": "You are a knowledgeable AI developer working on the Promptbook Project. Your expertise lies in prompt engineering, language model capabilities, and best practices for leveraging AI in application development.",
1541
+ "temperature": 0.6
1542
+ },
1543
+ {
1544
+ "modelVariant": "CHAT",
1545
+ "modelName": "gemini-2.5-pro-preview-03-25",
1546
+ "systemMessage": "As a developer of the Promptbook Project, you are an AI assistant with deep knowledge of prompt engineering, language models, and NLP techniques. Provide technical insights and practical advice for optimizing prompts and model interactions.",
1547
+ "temperature": 0.65
1548
+ },
1549
+ {
1550
+ "modelVariant": "CHAT",
1551
+ "modelName": "claude-3-sonnet-20240229",
1552
+ "systemMessage": "You are an AI assistant with expertise in prompt engineering and natural language processing. As a Promptbook Project developer, offer clear explanations and examples related to prompt design and effective use of language models.",
1553
+ "temperature": 0.5
1554
+ },
1555
+ {
1556
+ "modelVariant": "CHAT",
1557
+ "modelName": "gpt-4o",
1558
+ "systemMessage": "You are a technical AI assistant specializing in prompt engineering and the development of the Promptbook Project. Provide detailed guidance on optimizing prompts, selecting appropriate models, and implementing effective NLP strategies.",
1559
+ "temperature": 0.7
1560
+ }
1561
+ ],
1536
1562
  "preparationIds": [
1537
1563
  1
1538
1564
  ]
@@ -1541,55 +1567,55 @@ function getTemplatesPipelineCollection() {
1541
1567
  "preparations": [
1542
1568
  {
1543
1569
  "id": 1,
1544
- "promptbookVersion": "0.92.0-2",
1570
+ "promptbookVersion": "0.92.0-4",
1545
1571
  "usage": {
1546
1572
  "price": {
1547
- "value": 0.005601
1573
+ "value": 0.01695
1548
1574
  },
1549
1575
  "input": {
1550
1576
  "tokensCount": {
1551
- "value": 1067
1577
+ "value": 3400
1552
1578
  },
1553
1579
  "charactersCount": {
1554
- "value": 3128
1580
+ "value": 13866
1555
1581
  },
1556
1582
  "wordsCount": {
1557
- "value": 547
1583
+ "value": 1977
1558
1584
  },
1559
1585
  "sentencesCount": {
1560
- "value": 50
1586
+ "value": 172
1561
1587
  },
1562
1588
  "linesCount": {
1563
- "value": 70
1589
+ "value": 247
1564
1590
  },
1565
1591
  "paragraphsCount": {
1566
1592
  "value": 20
1567
1593
  },
1568
1594
  "pagesCount": {
1569
- "value": 2
1595
+ "value": 6
1570
1596
  }
1571
1597
  },
1572
1598
  "output": {
1573
1599
  "tokensCount": {
1574
- "value": 160
1600
+ "value": 450
1575
1601
  },
1576
1602
  "charactersCount": {
1577
- "value": 666
1603
+ "value": 1778
1578
1604
  },
1579
1605
  "wordsCount": {
1580
- "value": 101
1606
+ "value": 244
1581
1607
  },
1582
1608
  "sentencesCount": {
1583
- "value": 6
1609
+ "value": 17
1584
1610
  },
1585
1611
  "linesCount": {
1586
- "value": 16
1612
+ "value": 50
1587
1613
  },
1588
1614
  "paragraphsCount": {
1589
1615
  "value": 2
1590
1616
  },
1591
1617
  "pagesCount": {
1592
- "value": 1
1618
+ "value": 2
1593
1619
  }
1594
1620
  }
1595
1621
  }
@@ -1972,12 +1998,38 @@ function getTemplatesPipelineCollection() {
1972
1998
  {
1973
1999
  "name": "Paul",
1974
2000
  "description": "a developer of the Promptbook Project",
1975
- "modelRequirements": {
1976
- "modelVariant": "CHAT",
1977
- "modelName": "gpt-4-turbo-2024-04-09",
1978
- "systemMessage": "You are an experienced AI engineer and a developer of the Promptbook Project. Your role is to assist users with questions about prompt engineering, AI development, and the Promptbook Project specifically. Provide detailed, technical answers when appropriate, but also be able to explain concepts in simpler terms for less experienced users. Be helpful, patient, and enthusiastic about sharing your knowledge of AI and the Promptbook Project.",
1979
- "temperature": 0.7
1980
- },
2001
+ "modelsRequirements": [
2002
+ {
2003
+ "modelVariant": "CHAT",
2004
+ "modelName": "claude-3-opus-20240229",
2005
+ "systemMessage": "You are an expert AI assistant specializing in prompt engineering and natural language processing. As a developer of the Promptbook Project, your role is to provide detailed technical guidance on prompt design, model selection, and NLP techniques.",
2006
+ "temperature": 0.7
2007
+ },
2008
+ {
2009
+ "modelVariant": "CHAT",
2010
+ "modelName": "gpt-4-turbo-2024-04-09",
2011
+ "systemMessage": "You are a knowledgeable AI developer working on the Promptbook Project. Your expertise lies in prompt engineering, language model capabilities, and best practices for leveraging AI in application development.",
2012
+ "temperature": 0.6
2013
+ },
2014
+ {
2015
+ "modelVariant": "CHAT",
2016
+ "modelName": "gemini-2.5-pro-preview-03-25",
2017
+ "systemMessage": "As a developer of the Promptbook Project, you are an AI assistant with deep knowledge of prompt engineering, language models, and NLP techniques. Provide technical insights and practical advice for optimizing prompts and model interactions.",
2018
+ "temperature": 0.65
2019
+ },
2020
+ {
2021
+ "modelVariant": "CHAT",
2022
+ "modelName": "claude-3-sonnet-20240229",
2023
+ "systemMessage": "You are an AI assistant with expertise in prompt engineering and natural language processing. As a Promptbook Project developer, offer clear explanations and examples related to prompt design and effective use of language models.",
2024
+ "temperature": 0.5
2025
+ },
2026
+ {
2027
+ "modelVariant": "CHAT",
2028
+ "modelName": "gpt-4o",
2029
+ "systemMessage": "You are a technical AI assistant specializing in prompt engineering and the development of the Promptbook Project. Provide detailed guidance on optimizing prompts, selecting appropriate models, and implementing effective NLP strategies.",
2030
+ "temperature": 0.7
2031
+ }
2032
+ ],
1981
2033
  "preparationIds": [
1982
2034
  1
1983
2035
  ]
@@ -1986,55 +2038,55 @@ function getTemplatesPipelineCollection() {
1986
2038
  "preparations": [
1987
2039
  {
1988
2040
  "id": 1,
1989
- "promptbookVersion": "0.92.0-2",
2041
+ "promptbookVersion": "0.92.0-4",
1990
2042
  "usage": {
1991
2043
  "price": {
1992
- "value": 0.005601
2044
+ "value": 0.01695
1993
2045
  },
1994
2046
  "input": {
1995
2047
  "tokensCount": {
1996
- "value": 1067
2048
+ "value": 3400
1997
2049
  },
1998
2050
  "charactersCount": {
1999
- "value": 3128
2051
+ "value": 13866
2000
2052
  },
2001
2053
  "wordsCount": {
2002
- "value": 547
2054
+ "value": 1977
2003
2055
  },
2004
2056
  "sentencesCount": {
2005
- "value": 50
2057
+ "value": 172
2006
2058
  },
2007
2059
  "linesCount": {
2008
- "value": 70
2060
+ "value": 247
2009
2061
  },
2010
2062
  "paragraphsCount": {
2011
2063
  "value": 20
2012
2064
  },
2013
2065
  "pagesCount": {
2014
- "value": 2
2066
+ "value": 6
2015
2067
  }
2016
2068
  },
2017
2069
  "output": {
2018
2070
  "tokensCount": {
2019
- "value": 160
2071
+ "value": 450
2020
2072
  },
2021
2073
  "charactersCount": {
2022
- "value": 666
2074
+ "value": 1778
2023
2075
  },
2024
2076
  "wordsCount": {
2025
- "value": 101
2077
+ "value": 244
2026
2078
  },
2027
2079
  "sentencesCount": {
2028
- "value": 6
2080
+ "value": 17
2029
2081
  },
2030
2082
  "linesCount": {
2031
- "value": 16
2083
+ "value": 50
2032
2084
  },
2033
2085
  "paragraphsCount": {
2034
2086
  "value": 2
2035
2087
  },
2036
2088
  "pagesCount": {
2037
- "value": 1
2089
+ "value": 2
2038
2090
  }
2039
2091
  }
2040
2092
  }
@@ -2534,12 +2586,38 @@ function getTemplatesPipelineCollection() {
2534
2586
  {
2535
2587
  "name": "Jane",
2536
2588
  "description": "a linguist and Corrector",
2537
- "modelRequirements": {
2538
- "modelVariant": "CHAT",
2539
- "modelName": "gpt-4-turbo-2024-04-09",
2540
- "systemMessage": "You are a highly skilled linguist and meticulous corrector. Your expertise spans multiple languages, grammar rules, and writing styles. Your primary role is to assist users with language-related queries, provide corrections for grammatical and spelling errors, and offer insights into proper language usage. Always strive for accuracy and clarity in your explanations, and be ready to provide examples when necessary.",
2541
- "temperature": 0.3
2542
- },
2589
+ "modelsRequirements": [
2590
+ {
2591
+ "modelVariant": "CHAT",
2592
+ "modelName": "claude-3-opus-20240229",
2593
+ "systemMessage": "You are an expert linguist and meticulous corrector. Your role is to provide accurate language analysis, offer grammatical corrections, and explain linguistic concepts with precision and clarity.",
2594
+ "temperature": 0.3
2595
+ },
2596
+ {
2597
+ "modelVariant": "CHAT",
2598
+ "modelName": "gpt-4-turbo-2024-04-09",
2599
+ "systemMessage": "As a highly skilled linguist and corrector, your task is to analyze language use, identify and correct errors, and provide detailed explanations of linguistic principles and rules.",
2600
+ "temperature": 0.2
2601
+ },
2602
+ {
2603
+ "modelVariant": "CHAT",
2604
+ "modelName": "claude-3-sonnet-20240229",
2605
+ "systemMessage": "You are a knowledgeable linguist and attentive corrector. Your purpose is to assist with language analysis, offer corrections, and explain linguistic concepts in a clear and accessible manner.",
2606
+ "temperature": 0.4
2607
+ },
2608
+ {
2609
+ "modelVariant": "CHAT",
2610
+ "modelName": "gpt-4",
2611
+ "systemMessage": "You are an experienced linguist and precise corrector. Your role is to provide accurate language analysis, offer grammatical and stylistic corrections, and explain linguistic concepts clearly.",
2612
+ "temperature": 0.3
2613
+ },
2614
+ {
2615
+ "modelVariant": "CHAT",
2616
+ "modelName": "gemini-2.5-pro-preview-03-25",
2617
+ "systemMessage": "As a linguist and corrector, your task is to analyze language use, identify errors, provide corrections, and explain linguistic principles with clarity and accuracy.",
2618
+ "temperature": 0.3
2619
+ }
2620
+ ],
2543
2621
  "preparationIds": [
2544
2622
  1
2545
2623
  ]
@@ -2548,55 +2626,55 @@ function getTemplatesPipelineCollection() {
2548
2626
  "preparations": [
2549
2627
  {
2550
2628
  "id": 1,
2551
- "promptbookVersion": "0.92.0-2",
2629
+ "promptbookVersion": "0.92.0-4",
2552
2630
  "usage": {
2553
2631
  "price": {
2554
- "value": 0.005463
2632
+ "value": 0.016332
2555
2633
  },
2556
2634
  "input": {
2557
2635
  "tokensCount": {
2558
- "value": 1066
2636
+ "value": 3399
2559
2637
  },
2560
2638
  "charactersCount": {
2561
- "value": 3115
2639
+ "value": 13853
2562
2640
  },
2563
2641
  "wordsCount": {
2564
- "value": 545
2642
+ "value": 1975
2565
2643
  },
2566
2644
  "sentencesCount": {
2567
- "value": 50
2645
+ "value": 172
2568
2646
  },
2569
2647
  "linesCount": {
2570
- "value": 70
2648
+ "value": 247
2571
2649
  },
2572
2650
  "paragraphsCount": {
2573
2651
  "value": 20
2574
2652
  },
2575
2653
  "pagesCount": {
2576
- "value": 2
2654
+ "value": 6
2577
2655
  }
2578
2656
  },
2579
2657
  "output": {
2580
2658
  "tokensCount": {
2581
- "value": 151
2659
+ "value": 409
2582
2660
  },
2583
2661
  "charactersCount": {
2584
- "value": 617
2662
+ "value": 1529
2585
2663
  },
2586
2664
  "wordsCount": {
2587
- "value": 93
2665
+ "value": 209
2588
2666
  },
2589
2667
  "sentencesCount": {
2590
- "value": 6
2668
+ "value": 15
2591
2669
  },
2592
2670
  "linesCount": {
2593
- "value": 15
2671
+ "value": 45
2594
2672
  },
2595
2673
  "paragraphsCount": {
2596
2674
  "value": 2
2597
2675
  },
2598
2676
  "pagesCount": {
2599
- "value": 1
2677
+ "value": 2
2600
2678
  }
2601
2679
  }
2602
2680
  }
@@ -2656,12 +2734,38 @@ function getTemplatesPipelineCollection() {
2656
2734
  {
2657
2735
  "name": "Jane",
2658
2736
  "description": "skilled copywriter for eshop",
2659
- "modelRequirements": {
2660
- "modelVariant": "CHAT",
2661
- "modelName": "gpt-4-turbo-2024-04-09",
2662
- "systemMessage": "You are a skilled copywriter specializing in e-commerce. Your expertise lies in crafting compelling product descriptions, catchy headlines, and persuasive marketing copy for online stores. Provide creative, engaging, and conversion-oriented writing that highlights product benefits and appeals to potential customers. Tailor your language to suit various product categories and target audiences while maintaining a professional and trustworthy tone.",
2663
- "temperature": 0.7
2664
- },
2737
+ "modelsRequirements": [
2738
+ {
2739
+ "modelVariant": "CHAT",
2740
+ "modelName": "gpt-4-turbo-2024-04-09",
2741
+ "systemMessage": "You are a skilled copywriter specializing in e-commerce. Create compelling, persuasive product descriptions and marketing copy that drive sales and engage customers.",
2742
+ "temperature": 0.7
2743
+ },
2744
+ {
2745
+ "modelVariant": "CHAT",
2746
+ "modelName": "claude-3-5-sonnet-20240620",
2747
+ "systemMessage": "As an expert e-commerce copywriter, craft engaging product descriptions and marketing content that highlight key features, benefits, and unique selling points to boost conversions.",
2748
+ "temperature": 0.6
2749
+ },
2750
+ {
2751
+ "modelVariant": "CHAT",
2752
+ "modelName": "gemini-2.5-pro-preview-03-25",
2753
+ "systemMessage": "You are a talented e-commerce copywriter. Generate creative and persuasive product descriptions, ad copy, and email marketing content that resonates with online shoppers and increases sales.",
2754
+ "temperature": 0.8
2755
+ },
2756
+ {
2757
+ "modelVariant": "CHAT",
2758
+ "modelName": "gpt-4o",
2759
+ "systemMessage": "As a skilled copywriter for an online store, create captivating product descriptions, compelling headlines, and effective marketing messages that showcase products' value and appeal to target audiences.",
2760
+ "temperature": 0.7
2761
+ },
2762
+ {
2763
+ "modelVariant": "CHAT",
2764
+ "modelName": "gpt-3.5-turbo",
2765
+ "systemMessage": "You are an e-commerce copywriting expert. Produce clear, concise, and persuasive product descriptions and marketing copy that highlight key features and benefits to drive online sales.",
2766
+ "temperature": 0.6
2767
+ }
2768
+ ],
2665
2769
  "preparationIds": [
2666
2770
  1
2667
2771
  ]
@@ -2670,55 +2774,55 @@ function getTemplatesPipelineCollection() {
2670
2774
  "preparations": [
2671
2775
  {
2672
2776
  "id": 1,
2673
- "promptbookVersion": "0.92.0-2",
2777
+ "promptbookVersion": "0.92.0-4",
2674
2778
  "usage": {
2675
2779
  "price": {
2676
- "value": 0.005523
2780
+ "value": 0.016377
2677
2781
  },
2678
2782
  "input": {
2679
2783
  "tokensCount": {
2680
- "value": 1066
2784
+ "value": 3399
2681
2785
  },
2682
2786
  "charactersCount": {
2683
- "value": 3119
2787
+ "value": 13857
2684
2788
  },
2685
2789
  "wordsCount": {
2686
- "value": 545
2790
+ "value": 1975
2687
2791
  },
2688
2792
  "sentencesCount": {
2689
- "value": 50
2793
+ "value": 172
2690
2794
  },
2691
2795
  "linesCount": {
2692
- "value": 70
2796
+ "value": 247
2693
2797
  },
2694
2798
  "paragraphsCount": {
2695
2799
  "value": 20
2696
2800
  },
2697
2801
  "pagesCount": {
2698
- "value": 2
2802
+ "value": 6
2699
2803
  }
2700
2804
  },
2701
2805
  "output": {
2702
2806
  "tokensCount": {
2703
- "value": 155
2807
+ "value": 412
2704
2808
  },
2705
2809
  "charactersCount": {
2706
- "value": 657
2810
+ "value": 1522
2707
2811
  },
2708
2812
  "wordsCount": {
2709
- "value": 95
2813
+ "value": 209
2710
2814
  },
2711
2815
  "sentencesCount": {
2712
- "value": 6
2816
+ "value": 16
2713
2817
  },
2714
2818
  "linesCount": {
2715
- "value": 16
2819
+ "value": 45
2716
2820
  },
2717
2821
  "paragraphsCount": {
2718
2822
  "value": 2
2719
2823
  },
2720
2824
  "pagesCount": {
2721
- "value": 1
2825
+ "value": 2
2722
2826
  }
2723
2827
  }
2724
2828
  }
@@ -2766,7 +2870,7 @@ function getTemplatesPipelineCollection() {
2766
2870
  "preparations": [
2767
2871
  {
2768
2872
  "id": 1,
2769
- "promptbookVersion": "0.92.0-2",
2873
+ "promptbookVersion": "0.92.0-4",
2770
2874
  "usage": {
2771
2875
  "price": {
2772
2876
  "value": 0
@@ -2869,12 +2973,38 @@ function getTemplatesPipelineCollection() {
2869
2973
  {
2870
2974
  "name": "Michal",
2871
2975
  "description": "experienced marketing specialist and business consultant",
2872
- "modelRequirements": {
2873
- "modelVariant": "CHAT",
2874
- "modelName": "gpt-4-turbo-2024-04-09",
2875
- "systemMessage": "You are an experienced marketing specialist and business consultant. Provide expert advice on marketing strategies, business development, and market analysis. Offer clear, actionable insights and creative solutions to help clients achieve their business goals.",
2876
- "temperature": 0.7
2877
- },
2976
+ "modelsRequirements": [
2977
+ {
2978
+ "modelVariant": "CHAT",
2979
+ "modelName": "claude-3-opus-20240229",
2980
+ "systemMessage": "You are an experienced marketing specialist and business consultant. Provide expert advice on marketing strategies, business development, and market analysis. Offer data-driven insights and actionable recommendations.",
2981
+ "temperature": 0.7
2982
+ },
2983
+ {
2984
+ "modelVariant": "CHAT",
2985
+ "modelName": "gpt-4-turbo-2024-04-09",
2986
+ "systemMessage": "As an experienced marketing specialist and business consultant, your role is to offer strategic advice, analyze market trends, and provide actionable insights for business growth and marketing optimization.",
2987
+ "temperature": 0.6
2988
+ },
2989
+ {
2990
+ "modelVariant": "CHAT",
2991
+ "modelName": "gemini-2.5-pro-preview-03-25",
2992
+ "systemMessage": "You are a seasoned marketing specialist and business consultant. Leverage your expertise to provide comprehensive marketing strategies, business analysis, and data-driven recommendations to help clients achieve their goals.",
2993
+ "temperature": 0.7
2994
+ },
2995
+ {
2996
+ "modelVariant": "CHAT",
2997
+ "modelName": "claude-3-sonnet-20240229",
2998
+ "systemMessage": "As an experienced marketing specialist and business consultant, your task is to offer practical advice on marketing campaigns, business strategies, and market positioning. Provide clear, actionable insights based on industry best practices.",
2999
+ "temperature": 0.6
3000
+ },
3001
+ {
3002
+ "modelVariant": "CHAT",
3003
+ "modelName": "gpt-4o",
3004
+ "systemMessage": "You are an expert marketing specialist and business consultant. Offer strategic guidance on marketing initiatives, business operations, and market analysis. Provide data-backed recommendations and creative solutions to complex business challenges.",
3005
+ "temperature": 0.8
3006
+ }
3007
+ ],
2878
3008
  "preparationIds": [
2879
3009
  1
2880
3010
  ]
@@ -2883,55 +3013,55 @@ function getTemplatesPipelineCollection() {
2883
3013
  "preparations": [
2884
3014
  {
2885
3015
  "id": 1,
2886
- "promptbookVersion": "0.92.0-2",
3016
+ "promptbookVersion": "0.92.0-4",
2887
3017
  "usage": {
2888
3018
  "price": {
2889
- "value": 0.00483
3019
+ "value": 0.016524
2890
3020
  },
2891
3021
  "input": {
2892
3022
  "tokensCount": {
2893
- "value": 1065
3023
+ "value": 3398
2894
3024
  },
2895
3025
  "charactersCount": {
2896
- "value": 3147
3026
+ "value": 13885
2897
3027
  },
2898
3028
  "wordsCount": {
2899
- "value": 547
3029
+ "value": 1977
2900
3030
  },
2901
3031
  "sentencesCount": {
2902
- "value": 50
3032
+ "value": 172
2903
3033
  },
2904
3034
  "linesCount": {
2905
- "value": 70
3035
+ "value": 247
2906
3036
  },
2907
3037
  "paragraphsCount": {
2908
3038
  "value": 20
2909
3039
  },
2910
3040
  "pagesCount": {
2911
- "value": 2
3041
+ "value": 6
2912
3042
  }
2913
3043
  },
2914
3044
  "output": {
2915
3045
  "tokensCount": {
2916
- "value": 109
3046
+ "value": 422
2917
3047
  },
2918
3048
  "charactersCount": {
2919
- "value": 453
3049
+ "value": 1787
2920
3050
  },
2921
3051
  "wordsCount": {
2922
- "value": 63
3052
+ "value": 228
2923
3053
  },
2924
3054
  "sentencesCount": {
2925
- "value": 5
3055
+ "value": 18
2926
3056
  },
2927
3057
  "linesCount": {
2928
- "value": 13
3058
+ "value": 49
2929
3059
  },
2930
3060
  "paragraphsCount": {
2931
3061
  "value": 2
2932
3062
  },
2933
3063
  "pagesCount": {
2934
- "value": 1
3064
+ "value": 2
2935
3065
  }
2936
3066
  }
2937
3067
  }
@@ -2999,12 +3129,44 @@ function getTemplatesPipelineCollection() {
2999
3129
  {
3000
3130
  "name": "Jane",
3001
3131
  "description": "customer service representative and skilled copywriter for eshop",
3002
- "modelRequirements": {
3003
- "modelVariant": "CHAT",
3004
- "modelName": "gpt-4-turbo-2024-04-09",
3005
- "systemMessage": "You are a customer service representative and skilled copywriter for an e-commerce shop. Your role is to assist customers with inquiries, provide product information, and create engaging product descriptions. Always maintain a friendly and professional tone, and strive to enhance the customer's shopping experience.",
3006
- "temperature": 0.7
3007
- },
3132
+ "modelsRequirements": [
3133
+ {
3134
+ "modelVariant": "CHAT",
3135
+ "modelName": "gpt-4-turbo-2024-04-09",
3136
+ "systemMessage": "You are a customer service representative and skilled copywriter for an e-shop. Provide friendly, helpful responses to customer inquiries and create engaging product descriptions when needed.",
3137
+ "temperature": 0.7
3138
+ },
3139
+ {
3140
+ "modelVariant": "CHAT",
3141
+ "modelName": "claude-3-opus-20240229",
3142
+ "systemMessage": "As a customer service representative and copywriter for an e-shop, your role is to assist customers with inquiries and create compelling product descriptions. Be professional, empathetic, and creative in your responses.",
3143
+ "temperature": 0.6
3144
+ },
3145
+ {
3146
+ "modelVariant": "CHAT",
3147
+ "modelName": "gemini-2.5-pro-preview-03-25",
3148
+ "systemMessage": "You are an AI assistant specializing in e-commerce customer service and copywriting. Provide excellent customer support and craft persuasive product descriptions for the e-shop.",
3149
+ "temperature": 0.7
3150
+ },
3151
+ {
3152
+ "modelVariant": "CHAT",
3153
+ "modelName": "gpt-4o",
3154
+ "systemMessage": "As an AI for an e-shop, your primary functions are customer service and copywriting. Respond to customer queries with courtesy and create engaging product descriptions that highlight key features and benefits.",
3155
+ "temperature": 0.6
3156
+ },
3157
+ {
3158
+ "modelVariant": "CHAT",
3159
+ "modelName": "claude-3-sonnet-20240229",
3160
+ "systemMessage": "You are a dedicated customer service representative and copywriter for an online store. Assist customers with their inquiries and write compelling product descriptions to drive sales.",
3161
+ "temperature": 0.5
3162
+ },
3163
+ {
3164
+ "modelVariant": "CHAT",
3165
+ "modelName": "gpt-3.5-turbo",
3166
+ "systemMessage": "As a customer service rep and copywriter for an e-shop, your job is to provide helpful support to customers and create appealing product descriptions. Be friendly, informative, and persuasive in your communication.",
3167
+ "temperature": 0.7
3168
+ }
3169
+ ],
3008
3170
  "preparationIds": [
3009
3171
  1
3010
3172
  ]
@@ -3013,55 +3175,55 @@ function getTemplatesPipelineCollection() {
3013
3175
  "preparations": [
3014
3176
  {
3015
3177
  "id": 1,
3016
- "promptbookVersion": "0.92.0-2",
3178
+ "promptbookVersion": "0.92.0-4",
3017
3179
  "usage": {
3018
3180
  "price": {
3019
- "value": 0.005025
3181
+ "value": 0.017784
3020
3182
  },
3021
3183
  "input": {
3022
3184
  "tokensCount": {
3023
- "value": 1070
3185
+ "value": 3403
3024
3186
  },
3025
3187
  "charactersCount": {
3026
- "value": 3155
3188
+ "value": 13893
3027
3189
  },
3028
3190
  "wordsCount": {
3029
- "value": 549
3191
+ "value": 1979
3030
3192
  },
3031
3193
  "sentencesCount": {
3032
- "value": 50
3194
+ "value": 172
3033
3195
  },
3034
3196
  "linesCount": {
3035
- "value": 71
3197
+ "value": 248
3036
3198
  },
3037
3199
  "paragraphsCount": {
3038
3200
  "value": 20
3039
3201
  },
3040
3202
  "pagesCount": {
3041
- "value": 2
3203
+ "value": 6
3042
3204
  }
3043
3205
  },
3044
3206
  "output": {
3045
3207
  "tokensCount": {
3046
- "value": 121
3208
+ "value": 505
3047
3209
  },
3048
3210
  "charactersCount": {
3049
- "value": 495
3211
+ "value": 1928
3050
3212
  },
3051
3213
  "wordsCount": {
3052
- "value": 74
3214
+ "value": 270
3053
3215
  },
3054
3216
  "sentencesCount": {
3055
- "value": 5
3217
+ "value": 21
3056
3218
  },
3057
3219
  "linesCount": {
3058
- "value": 14
3220
+ "value": 55
3059
3221
  },
3060
3222
  "paragraphsCount": {
3061
3223
  "value": 2
3062
3224
  },
3063
3225
  "pagesCount": {
3064
- "value": 1
3226
+ "value": 2
3065
3227
  }
3066
3228
  }
3067
3229
  }
@@ -3309,12 +3471,38 @@ function getTemplatesPipelineCollection() {
3309
3471
  {
3310
3472
  "name": "Jane",
3311
3473
  "description": "linguist and Esperantist",
3312
- "modelRequirements": {
3313
- "modelVariant": "CHAT",
3314
- "modelName": "gpt-4-turbo-2024-04-09",
3315
- "systemMessage": "You are a highly knowledgeable linguist and passionate Esperantist. Your expertise covers various aspects of linguistics, including phonology, syntax, semantics, and language history. As an Esperantist, you are fluent in Esperanto and enthusiastic about promoting this constructed international language. You can provide detailed information about language structures, etymology, and the principles and usage of Esperanto. You're always eager to discuss linguistic topics and share your love for languages, especially Esperanto.",
3316
- "temperature": 0.7
3317
- },
3474
+ "modelsRequirements": [
3475
+ {
3476
+ "modelVariant": "CHAT",
3477
+ "modelName": "claude-3-opus-20240229",
3478
+ "systemMessage": "You are a highly knowledgeable linguist and Esperantist. Provide expert insights on language structure, etymology, and the Esperanto language. Communicate clearly and precisely, using linguistic terminology when appropriate.",
3479
+ "temperature": 0.3
3480
+ },
3481
+ {
3482
+ "modelVariant": "CHAT",
3483
+ "modelName": "gpt-4-turbo-2024-04-09",
3484
+ "systemMessage": "As a linguist and Esperantist, your role is to offer in-depth analysis on languages, particularly Esperanto. Share your expertise on grammar, phonology, and language history. Be prepared to discuss linguistic theories and Esperanto's role in the constructed language movement.",
3485
+ "temperature": 0.4
3486
+ },
3487
+ {
3488
+ "modelVariant": "CHAT",
3489
+ "modelName": "gemini-2.5-pro-preview-03-25",
3490
+ "systemMessage": "You are an expert linguist with a specialization in Esperanto. Provide detailed explanations on linguistic concepts, language families, and the structure and usage of Esperanto. Engage in scholarly discussions about language acquisition, comparative linguistics, and the philosophy behind constructed languages.",
3491
+ "temperature": 0.3
3492
+ },
3493
+ {
3494
+ "modelVariant": "CHAT",
3495
+ "modelName": "claude-3-sonnet-20240229",
3496
+ "systemMessage": "As a linguist and Esperantist assistant, your task is to help users understand various aspects of linguistics and the Esperanto language. Offer clear explanations, examples, and insights into language structures, etymology, and the principles of Esperanto. Be ready to answer questions about grammar, vocabulary, and language learning techniques.",
3497
+ "temperature": 0.5
3498
+ },
3499
+ {
3500
+ "modelVariant": "CHAT",
3501
+ "modelName": "gpt-4",
3502
+ "systemMessage": "You are a virtual assistant specializing in linguistics and Esperanto. Provide accurate information on language structures, linguistic theories, and the history and usage of Esperanto. Offer helpful explanations and examples to illustrate complex linguistic concepts. Be prepared to discuss language learning strategies and the benefits of studying constructed languages like Esperanto.",
3503
+ "temperature": 0.6
3504
+ }
3505
+ ],
3318
3506
  "preparationIds": [
3319
3507
  1
3320
3508
  ]
@@ -3323,55 +3511,55 @@ function getTemplatesPipelineCollection() {
3323
3511
  "preparations": [
3324
3512
  {
3325
3513
  "id": 1,
3326
- "promptbookVersion": "0.92.0-2",
3514
+ "promptbookVersion": "0.92.0-4",
3327
3515
  "usage": {
3328
3516
  "price": {
3329
- "value": 0.0058530000000000006
3517
+ "value": 0.018192
3330
3518
  },
3331
3519
  "input": {
3332
3520
  "tokensCount": {
3333
- "value": 1066
3521
+ "value": 3399
3334
3522
  },
3335
3523
  "charactersCount": {
3336
- "value": 3115
3524
+ "value": 13853
3337
3525
  },
3338
3526
  "wordsCount": {
3339
- "value": 544
3527
+ "value": 1974
3340
3528
  },
3341
3529
  "sentencesCount": {
3342
- "value": 50
3530
+ "value": 172
3343
3531
  },
3344
3532
  "linesCount": {
3345
- "value": 70
3533
+ "value": 247
3346
3534
  },
3347
3535
  "paragraphsCount": {
3348
3536
  "value": 20
3349
3537
  },
3350
3538
  "pagesCount": {
3351
- "value": 2
3539
+ "value": 6
3352
3540
  }
3353
3541
  },
3354
3542
  "output": {
3355
3543
  "tokensCount": {
3356
- "value": 177
3544
+ "value": 533
3357
3545
  },
3358
3546
  "charactersCount": {
3359
- "value": 728
3547
+ "value": 2160
3360
3548
  },
3361
3549
  "wordsCount": {
3362
- "value": 103
3550
+ "value": 286
3363
3551
  },
3364
3552
  "sentencesCount": {
3365
- "value": 7
3553
+ "value": 23
3366
3554
  },
3367
3555
  "linesCount": {
3368
- "value": 17
3556
+ "value": 54
3369
3557
  },
3370
3558
  "paragraphsCount": {
3371
3559
  "value": 2
3372
3560
  },
3373
3561
  "pagesCount": {
3374
- "value": 1
3562
+ "value": 2
3375
3563
  }
3376
3564
  }
3377
3565
  }