@promptbook/templates 0.100.0-19 → 0.100.0-21
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 +140 -152
- package/esm/index.es.js.map +1 -1
- package/esm/typings/src/_packages/core.index.d.ts +8 -0
- package/esm/typings/src/book-2.0/commitments/ACTION/ACTION.d.ts +1 -1
- package/esm/typings/src/book-2.0/commitments/FORMAT/FORMAT.d.ts +1 -1
- package/esm/typings/src/book-2.0/commitments/KNOWLEDGE/KNOWLEDGE.d.ts +1 -1
- package/esm/typings/src/book-2.0/commitments/META_IMAGE/META_IMAGE.d.ts +1 -1
- package/esm/typings/src/book-2.0/commitments/META_LINK/META_LINK.d.ts +1 -1
- package/esm/typings/src/book-2.0/commitments/MODEL/MODEL.d.ts +1 -1
- package/esm/typings/src/book-2.0/commitments/NOTE/NOTE.d.ts +1 -1
- package/esm/typings/src/book-2.0/commitments/PERSONA/PERSONA.d.ts +1 -1
- package/esm/typings/src/book-2.0/commitments/RULE/RULE.d.ts +1 -1
- package/esm/typings/src/book-2.0/commitments/SAMPLE/SAMPLE.d.ts +1 -1
- package/esm/typings/src/book-2.0/commitments/STYLE/STYLE.d.ts +1 -1
- package/esm/typings/src/book-2.0/commitments/_base/BaseCommitmentDefinition.d.ts +3 -4
- package/esm/typings/src/book-2.0/commitments/_base/NotYetImplementedCommitmentDefinition.d.ts +2 -3
- package/esm/typings/src/book-2.0/commitments/index.d.ts +22 -20
- package/esm/typings/src/version.d.ts +1 -1
- package/package.json +2 -2
- package/umd/index.umd.js +140 -152
- package/umd/index.umd.js.map +1 -1
package/esm/index.es.js
CHANGED
|
@@ -16,7 +16,7 @@ const BOOK_LANGUAGE_VERSION = '1.0.0';
|
|
|
16
16
|
* @generated
|
|
17
17
|
* @see https://github.com/webgptorg/promptbook
|
|
18
18
|
*/
|
|
19
|
-
const PROMPTBOOK_ENGINE_VERSION = '0.100.0-
|
|
19
|
+
const PROMPTBOOK_ENGINE_VERSION = '0.100.0-21';
|
|
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
|
|
@@ -1535,19 +1535,19 @@ function getTemplatesPipelineCollection() {
|
|
|
1535
1535
|
{
|
|
1536
1536
|
"modelVariant": "CHAT",
|
|
1537
1537
|
"modelName": "gpt-4",
|
|
1538
|
-
"systemMessage": "You are an
|
|
1539
|
-
"temperature": 0.
|
|
1538
|
+
"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.",
|
|
1539
|
+
"temperature": 0.7
|
|
1540
1540
|
},
|
|
1541
1541
|
{
|
|
1542
1542
|
"modelVariant": "CHAT",
|
|
1543
1543
|
"modelName": "claude-3-opus-20240229",
|
|
1544
|
-
"systemMessage": "You are
|
|
1545
|
-
"temperature": 0.
|
|
1544
|
+
"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.",
|
|
1545
|
+
"temperature": 0.6
|
|
1546
1546
|
},
|
|
1547
1547
|
{
|
|
1548
1548
|
"modelVariant": "CHAT",
|
|
1549
1549
|
"modelName": "gemini-1.5-pro",
|
|
1550
|
-
"systemMessage": "As
|
|
1550
|
+
"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.",
|
|
1551
1551
|
"temperature": 0.5
|
|
1552
1552
|
}
|
|
1553
1553
|
],
|
|
@@ -1559,26 +1559,26 @@ function getTemplatesPipelineCollection() {
|
|
|
1559
1559
|
"preparations": [
|
|
1560
1560
|
{
|
|
1561
1561
|
"id": 1,
|
|
1562
|
-
"promptbookVersion": "0.100.0-
|
|
1562
|
+
"promptbookVersion": "0.100.0-20",
|
|
1563
1563
|
"usage": {
|
|
1564
1564
|
"price": {
|
|
1565
|
-
"value": 0.
|
|
1565
|
+
"value": 0.026725000000000002
|
|
1566
1566
|
},
|
|
1567
1567
|
"input": {
|
|
1568
1568
|
"tokensCount": {
|
|
1569
|
-
"value":
|
|
1569
|
+
"value": 9245
|
|
1570
1570
|
},
|
|
1571
1571
|
"charactersCount": {
|
|
1572
|
-
"value":
|
|
1572
|
+
"value": 45289
|
|
1573
1573
|
},
|
|
1574
1574
|
"wordsCount": {
|
|
1575
|
-
"value":
|
|
1575
|
+
"value": 5815
|
|
1576
1576
|
},
|
|
1577
1577
|
"sentencesCount": {
|
|
1578
1578
|
"value": 440
|
|
1579
1579
|
},
|
|
1580
1580
|
"linesCount": {
|
|
1581
|
-
"value":
|
|
1581
|
+
"value": 746
|
|
1582
1582
|
},
|
|
1583
1583
|
"paragraphsCount": {
|
|
1584
1584
|
"value": 20
|
|
@@ -1589,19 +1589,19 @@ function getTemplatesPipelineCollection() {
|
|
|
1589
1589
|
},
|
|
1590
1590
|
"output": {
|
|
1591
1591
|
"tokensCount": {
|
|
1592
|
-
"value":
|
|
1592
|
+
"value": 289
|
|
1593
1593
|
},
|
|
1594
1594
|
"charactersCount": {
|
|
1595
|
-
"value":
|
|
1595
|
+
"value": 1213
|
|
1596
1596
|
},
|
|
1597
1597
|
"wordsCount": {
|
|
1598
|
-
"value":
|
|
1598
|
+
"value": 162
|
|
1599
1599
|
},
|
|
1600
1600
|
"sentencesCount": {
|
|
1601
|
-
"value":
|
|
1601
|
+
"value": 13
|
|
1602
1602
|
},
|
|
1603
1603
|
"linesCount": {
|
|
1604
|
-
"value":
|
|
1604
|
+
"value": 34
|
|
1605
1605
|
},
|
|
1606
1606
|
"paragraphsCount": {
|
|
1607
1607
|
"value": 2
|
|
@@ -2088,19 +2088,19 @@ function getTemplatesPipelineCollection() {
|
|
|
2088
2088
|
{
|
|
2089
2089
|
"modelVariant": "CHAT",
|
|
2090
2090
|
"modelName": "gpt-4",
|
|
2091
|
-
"systemMessage": "You are an
|
|
2092
|
-
"temperature": 0.
|
|
2091
|
+
"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.",
|
|
2092
|
+
"temperature": 0.7
|
|
2093
2093
|
},
|
|
2094
2094
|
{
|
|
2095
2095
|
"modelVariant": "CHAT",
|
|
2096
2096
|
"modelName": "claude-3-opus-20240229",
|
|
2097
|
-
"systemMessage": "You are
|
|
2098
|
-
"temperature": 0.
|
|
2097
|
+
"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.",
|
|
2098
|
+
"temperature": 0.6
|
|
2099
2099
|
},
|
|
2100
2100
|
{
|
|
2101
2101
|
"modelVariant": "CHAT",
|
|
2102
2102
|
"modelName": "gemini-1.5-pro",
|
|
2103
|
-
"systemMessage": "As
|
|
2103
|
+
"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.",
|
|
2104
2104
|
"temperature": 0.5
|
|
2105
2105
|
}
|
|
2106
2106
|
],
|
|
@@ -2112,26 +2112,26 @@ function getTemplatesPipelineCollection() {
|
|
|
2112
2112
|
"preparations": [
|
|
2113
2113
|
{
|
|
2114
2114
|
"id": 1,
|
|
2115
|
-
"promptbookVersion": "0.100.0-
|
|
2115
|
+
"promptbookVersion": "0.100.0-20",
|
|
2116
2116
|
"usage": {
|
|
2117
2117
|
"price": {
|
|
2118
|
-
"value": 0.
|
|
2118
|
+
"value": 0.026725000000000002
|
|
2119
2119
|
},
|
|
2120
2120
|
"input": {
|
|
2121
2121
|
"tokensCount": {
|
|
2122
|
-
"value":
|
|
2122
|
+
"value": 9245
|
|
2123
2123
|
},
|
|
2124
2124
|
"charactersCount": {
|
|
2125
|
-
"value":
|
|
2125
|
+
"value": 45289
|
|
2126
2126
|
},
|
|
2127
2127
|
"wordsCount": {
|
|
2128
|
-
"value":
|
|
2128
|
+
"value": 5815
|
|
2129
2129
|
},
|
|
2130
2130
|
"sentencesCount": {
|
|
2131
2131
|
"value": 440
|
|
2132
2132
|
},
|
|
2133
2133
|
"linesCount": {
|
|
2134
|
-
"value":
|
|
2134
|
+
"value": 746
|
|
2135
2135
|
},
|
|
2136
2136
|
"paragraphsCount": {
|
|
2137
2137
|
"value": 20
|
|
@@ -2142,19 +2142,19 @@ function getTemplatesPipelineCollection() {
|
|
|
2142
2142
|
},
|
|
2143
2143
|
"output": {
|
|
2144
2144
|
"tokensCount": {
|
|
2145
|
-
"value":
|
|
2145
|
+
"value": 289
|
|
2146
2146
|
},
|
|
2147
2147
|
"charactersCount": {
|
|
2148
|
-
"value":
|
|
2148
|
+
"value": 1213
|
|
2149
2149
|
},
|
|
2150
2150
|
"wordsCount": {
|
|
2151
|
-
"value":
|
|
2151
|
+
"value": 162
|
|
2152
2152
|
},
|
|
2153
2153
|
"sentencesCount": {
|
|
2154
|
-
"value":
|
|
2154
|
+
"value": 13
|
|
2155
2155
|
},
|
|
2156
2156
|
"linesCount": {
|
|
2157
|
-
"value":
|
|
2157
|
+
"value": 34
|
|
2158
2158
|
},
|
|
2159
2159
|
"paragraphsCount": {
|
|
2160
2160
|
"value": 2
|
|
@@ -2779,29 +2779,23 @@ function getTemplatesPipelineCollection() {
|
|
|
2779
2779
|
"name": "Jane",
|
|
2780
2780
|
"description": "a linguist and Corrector",
|
|
2781
2781
|
"modelsRequirements": [
|
|
2782
|
-
{
|
|
2783
|
-
"modelVariant": "CHAT",
|
|
2784
|
-
"modelName": "gpt-4",
|
|
2785
|
-
"systemMessage": "You are an expert linguist and meticulous proofreader. Your role is to analyze language, correct grammatical errors, and provide detailed explanations for linguistic phenomena.",
|
|
2786
|
-
"temperature": 0.3
|
|
2787
|
-
},
|
|
2788
2782
|
{
|
|
2789
2783
|
"modelVariant": "CHAT",
|
|
2790
2784
|
"modelName": "claude-3-opus-20240229",
|
|
2791
|
-
"systemMessage": "
|
|
2792
|
-
"temperature": 0.
|
|
2785
|
+
"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.",
|
|
2786
|
+
"temperature": 0.3
|
|
2793
2787
|
},
|
|
2794
2788
|
{
|
|
2795
2789
|
"modelVariant": "CHAT",
|
|
2796
|
-
"modelName": "
|
|
2797
|
-
"systemMessage": "
|
|
2790
|
+
"modelName": "gpt-4",
|
|
2791
|
+
"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.",
|
|
2798
2792
|
"temperature": 0.4
|
|
2799
2793
|
},
|
|
2800
2794
|
{
|
|
2801
2795
|
"modelVariant": "CHAT",
|
|
2802
|
-
"modelName": "
|
|
2803
|
-
"systemMessage": "
|
|
2804
|
-
"temperature": 0.
|
|
2796
|
+
"modelName": "gemini-1.5-pro",
|
|
2797
|
+
"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.",
|
|
2798
|
+
"temperature": 0.3
|
|
2805
2799
|
}
|
|
2806
2800
|
],
|
|
2807
2801
|
"preparationIds": [
|
|
@@ -2812,26 +2806,26 @@ function getTemplatesPipelineCollection() {
|
|
|
2812
2806
|
"preparations": [
|
|
2813
2807
|
{
|
|
2814
2808
|
"id": 1,
|
|
2815
|
-
"promptbookVersion": "0.100.0-
|
|
2809
|
+
"promptbookVersion": "0.100.0-20",
|
|
2816
2810
|
"usage": {
|
|
2817
2811
|
"price": {
|
|
2818
|
-
"value": 0.
|
|
2812
|
+
"value": 0.0262975
|
|
2819
2813
|
},
|
|
2820
2814
|
"input": {
|
|
2821
2815
|
"tokensCount": {
|
|
2822
|
-
"value":
|
|
2816
|
+
"value": 9244
|
|
2823
2817
|
},
|
|
2824
2818
|
"charactersCount": {
|
|
2825
|
-
"value":
|
|
2819
|
+
"value": 45276
|
|
2826
2820
|
},
|
|
2827
2821
|
"wordsCount": {
|
|
2828
|
-
"value":
|
|
2822
|
+
"value": 5813
|
|
2829
2823
|
},
|
|
2830
2824
|
"sentencesCount": {
|
|
2831
2825
|
"value": 440
|
|
2832
2826
|
},
|
|
2833
2827
|
"linesCount": {
|
|
2834
|
-
"value":
|
|
2828
|
+
"value": 746
|
|
2835
2829
|
},
|
|
2836
2830
|
"paragraphsCount": {
|
|
2837
2831
|
"value": 20
|
|
@@ -2842,19 +2836,19 @@ function getTemplatesPipelineCollection() {
|
|
|
2842
2836
|
},
|
|
2843
2837
|
"output": {
|
|
2844
2838
|
"tokensCount": {
|
|
2845
|
-
"value":
|
|
2839
|
+
"value": 255
|
|
2846
2840
|
},
|
|
2847
2841
|
"charactersCount": {
|
|
2848
|
-
"value":
|
|
2842
|
+
"value": 961
|
|
2849
2843
|
},
|
|
2850
2844
|
"wordsCount": {
|
|
2851
|
-
"value":
|
|
2845
|
+
"value": 130
|
|
2852
2846
|
},
|
|
2853
2847
|
"sentencesCount": {
|
|
2854
|
-
"value":
|
|
2848
|
+
"value": 11
|
|
2855
2849
|
},
|
|
2856
2850
|
"linesCount": {
|
|
2857
|
-
"value":
|
|
2851
|
+
"value": 30
|
|
2858
2852
|
},
|
|
2859
2853
|
"paragraphsCount": {
|
|
2860
2854
|
"value": 2
|
|
@@ -2924,26 +2918,26 @@ function getTemplatesPipelineCollection() {
|
|
|
2924
2918
|
{
|
|
2925
2919
|
"modelVariant": "CHAT",
|
|
2926
2920
|
"modelName": "gpt-4",
|
|
2927
|
-
"systemMessage": "You are an expert
|
|
2921
|
+
"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.",
|
|
2928
2922
|
"temperature": 0.7
|
|
2929
2923
|
},
|
|
2930
2924
|
{
|
|
2931
2925
|
"modelVariant": "CHAT",
|
|
2932
2926
|
"modelName": "claude-3-opus-20240229",
|
|
2933
|
-
"systemMessage": "You are a highly skilled
|
|
2927
|
+
"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.",
|
|
2934
2928
|
"temperature": 0.6
|
|
2935
2929
|
},
|
|
2936
2930
|
{
|
|
2937
2931
|
"modelVariant": "CHAT",
|
|
2938
2932
|
"modelName": "gemini-1.5-pro",
|
|
2939
|
-
"systemMessage": "As an experienced
|
|
2940
|
-
"temperature": 0.
|
|
2933
|
+
"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.",
|
|
2934
|
+
"temperature": 0.7
|
|
2941
2935
|
},
|
|
2942
2936
|
{
|
|
2943
2937
|
"modelVariant": "CHAT",
|
|
2944
2938
|
"modelName": "gpt-3.5-turbo",
|
|
2945
|
-
"systemMessage": "You are a
|
|
2946
|
-
"temperature": 0.
|
|
2939
|
+
"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.",
|
|
2940
|
+
"temperature": 0.8
|
|
2947
2941
|
}
|
|
2948
2942
|
],
|
|
2949
2943
|
"preparationIds": [
|
|
@@ -2954,26 +2948,26 @@ function getTemplatesPipelineCollection() {
|
|
|
2954
2948
|
"preparations": [
|
|
2955
2949
|
{
|
|
2956
2950
|
"id": 1,
|
|
2957
|
-
"promptbookVersion": "0.100.0-
|
|
2951
|
+
"promptbookVersion": "0.100.0-20",
|
|
2958
2952
|
"usage": {
|
|
2959
2953
|
"price": {
|
|
2960
|
-
"value": 0.
|
|
2954
|
+
"value": 0.0279975
|
|
2961
2955
|
},
|
|
2962
2956
|
"input": {
|
|
2963
2957
|
"tokensCount": {
|
|
2964
|
-
"value":
|
|
2958
|
+
"value": 9244
|
|
2965
2959
|
},
|
|
2966
2960
|
"charactersCount": {
|
|
2967
|
-
"value":
|
|
2961
|
+
"value": 45280
|
|
2968
2962
|
},
|
|
2969
2963
|
"wordsCount": {
|
|
2970
|
-
"value":
|
|
2964
|
+
"value": 5813
|
|
2971
2965
|
},
|
|
2972
2966
|
"sentencesCount": {
|
|
2973
2967
|
"value": 440
|
|
2974
2968
|
},
|
|
2975
2969
|
"linesCount": {
|
|
2976
|
-
"value":
|
|
2970
|
+
"value": 746
|
|
2977
2971
|
},
|
|
2978
2972
|
"paragraphsCount": {
|
|
2979
2973
|
"value": 20
|
|
@@ -2984,25 +2978,25 @@ function getTemplatesPipelineCollection() {
|
|
|
2984
2978
|
},
|
|
2985
2979
|
"output": {
|
|
2986
2980
|
"tokensCount": {
|
|
2987
|
-
"value":
|
|
2981
|
+
"value": 391
|
|
2988
2982
|
},
|
|
2989
2983
|
"charactersCount": {
|
|
2990
|
-
"value":
|
|
2984
|
+
"value": 1587
|
|
2991
2985
|
},
|
|
2992
2986
|
"wordsCount": {
|
|
2993
|
-
"value":
|
|
2987
|
+
"value": 223
|
|
2994
2988
|
},
|
|
2995
2989
|
"sentencesCount": {
|
|
2996
|
-
"value":
|
|
2990
|
+
"value": 18
|
|
2997
2991
|
},
|
|
2998
2992
|
"linesCount": {
|
|
2999
|
-
"value":
|
|
2993
|
+
"value": 43
|
|
3000
2994
|
},
|
|
3001
2995
|
"paragraphsCount": {
|
|
3002
2996
|
"value": 2
|
|
3003
2997
|
},
|
|
3004
2998
|
"pagesCount": {
|
|
3005
|
-
"value":
|
|
2999
|
+
"value": 1
|
|
3006
3000
|
}
|
|
3007
3001
|
}
|
|
3008
3002
|
}
|
|
@@ -3050,7 +3044,7 @@ function getTemplatesPipelineCollection() {
|
|
|
3050
3044
|
"preparations": [
|
|
3051
3045
|
{
|
|
3052
3046
|
"id": 1,
|
|
3053
|
-
"promptbookVersion": "0.100.0-
|
|
3047
|
+
"promptbookVersion": "0.100.0-20",
|
|
3054
3048
|
"usage": {
|
|
3055
3049
|
"price": {
|
|
3056
3050
|
"value": 0
|
|
@@ -3156,26 +3150,26 @@ function getTemplatesPipelineCollection() {
|
|
|
3156
3150
|
"modelsRequirements": [
|
|
3157
3151
|
{
|
|
3158
3152
|
"modelVariant": "CHAT",
|
|
3159
|
-
"modelName": "gpt-
|
|
3160
|
-
"systemMessage": "You are an experienced marketing specialist and business consultant
|
|
3153
|
+
"modelName": "gpt-5",
|
|
3154
|
+
"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.",
|
|
3161
3155
|
"temperature": 0.7
|
|
3162
3156
|
},
|
|
3163
3157
|
{
|
|
3164
3158
|
"modelVariant": "CHAT",
|
|
3165
3159
|
"modelName": "claude-3-opus-20240229",
|
|
3166
|
-
"systemMessage": "You are a
|
|
3160
|
+
"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.",
|
|
3167
3161
|
"temperature": 0.6
|
|
3168
3162
|
},
|
|
3169
3163
|
{
|
|
3170
3164
|
"modelVariant": "CHAT",
|
|
3171
|
-
"modelName": "gemini-
|
|
3172
|
-
"systemMessage": "As an
|
|
3173
|
-
"temperature": 0.
|
|
3165
|
+
"modelName": "gemini-2.5-pro-preview-03-25",
|
|
3166
|
+
"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.",
|
|
3167
|
+
"temperature": 0.8
|
|
3174
3168
|
},
|
|
3175
3169
|
{
|
|
3176
3170
|
"modelVariant": "CHAT",
|
|
3177
|
-
"modelName": "gpt-
|
|
3178
|
-
"systemMessage": "You are a skilled marketing and business
|
|
3171
|
+
"modelName": "gpt-4",
|
|
3172
|
+
"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.",
|
|
3179
3173
|
"temperature": 0.6
|
|
3180
3174
|
}
|
|
3181
3175
|
],
|
|
@@ -3187,26 +3181,26 @@ function getTemplatesPipelineCollection() {
|
|
|
3187
3181
|
"preparations": [
|
|
3188
3182
|
{
|
|
3189
3183
|
"id": 1,
|
|
3190
|
-
"promptbookVersion": "0.100.0-
|
|
3184
|
+
"promptbookVersion": "0.100.0-20",
|
|
3191
3185
|
"usage": {
|
|
3192
3186
|
"price": {
|
|
3193
|
-
"value": 0.
|
|
3187
|
+
"value": 0.027682500000000002
|
|
3194
3188
|
},
|
|
3195
3189
|
"input": {
|
|
3196
3190
|
"tokensCount": {
|
|
3197
|
-
"value":
|
|
3191
|
+
"value": 9243
|
|
3198
3192
|
},
|
|
3199
3193
|
"charactersCount": {
|
|
3200
|
-
"value":
|
|
3194
|
+
"value": 45308
|
|
3201
3195
|
},
|
|
3202
3196
|
"wordsCount": {
|
|
3203
|
-
"value":
|
|
3197
|
+
"value": 5815
|
|
3204
3198
|
},
|
|
3205
3199
|
"sentencesCount": {
|
|
3206
3200
|
"value": 440
|
|
3207
3201
|
},
|
|
3208
3202
|
"linesCount": {
|
|
3209
|
-
"value":
|
|
3203
|
+
"value": 746
|
|
3210
3204
|
},
|
|
3211
3205
|
"paragraphsCount": {
|
|
3212
3206
|
"value": 20
|
|
@@ -3217,19 +3211,19 @@ function getTemplatesPipelineCollection() {
|
|
|
3217
3211
|
},
|
|
3218
3212
|
"output": {
|
|
3219
3213
|
"tokensCount": {
|
|
3220
|
-
"value":
|
|
3214
|
+
"value": 366
|
|
3221
3215
|
},
|
|
3222
3216
|
"charactersCount": {
|
|
3223
|
-
"value":
|
|
3217
|
+
"value": 1603
|
|
3224
3218
|
},
|
|
3225
3219
|
"wordsCount": {
|
|
3226
|
-
"value":
|
|
3220
|
+
"value": 211
|
|
3227
3221
|
},
|
|
3228
3222
|
"sentencesCount": {
|
|
3229
|
-
"value":
|
|
3223
|
+
"value": 15
|
|
3230
3224
|
},
|
|
3231
3225
|
"linesCount": {
|
|
3232
|
-
"value":
|
|
3226
|
+
"value": 43
|
|
3233
3227
|
},
|
|
3234
3228
|
"paragraphsCount": {
|
|
3235
3229
|
"value": 2
|
|
@@ -3307,32 +3301,26 @@ function getTemplatesPipelineCollection() {
|
|
|
3307
3301
|
{
|
|
3308
3302
|
"modelVariant": "CHAT",
|
|
3309
3303
|
"modelName": "gpt-4",
|
|
3310
|
-
"systemMessage": "You are
|
|
3304
|
+
"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.",
|
|
3311
3305
|
"temperature": 0.7
|
|
3312
3306
|
},
|
|
3313
3307
|
{
|
|
3314
3308
|
"modelVariant": "CHAT",
|
|
3315
3309
|
"modelName": "claude-3-opus-20240229",
|
|
3316
|
-
"systemMessage": "
|
|
3310
|
+
"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.",
|
|
3317
3311
|
"temperature": 0.6
|
|
3318
3312
|
},
|
|
3319
3313
|
{
|
|
3320
3314
|
"modelVariant": "CHAT",
|
|
3321
3315
|
"modelName": "gemini-1.5-pro",
|
|
3322
|
-
"systemMessage": "
|
|
3323
|
-
"temperature": 0.
|
|
3324
|
-
},
|
|
3325
|
-
{
|
|
3326
|
-
"modelVariant": "CHAT",
|
|
3327
|
-
"modelName": "claude-3-sonnet-20240229",
|
|
3328
|
-
"systemMessage": "As a customer service representative and copywriter for an online shop, your task is to provide excellent customer support and create engaging product descriptions. Be helpful, friendly, and creative in your communications.",
|
|
3329
|
-
"temperature": 0.7
|
|
3316
|
+
"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.",
|
|
3317
|
+
"temperature": 0.5
|
|
3330
3318
|
},
|
|
3331
3319
|
{
|
|
3332
3320
|
"modelVariant": "CHAT",
|
|
3333
3321
|
"modelName": "gpt-3.5-turbo",
|
|
3334
|
-
"systemMessage": "You are a customer service representative and copywriter for an
|
|
3335
|
-
"temperature": 0.
|
|
3322
|
+
"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.",
|
|
3323
|
+
"temperature": 0.7
|
|
3336
3324
|
}
|
|
3337
3325
|
],
|
|
3338
3326
|
"preparationIds": [
|
|
@@ -3343,26 +3331,26 @@ function getTemplatesPipelineCollection() {
|
|
|
3343
3331
|
"preparations": [
|
|
3344
3332
|
{
|
|
3345
3333
|
"id": 1,
|
|
3346
|
-
"promptbookVersion": "0.100.0-
|
|
3334
|
+
"promptbookVersion": "0.100.0-20",
|
|
3347
3335
|
"usage": {
|
|
3348
3336
|
"price": {
|
|
3349
|
-
"value": 0.
|
|
3337
|
+
"value": 0.027307500000000002
|
|
3350
3338
|
},
|
|
3351
3339
|
"input": {
|
|
3352
3340
|
"tokensCount": {
|
|
3353
|
-
"value":
|
|
3341
|
+
"value": 9248
|
|
3354
3342
|
},
|
|
3355
3343
|
"charactersCount": {
|
|
3356
|
-
"value":
|
|
3344
|
+
"value": 45316
|
|
3357
3345
|
},
|
|
3358
3346
|
"wordsCount": {
|
|
3359
|
-
"value":
|
|
3347
|
+
"value": 5817
|
|
3360
3348
|
},
|
|
3361
3349
|
"sentencesCount": {
|
|
3362
3350
|
"value": 440
|
|
3363
3351
|
},
|
|
3364
3352
|
"linesCount": {
|
|
3365
|
-
"value":
|
|
3353
|
+
"value": 747
|
|
3366
3354
|
},
|
|
3367
3355
|
"paragraphsCount": {
|
|
3368
3356
|
"value": 20
|
|
@@ -3373,25 +3361,25 @@ function getTemplatesPipelineCollection() {
|
|
|
3373
3361
|
},
|
|
3374
3362
|
"output": {
|
|
3375
3363
|
"tokensCount": {
|
|
3376
|
-
"value":
|
|
3364
|
+
"value": 335
|
|
3377
3365
|
},
|
|
3378
3366
|
"charactersCount": {
|
|
3379
|
-
"value":
|
|
3367
|
+
"value": 1356
|
|
3380
3368
|
},
|
|
3381
3369
|
"wordsCount": {
|
|
3382
|
-
"value":
|
|
3370
|
+
"value": 181
|
|
3383
3371
|
},
|
|
3384
3372
|
"sentencesCount": {
|
|
3385
|
-
"value":
|
|
3373
|
+
"value": 15
|
|
3386
3374
|
},
|
|
3387
3375
|
"linesCount": {
|
|
3388
|
-
"value":
|
|
3376
|
+
"value": 40
|
|
3389
3377
|
},
|
|
3390
3378
|
"paragraphsCount": {
|
|
3391
|
-
"value":
|
|
3379
|
+
"value": 2
|
|
3392
3380
|
},
|
|
3393
3381
|
"pagesCount": {
|
|
3394
|
-
"value":
|
|
3382
|
+
"value": 1
|
|
3395
3383
|
}
|
|
3396
3384
|
}
|
|
3397
3385
|
}
|
|
@@ -3640,26 +3628,26 @@ function getTemplatesPipelineCollection() {
|
|
|
3640
3628
|
{
|
|
3641
3629
|
"modelVariant": "CHAT",
|
|
3642
3630
|
"modelName": "claude-3-opus-20240229",
|
|
3643
|
-
"systemMessage": "You are an expert linguist and Esperantist.
|
|
3631
|
+
"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.",
|
|
3644
3632
|
"temperature": 0.3
|
|
3645
3633
|
},
|
|
3646
3634
|
{
|
|
3647
3635
|
"modelVariant": "CHAT",
|
|
3648
3636
|
"modelName": "gpt-4",
|
|
3649
|
-
"systemMessage": "
|
|
3637
|
+
"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.",
|
|
3650
3638
|
"temperature": 0.4
|
|
3651
3639
|
},
|
|
3652
3640
|
{
|
|
3653
3641
|
"modelVariant": "CHAT",
|
|
3654
3642
|
"modelName": "gemini-1.5-pro",
|
|
3655
|
-
"systemMessage": "
|
|
3643
|
+
"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.",
|
|
3656
3644
|
"temperature": 0.5
|
|
3657
3645
|
},
|
|
3658
3646
|
{
|
|
3659
3647
|
"modelVariant": "CHAT",
|
|
3660
3648
|
"modelName": "claude-3-sonnet-20240229",
|
|
3661
|
-
"systemMessage": "
|
|
3662
|
-
"temperature": 0.
|
|
3649
|
+
"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.",
|
|
3650
|
+
"temperature": 0.6
|
|
3663
3651
|
}
|
|
3664
3652
|
],
|
|
3665
3653
|
"preparationIds": [
|
|
@@ -3670,26 +3658,26 @@ function getTemplatesPipelineCollection() {
|
|
|
3670
3658
|
"preparations": [
|
|
3671
3659
|
{
|
|
3672
3660
|
"id": 1,
|
|
3673
|
-
"promptbookVersion": "0.100.0-
|
|
3661
|
+
"promptbookVersion": "0.100.0-20",
|
|
3674
3662
|
"usage": {
|
|
3675
3663
|
"price": {
|
|
3676
|
-
"value": 0.
|
|
3664
|
+
"value": 0.02756
|
|
3677
3665
|
},
|
|
3678
3666
|
"input": {
|
|
3679
3667
|
"tokensCount": {
|
|
3680
|
-
"value":
|
|
3668
|
+
"value": 9244
|
|
3681
3669
|
},
|
|
3682
3670
|
"charactersCount": {
|
|
3683
|
-
"value":
|
|
3671
|
+
"value": 45276
|
|
3684
3672
|
},
|
|
3685
3673
|
"wordsCount": {
|
|
3686
|
-
"value":
|
|
3674
|
+
"value": 5812
|
|
3687
3675
|
},
|
|
3688
3676
|
"sentencesCount": {
|
|
3689
3677
|
"value": 440
|
|
3690
3678
|
},
|
|
3691
3679
|
"linesCount": {
|
|
3692
|
-
"value":
|
|
3680
|
+
"value": 746
|
|
3693
3681
|
},
|
|
3694
3682
|
"paragraphsCount": {
|
|
3695
3683
|
"value": 20
|
|
@@ -3700,19 +3688,19 @@ function getTemplatesPipelineCollection() {
|
|
|
3700
3688
|
},
|
|
3701
3689
|
"output": {
|
|
3702
3690
|
"tokensCount": {
|
|
3703
|
-
"value":
|
|
3691
|
+
"value": 356
|
|
3704
3692
|
},
|
|
3705
3693
|
"charactersCount": {
|
|
3706
|
-
"value":
|
|
3694
|
+
"value": 1360
|
|
3707
3695
|
},
|
|
3708
3696
|
"wordsCount": {
|
|
3709
|
-
"value":
|
|
3697
|
+
"value": 180
|
|
3710
3698
|
},
|
|
3711
3699
|
"sentencesCount": {
|
|
3712
|
-
"value":
|
|
3700
|
+
"value": 16
|
|
3713
3701
|
},
|
|
3714
3702
|
"linesCount": {
|
|
3715
|
-
"value":
|
|
3703
|
+
"value": 39
|
|
3716
3704
|
},
|
|
3717
3705
|
"paragraphsCount": {
|
|
3718
3706
|
"value": 2
|
|
@@ -3780,20 +3768,20 @@ function getTemplatesPipelineCollection() {
|
|
|
3780
3768
|
"modelsRequirements": [
|
|
3781
3769
|
{
|
|
3782
3770
|
"modelVariant": "CHAT",
|
|
3783
|
-
"modelName": "
|
|
3784
|
-
"systemMessage": "You are an accomplished poet and storyteller with a vast knowledge of
|
|
3771
|
+
"modelName": "claude-3-opus-20240229",
|
|
3772
|
+
"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.",
|
|
3785
3773
|
"temperature": 0.8
|
|
3786
3774
|
},
|
|
3787
3775
|
{
|
|
3788
3776
|
"modelVariant": "CHAT",
|
|
3789
|
-
"modelName": "
|
|
3790
|
-
"systemMessage": "You are an accomplished poet and storyteller,
|
|
3777
|
+
"modelName": "gpt-4",
|
|
3778
|
+
"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.",
|
|
3791
3779
|
"temperature": 0.7
|
|
3792
3780
|
},
|
|
3793
3781
|
{
|
|
3794
3782
|
"modelVariant": "CHAT",
|
|
3795
|
-
"modelName": "gemini-
|
|
3796
|
-
"systemMessage": "Embody the persona of
|
|
3783
|
+
"modelName": "gemini-1.5-pro",
|
|
3784
|
+
"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.",
|
|
3797
3785
|
"temperature": 0.75
|
|
3798
3786
|
}
|
|
3799
3787
|
],
|
|
@@ -3805,26 +3793,26 @@ function getTemplatesPipelineCollection() {
|
|
|
3805
3793
|
"preparations": [
|
|
3806
3794
|
{
|
|
3807
3795
|
"id": 1,
|
|
3808
|
-
"promptbookVersion": "0.100.0-
|
|
3796
|
+
"promptbookVersion": "0.100.0-20",
|
|
3809
3797
|
"usage": {
|
|
3810
3798
|
"price": {
|
|
3811
|
-
"value": 0.
|
|
3799
|
+
"value": 0.026932500000000005
|
|
3812
3800
|
},
|
|
3813
3801
|
"input": {
|
|
3814
3802
|
"tokensCount": {
|
|
3815
|
-
"value":
|
|
3803
|
+
"value": 9243
|
|
3816
3804
|
},
|
|
3817
3805
|
"charactersCount": {
|
|
3818
|
-
"value":
|
|
3806
|
+
"value": 45288
|
|
3819
3807
|
},
|
|
3820
3808
|
"wordsCount": {
|
|
3821
|
-
"value":
|
|
3809
|
+
"value": 5814
|
|
3822
3810
|
},
|
|
3823
3811
|
"sentencesCount": {
|
|
3824
3812
|
"value": 440
|
|
3825
3813
|
},
|
|
3826
3814
|
"linesCount": {
|
|
3827
|
-
"value":
|
|
3815
|
+
"value": 746
|
|
3828
3816
|
},
|
|
3829
3817
|
"paragraphsCount": {
|
|
3830
3818
|
"value": 20
|
|
@@ -3835,19 +3823,19 @@ function getTemplatesPipelineCollection() {
|
|
|
3835
3823
|
},
|
|
3836
3824
|
"output": {
|
|
3837
3825
|
"tokensCount": {
|
|
3838
|
-
"value":
|
|
3826
|
+
"value": 306
|
|
3839
3827
|
},
|
|
3840
3828
|
"charactersCount": {
|
|
3841
|
-
"value":
|
|
3829
|
+
"value": 1234
|
|
3842
3830
|
},
|
|
3843
3831
|
"wordsCount": {
|
|
3844
|
-
"value":
|
|
3832
|
+
"value": 175
|
|
3845
3833
|
},
|
|
3846
3834
|
"sentencesCount": {
|
|
3847
3835
|
"value": 14
|
|
3848
3836
|
},
|
|
3849
3837
|
"linesCount": {
|
|
3850
|
-
"value":
|
|
3838
|
+
"value": 34
|
|
3851
3839
|
},
|
|
3852
3840
|
"paragraphsCount": {
|
|
3853
3841
|
"value": 2
|